/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Replicapool
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Replicapool/VmParams.php (4302B)
baseInstanceName = $baseInstanceName;
}
public function getBaseInstanceName()
{
return $this->baseInstanceName;
}
public function setCanIpForward($canIpForward)
{
$this->canIpForward = $canIpForward;
}
public function getCanIpForward()
{
return $this->canIpForward;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_Replicapool_ExistingDisk
*/
public function setDisksToAttach($disksToAttach)
{
$this->disksToAttach = $disksToAttach;
}
/**
* @return Google_Service_Replicapool_ExistingDisk
*/
public function getDisksToAttach()
{
return $this->disksToAttach;
}
/**
* @param Google_Service_Replicapool_NewDisk
*/
public function setDisksToCreate($disksToCreate)
{
$this->disksToCreate = $disksToCreate;
}
/**
* @return Google_Service_Replicapool_NewDisk
*/
public function getDisksToCreate()
{
return $this->disksToCreate;
}
public function setMachineType($machineType)
{
$this->machineType = $machineType;
}
public function getMachineType()
{
return $this->machineType;
}
/**
* @param Google_Service_Replicapool_Metadata
*/
public function setMetadata(Google_Service_Replicapool_Metadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_Replicapool_Metadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param Google_Service_Replicapool_NetworkInterface
*/
public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
}
/**
* @return Google_Service_Replicapool_NetworkInterface
*/
public function getNetworkInterfaces()
{
return $this->networkInterfaces;
}
public function setOnHostMaintenance($onHostMaintenance)
{
$this->onHostMaintenance = $onHostMaintenance;
}
public function getOnHostMaintenance()
{
return $this->onHostMaintenance;
}
/**
* @param Google_Service_Replicapool_ServiceAccount
*/
public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
}
/**
* @return Google_Service_Replicapool_ServiceAccount
*/
public function getServiceAccounts()
{
return $this->serviceAccounts;
}
/**
* @param Google_Service_Replicapool_Tag
*/
public function setTags(Google_Service_Replicapool_Tag $tags)
{
$this->tags = $tags;
}
/**
* @return Google_Service_Replicapool_Tag
*/
public function getTags()
{
return $this->tags;
}
}