GoogleApi.Compute.V1.Model.UsableSubnetwork (google_api_compute v0.45.0) View Source
Subnetwork which the current user has compute.subnetworks.use permission on.
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 URL. -
secondaryIpRanges
(type:list(GoogleApi.Compute.V1.Model.UsableSubnetworkSecondaryRange.t)
, default:nil
) - Secondary IP ranges. -
subnetwork
(type:String.t
, default:nil
) - Subnetwork URL.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.UsableSubnetwork{ ipCidrRange: String.t() | nil, network: String.t() | nil, secondaryIpRanges: [GoogleApi.Compute.V1.Model.UsableSubnetworkSecondaryRange.t()] | nil, subnetwork: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.