google_api_container v0.7.0 GoogleApi.Container.V1.Model.UsableSubnetwork View Source
UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.
Attributes
- ipCidrRange (String.t): The range of internal addresses that are owned by this subnetwork. Defaults to:
null
. - network (String.t): Network Name. Example: projects/my-project/global/networks/my-network Defaults to:
null
. - secondaryIpRanges ([UsableSubnetworkSecondaryRange]): Secondary IP ranges. Defaults to:
null
. - statusMessage (String.t): 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. Defaults to:
null
. - subnetwork (String.t): Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.UsableSubnetwork{
ipCidrRange: any(),
network: any(),
secondaryIpRanges: [
GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t()
],
statusMessage: any(),
subnetwork: any()
}
t() :: %GoogleApi.Container.V1.Model.UsableSubnetwork{ ipCidrRange: any(), network: any(), secondaryIpRanges: [ GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t() ], statusMessage: any(), subnetwork: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.