View Source GoogleApi.BackupDR.V1.Model.ComputeInstanceRestoreProperties (google_api_backup_dr v0.11.0)

ComputeInstanceRestoreProperties represents Compute Engine instance properties to be overridden during restore.

Attributes

  • advancedMachineFeatures (type: GoogleApi.BackupDR.V1.Model.AdvancedMachineFeatures.t, default: nil) - Optional. Controls for advanced machine-related behavior features.
  • canIpForward (type: boolean(), default: nil) - Optional. Allows this instance to send and receive packets with non-matching destination or source IPs.
  • confidentialInstanceConfig (type: GoogleApi.BackupDR.V1.Model.ConfidentialInstanceConfig.t, default: nil) - Optional. Controls Confidential compute options on the instance
  • deletionProtection (type: boolean(), default: nil) - Optional. Whether the resource should be protected against deletion.
  • description (type: String.t, default: nil) - Optional. An optional description of this resource. Provide this property when you create the resource.
  • disks (type: list(GoogleApi.BackupDR.V1.Model.AttachedDisk.t), default: nil) - Optional. Array of disks associated with this instance. Persistent disks must be created before you can assign them.
  • displayDevice (type: GoogleApi.BackupDR.V1.Model.DisplayDevice.t, default: nil) - Optional. Enables display device for the instance.
  • guestAccelerators (type: list(GoogleApi.BackupDR.V1.Model.AcceleratorConfig.t), default: nil) - Optional. A list of the type and count of accelerator cards attached to the instance.
  • hostname (type: String.t, default: nil) - Optional. Specifies the hostname of the instance. The specified hostname must be RFC1035 compliant. If hostname is not specified, the default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal when using the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when using zonal DNS.
  • instanceEncryptionKey (type: GoogleApi.BackupDR.V1.Model.CustomerEncryptionKey.t, default: nil) - Optional. Encrypts suspended data for an instance with a customer-managed encryption key.
  • keyRevocationActionType (type: String.t, default: nil) - Optional. KeyRevocationActionType of the instance.
  • labels (type: map(), default: nil) - Optional. Labels to apply to this instance.
  • machineType (type: String.t, default: nil) - Optional. Full or partial URL of the machine type resource to use for this instance.
  • metadata (type: GoogleApi.BackupDR.V1.Model.Metadata.t, default: nil) - Optional. This includes custom metadata and predefined keys.
  • minCpuPlatform (type: String.t, default: nil) - Optional. Minimum CPU platform to use for this instance.
  • name (type: String.t, default: nil) - Required. Name of the compute instance.
  • networkInterfaces (type: list(GoogleApi.BackupDR.V1.Model.NetworkInterface.t), default: nil) - Optional. An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.
  • networkPerformanceConfig (type: GoogleApi.BackupDR.V1.Model.NetworkPerformanceConfig.t, default: nil) - Optional. Configure network performance such as egress bandwidth tier.
  • params (type: GoogleApi.BackupDR.V1.Model.InstanceParams.t, default: nil) - Input only. Additional params passed with the request, but not persisted as part of resource payload.
  • privateIpv6GoogleAccess (type: String.t, default: nil) - Optional. The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.
  • reservationAffinity (type: GoogleApi.BackupDR.V1.Model.AllocationAffinity.t, default: nil) - Optional. Specifies the reservations that this instance can consume from.
  • resourcePolicies (type: list(String.t), default: nil) - Optional. Resource policies applied to this instance.
  • scheduling (type: GoogleApi.BackupDR.V1.Model.Scheduling.t, default: nil) - Optional. Sets the scheduling options for this instance.
  • serviceAccounts (type: list(GoogleApi.BackupDR.V1.Model.ServiceAccount.t), default: nil) - Optional. A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
  • tags (type: GoogleApi.BackupDR.V1.Model.Tags.t, default: nil) - Optional. Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during instance creation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ComputeInstanceRestoreProperties{
  advancedMachineFeatures:
    GoogleApi.BackupDR.V1.Model.AdvancedMachineFeatures.t() | nil,
  canIpForward: boolean() | nil,
  confidentialInstanceConfig:
    GoogleApi.BackupDR.V1.Model.ConfidentialInstanceConfig.t() | nil,
  deletionProtection: boolean() | nil,
  description: String.t() | nil,
  disks: [GoogleApi.BackupDR.V1.Model.AttachedDisk.t()] | nil,
  displayDevice: GoogleApi.BackupDR.V1.Model.DisplayDevice.t() | nil,
  guestAccelerators: [GoogleApi.BackupDR.V1.Model.AcceleratorConfig.t()] | nil,
  hostname: String.t() | nil,
  instanceEncryptionKey:
    GoogleApi.BackupDR.V1.Model.CustomerEncryptionKey.t() | nil,
  keyRevocationActionType: String.t() | nil,
  labels: map() | nil,
  machineType: String.t() | nil,
  metadata: GoogleApi.BackupDR.V1.Model.Metadata.t() | nil,
  minCpuPlatform: String.t() | nil,
  name: String.t() | nil,
  networkInterfaces: [GoogleApi.BackupDR.V1.Model.NetworkInterface.t()] | nil,
  networkPerformanceConfig:
    GoogleApi.BackupDR.V1.Model.NetworkPerformanceConfig.t() | nil,
  params: GoogleApi.BackupDR.V1.Model.InstanceParams.t() | nil,
  privateIpv6GoogleAccess: String.t() | nil,
  reservationAffinity: GoogleApi.BackupDR.V1.Model.AllocationAffinity.t() | nil,
  resourcePolicies: [String.t()] | nil,
  scheduling: GoogleApi.BackupDR.V1.Model.Scheduling.t() | nil,
  serviceAccounts: [GoogleApi.BackupDR.V1.Model.ServiceAccount.t()] | nil,
  tags: GoogleApi.BackupDR.V1.Model.Tags.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.