canIpForward = $canIpForward; } public function getCanIpForward() { return $this->canIpForward; } public function setCpuPlatform($cpuPlatform) { $this->cpuPlatform = $cpuPlatform; } public function getCpuPlatform() { return $this->cpuPlatform; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDeletionProtection($deletionProtection) { $this->deletionProtection = $deletionProtection; } public function getDeletionProtection() { return $this->deletionProtection; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_AttachedDisk */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_Compute_AttachedDisk */ public function getDisks() { return $this->disks; } /** * @param Google_Service_Compute_AcceleratorConfig */ public function setGuestAccelerators($guestAccelerators) { $this->guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig */ public function getGuestAccelerators() { return $this->guestAccelerators; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } 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 setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_Compute_Metadata */ public function setMetadata(Google_Service_Compute_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Compute_Metadata */ public function getMetadata() { return $this->metadata; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NetworkInterface */ public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } /** * @return Google_Service_Compute_NetworkInterface */ public function getNetworkInterfaces() { return $this->networkInterfaces; } /** * @param Google_Service_Compute_ReservationAffinity */ public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity) { $this->reservationAffinity = $reservationAffinity; } /** * @return Google_Service_Compute_ReservationAffinity */ public function getReservationAffinity() { return $this->reservationAffinity; } /** * @param Google_Service_Compute_Scheduling */ public function setScheduling(Google_Service_Compute_Scheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_Compute_Scheduling */ public function getScheduling() { return $this->scheduling; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ServiceAccount */ public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } /** * @return Google_Service_Compute_ServiceAccount */ public function getServiceAccounts() { return $this->serviceAccounts; } /** * @param Google_Service_Compute_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Compute_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy */ public function setShieldedInstanceIntegrityPolicy(Google_Service_Compute_ShieldedInstanceIntegrityPolicy $shieldedInstanceIntegrityPolicy) { $this->shieldedInstanceIntegrityPolicy = $shieldedInstanceIntegrityPolicy; } /** * @return Google_Service_Compute_ShieldedInstanceIntegrityPolicy */ public function getShieldedInstanceIntegrityPolicy() { return $this->shieldedInstanceIntegrityPolicy; } public function setStartRestricted($startRestricted) { $this->startRestricted = $startRestricted; } public function getStartRestricted() { return $this->startRestricted; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } /** * @param Google_Service_Compute_Tags */ public function setTags(Google_Service_Compute_Tags $tags) { $this->tags = $tags; } /** * @return Google_Service_Compute_Tags */ public function getTags() { return $this->tags; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } }