GoogleApi.ServiceNetworking.V1.Model.Subnetwork (google_api_service_networking v0.40.0)

View Source

Represents a subnet that was created or discovered by a private access management service.

Attributes

  • ipCidrRange (type: String.t, default: nil) - Subnetwork CIDR range in 10.x.x.x/y format.
  • name (type: String.t, default: nil) - Subnetwork name. See https://cloud.google.com/compute/docs/vpc/
  • network (type: String.t, default: nil) - In the Shared VPC host project, the VPC network that's peered with the consumer network. For example: projects/1234321/global/networks/host-network
  • outsideAllocation (type: boolean(), default: nil) - This is a discovered subnet that is not within the current consumer allocated ranges.
  • region (type: String.t, default: nil) - GCP region where the subnetwork is located.
  • secondaryIpRanges (type: list(GoogleApi.ServiceNetworking.V1.Model.SecondaryIpRange.t), default: nil) - List of secondary IP ranges in this subnetwork.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.Subnetwork{
  ipCidrRange: String.t() | nil,
  name: String.t() | nil,
  network: String.t() | nil,
  outsideAllocation: boolean() | nil,
  region: String.t() | nil,
  secondaryIpRanges:
    [GoogleApi.ServiceNetworking.V1.Model.SecondaryIpRange.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.