class ComputeInstanceBackupProperties extends Collection (View source)

Properties

protected $collection_key
bool $canIpForward
string $description
protected $diskType
protected $diskDataType
protected $guestAcceleratorType
protected $guestAcceleratorDataType
string $keyRevocationActionType
string $machineType
protected $metadataType
protected $metadataDataType
string $minCpuPlatform
protected $networkInterfaceType
protected $networkInterfaceDataType
protected $schedulingType
protected $schedulingDataType
protected $serviceAccountType
protected $serviceAccountDataType
string $sourceInstance
protected $tagsType
protected $tagsDataType

Methods

setCanIpForward($canIpForward)

No description

bool
getCanIpForward()

No description

setDescription($description)

No description

string
getDescription()

No description

setDisk($disk)

No description

getDisk()

No description

setGuestAccelerator($guestAccelerator)

No description

setKeyRevocationActionType($keyRevocationActionType)

No description

string
getKeyRevocationActionType()

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

setNetworkInterface($networkInterface)

No description

setScheduling(Scheduling $scheduling)

No description

getScheduling()

No description

setServiceAccount($serviceAccount)

No description

getServiceAccount()

No description

setSourceInstance($sourceInstance)

No description

string
getSourceInstance()

No description

setTags(Tags $tags)

No description

getTags()

No description

Details

setCanIpForward($canIpForward)

No description

Parameters

$canIpForward

bool getCanIpForward()

No description

Return Value

bool

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setDisk($disk)

No description

Parameters

$disk

AttachedDisk[] getDisk()

No description

Return Value

AttachedDisk[]

setGuestAccelerator($guestAccelerator)

No description

Parameters

$guestAccelerator

AcceleratorConfig[] getGuestAccelerator()

No description

Return Value

AcceleratorConfig[]

setKeyRevocationActionType($keyRevocationActionType)

No description

Parameters

$keyRevocationActionType

string getKeyRevocationActionType()

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

setNetworkInterface($networkInterface)

No description

Parameters

$networkInterface

NetworkInterface[] getNetworkInterface()

No description

Return Value

NetworkInterface[]

setScheduling(Scheduling $scheduling)

No description

Parameters

Scheduling $scheduling

Scheduling getScheduling()

No description

Return Value

Scheduling

setServiceAccount($serviceAccount)

No description

Parameters

$serviceAccount

ServiceAccount[] getServiceAccount()

No description

Return Value

ServiceAccount[]

setSourceInstance($sourceInstance)

No description

Parameters

$sourceInstance

string getSourceInstance()

No description

Return Value

string

setTags(Tags $tags)

No description

Parameters

Tags $tags

Tags getTags()

No description

Return Value

Tags