View Source GoogleApi.BackupDR.V1.Model.AliasIpRange (google_api_backup_dr v0.5.0)

An alias IP range attached to an instance's network interface.

Attributes

  • ipCidrRange (type: String.t, default: nil) - Optional. The IP alias ranges to allocate for this interface.
  • subnetworkRangeName (type: String.t, default: nil) - Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.AliasIpRange{
  ipCidrRange: String.t() | nil,
  subnetworkRangeName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.