google_api_container v0.12.3 GoogleApi.Container.V1.Model.UsableSubnetwork View Source
UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.
Attributes
ipCidrRange
(type:String.t
, default:nil
) - The range of internal addresses that are owned by this subnetwork.network
(type:String.t
, default:nil
) - Network Name. Example: projects/my-project/global/networks/my-networksecondaryIpRanges
(type:list(GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t)
, default:nil
) - Secondary IP ranges.statusMessage
(type:String.t
, default:nil
) - A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet. For example if the secondary_ip_ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.subnetwork
(type:String.t
, default:nil
) - Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Container.V1.Model.UsableSubnetwork{ ipCidrRange: String.t(), network: String.t(), secondaryIpRanges: [ GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t() ], statusMessage: String.t(), subnetwork: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.