commonInstanceMetadata = $commonInstanceMetadata;
}
/**
* @return Google_Service_Compute_Metadata
*/
public function getCommonInstanceMetadata()
{
return $this->commonInstanceMetadata;
}
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
public function setDefaultNetworkTier($defaultNetworkTier)
{
$this->defaultNetworkTier = $defaultNetworkTier;
}
public function getDefaultNetworkTier()
{
return $this->defaultNetworkTier;
}
public function setDefaultServiceAccount($defaultServiceAccount)
{
$this->defaultServiceAccount = $defaultServiceAccount;
}
public function getDefaultServiceAccount()
{
return $this->defaultServiceAccount;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setEnabledFeatures($enabledFeatures)
{
$this->enabledFeatures = $enabledFeatures;
}
public function getEnabledFeatures()
{
return $this->enabledFeatures;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Compute_Quota[]
*/
public function setQuotas($quotas)
{
$this->quotas = $quotas;
}
/**
* @return Google_Service_Compute_Quota[]
*/
public function getQuotas()
{
return $this->quotas;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
/**
* @param Google_Service_Compute_UsageExportLocation
*/
public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation)
{
$this->usageExportLocation = $usageExportLocation;
}
/**
* @return Google_Service_Compute_UsageExportLocation
*/
public function getUsageExportLocation()
{
return $this->usageExportLocation;
}
public function setXpnProjectStatus($xpnProjectStatus)
{
$this->xpnProjectStatus = $xpnProjectStatus;
}
public function getXpnProjectStatus()
{
return $this->xpnProjectStatus;
}
}