View Source GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1VpcSubNetwork (google_api_cloud_asset v0.35.0)

Sub-segment ranges inside of a VPC Network.

Attributes

  • network (type: String.t, default: nil) - Required. Network name. If the network is not part of the organization, the compute.network.get permission must be granted to the caller. Format: //compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME} Example: //compute.googleapis.com/projects/my-project/global/networks/network-1
  • vpcIpSubnetworks (type: list(String.t), default: nil) - CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, "192.0.2.0/24" is accepted but "192.0.2.1/24" is not. If empty, all IP addresses are allowed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1VpcSubNetwork{
    network: String.t() | nil,
    vpcIpSubnetworks: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.