google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.UsableSubnetwork View Source
Subnetwork which the current user has compute.subnetworks.use permission on.
Attributes
- ipCidrRange (String.t): The range of internal addresses that are owned by this subnetwork. Defaults to:
null. - network (String.t): Network URL. Defaults to:
null. - secondaryIpRanges ([UsableSubnetworkSecondaryRange]): Secondary IP ranges. Defaults to:
null. - subnetwork (String.t): Subnetwork URL. 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() :: %GoogleApi.Compute.V1.Model.UsableSubnetwork{
ipCidrRange: any(),
network: any(),
secondaryIpRanges: [
GoogleApi.Compute.V1.Model.UsableSubnetworkSecondaryRange.t()
],
subnetwork: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.