Reference documentation and code samples for the Compute V1 Client class PreservedState.
Preserved state for a given instance.
Generated from protobuf message google.cloud.compute.v1.PreservedState
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ disks
array| Google\Protobuf\Internal\MapField
Preserved disks defined for this instance. This map is keyed with the device names of the disks.
↳ external_i_ps
array| Google\Protobuf\Internal\MapField
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
↳ internal_i_ps
array| Google\Protobuf\Internal\MapField
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
↳ metadata
getDisks
Preserved disks defined for this instance. This map is keyed with the device names of the disks.
setDisks
Preserved disks defined for this instance. This map is keyed with the device names of the disks.
$this
getExternalIPs
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
setExternalIPs
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
$this
getInternalIPs
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
setInternalIPs
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
$this
getMetadata
Preserved metadata defined for this instance.
setMetadata
Preserved metadata defined for this instance.
$this