Compute V1 Client - Class SourceInstanceProperties (1.14.0)

Reference documentation and code samples for the Compute V1 Client class SourceInstanceProperties.

DEPRECATED: Please use compute#instanceProperties instead. New properties will not be added to this field.

Generated from protobuf message google.cloud.compute.v1.SourceInstanceProperties

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ can_ip_forward bool

Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.

↳ deletion_protection bool

Whether the instance created from this machine image should be protected against deletion.

↳ description string

An optional text description for the instances that are created from this machine image.

↳ disks array<Google\Cloud\Compute\V1\SavedAttachedDisk>

An array of disks that are associated with the instances that are created from this machine image.

↳ guest_accelerators array<Google\Cloud\Compute\V1\AcceleratorConfig>

A list of guest accelerator cards' type and count to use for instances created from this machine image.

↳ key_revocation_action_type string

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified. Check the KeyRevocationActionType enum for the list of possible values.

↳ labels array|Google\Protobuf\Internal\MapField

Labels to apply to instances that are created from this machine image.

↳ machine_type string

The machine type to use for instances that are created from this machine image.

↳ metadata Google\Cloud\Compute\V1\Metadata

The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.

↳ min_cpu_platform string

Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.

↳ network_interfaces array<Google\Cloud\Compute\V1\NetworkInterface>

An array of network access configurations for this interface.

↳ scheduling Google\Cloud\Compute\V1\Scheduling

Specifies the scheduling options for the instances that are created from this machine image.

↳ service_accounts array<Google\Cloud\Compute\V1\ServiceAccount>

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.

↳ tags Google\Cloud\Compute\V1\Tags

A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.

getCanIpForward

Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.

Returns
TypeDescription
bool

hasCanIpForward

clearCanIpForward

setCanIpForward

Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDeletionProtection

Whether the instance created from this machine image should be protected against deletion.

Returns
TypeDescription
bool

hasDeletionProtection

clearDeletionProtection

setDeletionProtection

Whether the instance created from this machine image should be protected against deletion.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDescription

An optional text description for the instances that are created from this machine image.

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

An optional text description for the instances that are created from this machine image.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisks

An array of disks that are associated with the instances that are created from this machine image.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDisks

An array of disks that are associated with the instances that are created from this machine image.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\SavedAttachedDisk>
Returns
TypeDescription
$this

getGuestAccelerators

A list of guest accelerator cards' type and count to use for instances created from this machine image.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGuestAccelerators

A list of guest accelerator cards' type and count to use for instances created from this machine image.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\AcceleratorConfig>
Returns
TypeDescription
$this

getKeyRevocationActionType

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

Check the KeyRevocationActionType enum for the list of possible values.

Returns
TypeDescription
string

hasKeyRevocationActionType

clearKeyRevocationActionType

setKeyRevocationActionType

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

Check the KeyRevocationActionType enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLabels

Labels to apply to instances that are created from this machine image.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Labels to apply to instances that are created from this machine image.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getMachineType

The machine type to use for instances that are created from this machine image.

Returns
TypeDescription
string

hasMachineType

clearMachineType

setMachineType

The machine type to use for instances that are created from this machine image.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadata

The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.

Returns
TypeDescription
Google\Cloud\Compute\V1\Metadata|null

hasMetadata

clearMetadata

setMetadata

The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.

Parameter
NameDescription
var Google\Cloud\Compute\V1\Metadata
Returns
TypeDescription
$this

getMinCpuPlatform

Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.

Returns
TypeDescription
string

hasMinCpuPlatform

clearMinCpuPlatform

setMinCpuPlatform

Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNetworkInterfaces

An array of network access configurations for this interface.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNetworkInterfaces

An array of network access configurations for this interface.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\NetworkInterface>
Returns
TypeDescription
$this

getScheduling

Specifies the scheduling options for the instances that are created from this machine image.

Returns
TypeDescription
Google\Cloud\Compute\V1\Scheduling|null

hasScheduling

clearScheduling

setScheduling

Specifies the scheduling options for the instances that are created from this machine image.

Parameter
NameDescription
var Google\Cloud\Compute\V1\Scheduling
Returns
TypeDescription
$this

getServiceAccounts

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceAccounts

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\ServiceAccount>
Returns
TypeDescription
$this

getTags

A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.

Returns
TypeDescription
Google\Cloud\Compute\V1\Tags|null

hasTags

clearTags

setTags

A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.

Parameter
NameDescription
var Google\Cloud\Compute\V1\Tags
Returns
TypeDescription
$this