GoogleApi.VMwareEngine.V1.Model.Subnet (google_api_v_mware_engine v0.5.0)

View Source

Subnet in a private cloud. Either management subnets (such as vMotion) that are read-only, or userDefined, which can also be updated.

Attributes

  • gatewayIp (type: String.t, default: nil) - The IP address of the gateway of this subnet. Must fall within the IP prefix defined above.
  • ipCidrRange (type: String.t, default: nil) - The IP address range of the subnet in CIDR format '10.0.0.0/24'.
  • name (type: String.t, default: nil) - Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet
  • state (type: String.t, default: nil) - Output only. The state of the resource.
  • type (type: String.t, default: nil) - Output only. The type of the subnet. For example "management" or "userDefined".
  • vlanId (type: integer(), default: nil) - Output only. VLAN ID of the VLAN on which the subnet is configured

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Subnet{
  gatewayIp: String.t() | nil,
  ipCidrRange: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  type: String.t() | nil,
  vlanId: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.