class SourceInstanceProperties extends Collection (View source)

Properties

protected $collection_key
bool $canIpForward
bool $deletionProtection
string $description
protected $disksType
protected $disksDataType
protected $guestAcceleratorsType
protected $guestAcceleratorsDataType
string $keyRevocationActionType
string[] $labels
string $machineType
protected $metadataType
protected $metadataDataType
string $minCpuPlatform
protected $networkInterfacesType
protected $networkInterfacesDataType
protected $schedulingType
protected $schedulingDataType
protected $serviceAccountsType
protected $serviceAccountsDataType
protected $tagsType
protected $tagsDataType

Methods

setCanIpForward($canIpForward)

No description

bool
getCanIpForward()

No description

setDeletionProtection($deletionProtection)

No description

bool
getDeletionProtection()

No description

setDescription($description)

No description

string
getDescription()

No description

setDisks($disks)

No description

getDisks()

No description

setGuestAccelerators($guestAccelerators)

No description

setKeyRevocationActionType($keyRevocationActionType)

No description

string
getKeyRevocationActionType()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setMachineType($machineType)

No description

string
getMachineType()

No description

setMetadata(Metadata $metadata)

No description

getMetadata()

No description

setMinCpuPlatform($minCpuPlatform)

No description

string
getMinCpuPlatform()

No description

setNetworkInterfaces($networkInterfaces)

No description

setScheduling(Scheduling $scheduling)

No description

getScheduling()

No description

setServiceAccounts($serviceAccounts)

No description

getServiceAccounts()

No description

setTags(Tags $tags)

No description

getTags()

No description

Details

setCanIpForward($canIpForward)

No description

Parameters

$canIpForward

bool getCanIpForward()

No description

Return Value

bool

setDeletionProtection($deletionProtection)

No description

Parameters

$deletionProtection

bool getDeletionProtection()

No description

Return Value

bool

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setDisks($disks)

No description

Parameters

$disks

SavedAttachedDisk[] getDisks()

No description

Return Value

SavedAttachedDisk[]

setGuestAccelerators($guestAccelerators)

No description

Parameters

$guestAccelerators

AcceleratorConfig[] getGuestAccelerators()

No description

Return Value

AcceleratorConfig[]

setKeyRevocationActionType($keyRevocationActionType)

No description

Parameters

$keyRevocationActionType

string getKeyRevocationActionType()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setMachineType($machineType)

No description

Parameters

$machineType

string getMachineType()

No description

Return Value

string

setMetadata(Metadata $metadata)

No description

Parameters

Metadata $metadata

Metadata getMetadata()

No description

Return Value

Metadata

setMinCpuPlatform($minCpuPlatform)

No description

Parameters

$minCpuPlatform

string getMinCpuPlatform()

No description

Return Value

string

setNetworkInterfaces($networkInterfaces)

No description

Parameters

$networkInterfaces

NetworkInterface[] getNetworkInterfaces()

No description

Return Value

NetworkInterface[]

setScheduling(Scheduling $scheduling)

No description

Parameters

Scheduling $scheduling

Scheduling getScheduling()

No description

Return Value

Scheduling

setServiceAccounts($serviceAccounts)

No description

Parameters

$serviceAccounts

ServiceAccount[] getServiceAccounts()

No description

Return Value

ServiceAccount[]

setTags(Tags $tags)

No description

Parameters

Tags $tags

Tags getTags()

No description

Return Value

Tags