UsableSubnetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)
UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.
Attributes | |
---|---|
Name | Description |
subnetwork |
str
Subnetwork Name. Example: projects/my-project/regions/us- central1/subnetworks/my-subnet |
network |
str
Network Name. Example: projects/my-project/global/networks/my- network |
ip_cidr_range |
str
The range of internal addresses that are owned by this subnetwork. |
secondary_ip_ranges |
Sequence[google.cloud.container_v1beta1.types.UsableSubnetworkSecondaryRange]
Secondary IP ranges. |
status_message |
str
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. |