class ComputeEngineTargetDetails extends Collection (View source)

Properties

protected $collection_key
string[] $additionalLicenses
protected $appliedLicenseType
protected $appliedLicenseDataType
string $bootOption
protected $computeSchedulingType
protected $computeSchedulingDataType
string $diskType
protected $encryptionType
protected $encryptionDataType
string $hostname
string[] $labels
string $licenseType
string $machineType
string $machineTypeSeries
string[] $metadata
protected $networkInterfacesType
protected $networkInterfacesDataType
string[] $networkTags
string $project
bool $secureBoot
string $serviceAccount
string $vmName
string $zone

Methods

setAdditionalLicenses($additionalLicenses)

No description

string[]
getAdditionalLicenses()

No description

setAppliedLicense(AppliedLicense $appliedLicense)

No description

setBootOption($bootOption)

No description

string
getBootOption()

No description

setComputeScheduling(ComputeScheduling $computeScheduling)

No description

setDiskType($diskType)

No description

string
getDiskType()

No description

setEncryption(Encryption $encryption)

No description

getEncryption()

No description

setHostname($hostname)

No description

string
getHostname()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setLicenseType($licenseType)

No description

string
getLicenseType()

No description

setMachineType($machineType)

No description

string
getMachineType()

No description

setMachineTypeSeries($machineTypeSeries)

No description

string
getMachineTypeSeries()

No description

setMetadata($metadata)

No description

string[]
getMetadata()

No description

setNetworkInterfaces($networkInterfaces)

No description

setNetworkTags($networkTags)

No description

string[]
getNetworkTags()

No description

setProject($project)

No description

string
getProject()

No description

setSecureBoot($secureBoot)

No description

bool
getSecureBoot()

No description

setServiceAccount($serviceAccount)

No description

string
getServiceAccount()

No description

setVmName($vmName)

No description

string
getVmName()

No description

setZone($zone)

No description

string
getZone()

No description

Details

setAdditionalLicenses($additionalLicenses)

No description

Parameters

$additionalLicenses

string[] getAdditionalLicenses()

No description

Return Value

string[]

setAppliedLicense(AppliedLicense $appliedLicense)

No description

Parameters

AppliedLicense $appliedLicense

AppliedLicense getAppliedLicense()

No description

Return Value

AppliedLicense

setBootOption($bootOption)

No description

Parameters

$bootOption

string getBootOption()

No description

Return Value

string

setComputeScheduling(ComputeScheduling $computeScheduling)

No description

Parameters

ComputeScheduling $computeScheduling

ComputeScheduling getComputeScheduling()

No description

Return Value

ComputeScheduling

setDiskType($diskType)

No description

Parameters

$diskType

string getDiskType()

No description

Return Value

string

setEncryption(Encryption $encryption)

No description

Parameters

Encryption $encryption

Encryption getEncryption()

No description

Return Value

Encryption

setHostname($hostname)

No description

Parameters

$hostname

string getHostname()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setLicenseType($licenseType)

No description

Parameters

$licenseType

string getLicenseType()

No description

Return Value

string

setMachineType($machineType)

No description

Parameters

$machineType

string getMachineType()

No description

Return Value

string

setMachineTypeSeries($machineTypeSeries)

No description

Parameters

$machineTypeSeries

string getMachineTypeSeries()

No description

Return Value

string

setMetadata($metadata)

No description

Parameters

$metadata

string[] getMetadata()

No description

Return Value

string[]

setNetworkInterfaces($networkInterfaces)

No description

Parameters

$networkInterfaces

NetworkInterface[] getNetworkInterfaces()

No description

Return Value

NetworkInterface[]

setNetworkTags($networkTags)

No description

Parameters

$networkTags

string[] getNetworkTags()

No description

Return Value

string[]

setProject($project)

No description

Parameters

$project

string getProject()

No description

Return Value

string

setSecureBoot($secureBoot)

No description

Parameters

$secureBoot

bool getSecureBoot()

No description

Return Value

bool

setServiceAccount($serviceAccount)

No description

Parameters

$serviceAccount

string getServiceAccount()

No description

Return Value

string

setVmName($vmName)

No description

Parameters

$vmName

string getVmName()

No description

Return Value

string

setZone($zone)

No description

Parameters

$zone

string getZone()

No description

Return Value

string