compute  v1
Properties | List of all members
Google.Apis.Compute.v1.Data.InstanceProperties Class Reference
Inheritance diagram for Google.Apis.Compute.v1.Data.InstanceProperties:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > CanIpForward [get, set]
 Enables instances created based on this template 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. More...
 
virtual string Description [get, set]
 An optional text description for the instances that are created from this instance template. More...
 
virtual System.Collections.Generic.IList< AttachedDiskDisks [get, set]
 An array of disks that are associated with the instances that are created from this template. More...
 
virtual System.Collections.Generic.IList< AcceleratorConfigGuestAccelerators [get, set]
 A list of guest accelerator cards' type and count to use for instances created from the instance template. More...
 
virtual System.Collections.Generic.IDictionary< string, string > Labels [get, set]
 Labels to apply to instances that are created from this template. More...
 
virtual string MachineType [get, set]
 The machine type to use for instances that are created from this template. More...
 
virtual Metadata Metadata [get, set]
 The metadata key/value pairs to assign to instances that are created from this template. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information. More...
 
virtual string MinCpuPlatform [get, set]
 Minimum cpu/platform to be used by this instance. 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. More...
 
virtual System.Collections.Generic.IList< NetworkInterfaceNetworkInterfaces [get, set]
 An array of network access configurations for this interface. More...
 
virtual ReservationAffinity ReservationAffinity [get, set]
 Specifies the reservations that this instance can consume from. More...
 
virtual Scheduling Scheduling [get, set]
 Specifies the scheduling options for the instances that are created from this template. More...
 
virtual System.Collections.Generic.IList< ServiceAccountServiceAccounts [get, set]
 A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this template. Use metadata queries to obtain the access tokens for these instances. More...
 
virtual ShieldedInstanceConfig ShieldedInstanceConfig [get, set]
 
virtual Tags Tags [get, set]
 A list of tags to apply to the instances that are created from this template. 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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ CanIpForward

virtual System.Nullable<bool> Google.Apis.Compute.v1.Data.InstanceProperties.CanIpForward
getset

Enables instances created based on this template 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.

◆ Description

virtual string Google.Apis.Compute.v1.Data.InstanceProperties.Description
getset

An optional text description for the instances that are created from this instance template.

◆ Disks

virtual System.Collections.Generic.IList<AttachedDisk> Google.Apis.Compute.v1.Data.InstanceProperties.Disks
getset

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

◆ ETag

virtual string Google.Apis.Compute.v1.Data.InstanceProperties.ETag
getset

The ETag of the item.

◆ GuestAccelerators

virtual System.Collections.Generic.IList<AcceleratorConfig> Google.Apis.Compute.v1.Data.InstanceProperties.GuestAccelerators
getset

A list of guest accelerator cards' type and count to use for instances created from the instance template.

◆ Labels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Compute.v1.Data.InstanceProperties.Labels
getset

Labels to apply to instances that are created from this template.

◆ MachineType

virtual string Google.Apis.Compute.v1.Data.InstanceProperties.MachineType
getset

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

◆ Metadata

virtual Metadata Google.Apis.Compute.v1.Data.InstanceProperties.Metadata
getset

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

◆ MinCpuPlatform

virtual string Google.Apis.Compute.v1.Data.InstanceProperties.MinCpuPlatform
getset

Minimum cpu/platform to be used by this instance. 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.

◆ NetworkInterfaces

virtual System.Collections.Generic.IList<NetworkInterface> Google.Apis.Compute.v1.Data.InstanceProperties.NetworkInterfaces
getset

An array of network access configurations for this interface.

◆ ReservationAffinity

virtual ReservationAffinity Google.Apis.Compute.v1.Data.InstanceProperties.ReservationAffinity
getset

Specifies the reservations that this instance can consume from.

◆ Scheduling

virtual Scheduling Google.Apis.Compute.v1.Data.InstanceProperties.Scheduling
getset

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

◆ ServiceAccounts

virtual System.Collections.Generic.IList<ServiceAccount> Google.Apis.Compute.v1.Data.InstanceProperties.ServiceAccounts
getset

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

◆ Tags

virtual Tags Google.Apis.Compute.v1.Data.InstanceProperties.Tags
getset

A list of tags to apply to the instances that are created from this template. 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.


The documentation for this class was generated from the following file: