Show / Hide Table of Contents

Class ComputeInstanceBackupProperties

ComputeInstanceBackupProperties represents Compute Engine instance backup properties.

Inheritance
object
ComputeInstanceBackupProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ComputeInstanceBackupProperties : IDirectResponseSchema

Properties

CanIpForward

Enables instances created based on these properties 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 https://cloud.google.com/vpc/docs/using-routes#canipforward documentation for more information.

Declaration
[JsonProperty("canIpForward")]
public virtual bool? CanIpForward { get; set; }
Property Value
Type Description
bool?

Description

An optional text description for the instances that are created from these properties.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Disk

An array of disks that are associated with the instances that are created from these properties.

Declaration
[JsonProperty("disk")]
public virtual IList<AttachedDisk> Disk { get; set; }
Property Value
Type Description
IList<AttachedDisk>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GuestAccelerator

A list of guest accelerator cards' type and count to use for instances created from these properties.

Declaration
[JsonProperty("guestAccelerator")]
public virtual IList<AcceleratorConfig> GuestAccelerator { get; set; }
Property Value
Type Description
IList<AcceleratorConfig>

KeyRevocationActionType

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

Declaration
[JsonProperty("keyRevocationActionType")]
public virtual string KeyRevocationActionType { get; set; }
Property Value
Type Description
string

Labels

Labels to apply to instances that are created from these properties.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

MachineType

The machine type to use for instances that are created from these properties.

Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type Description
string

Metadata

The metadata key/value pairs to assign to instances that are created from these properties. These pairs can consist of custom metadata or predefined keys. See https://cloud.google.com/compute/docs/metadata/overview for more information.

Declaration
[JsonProperty("metadata")]
public virtual Metadata Metadata { get; set; }
Property Value
Type Description
Metadata

MinCpuPlatform

Minimum cpu/platform to be used by instances. 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 https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.

Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
Type Description
string

NetworkInterface

An array of network access configurations for this interface.

Declaration
[JsonProperty("networkInterface")]
public virtual IList<NetworkInterface> NetworkInterface { get; set; }
Property Value
Type Description
IList<NetworkInterface>

Scheduling

Specifies the scheduling options for the instances that are created from these properties.

Declaration
[JsonProperty("scheduling")]
public virtual Scheduling Scheduling { get; set; }
Property Value
Type Description
Scheduling

ServiceAccount

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

Declaration
[JsonProperty("serviceAccount")]
public virtual IList<ServiceAccount> ServiceAccount { get; set; }
Property Value
Type Description
IList<ServiceAccount>

SourceInstance

The source instance used to create this backup. This can be a partial or full URL to the resource. For example, the following are valid values: -https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance -projects/project/zones/zone/instances/instance

Declaration
[JsonProperty("sourceInstance")]
public virtual string SourceInstance { get; set; }
Property Value
Type Description
string

Tags

A list of tags to apply to the instances that are created from these properties. 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 (https://www.ietf.org/rfc/rfc1035.txt).

Declaration
[JsonProperty("tags")]
public virtual Tags Tags { get; set; }
Property Value
Type Description
Tags

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX