Class: Google::Container::V1beta1::UsableSubnetwork
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::UsableSubnetwork
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.
Instance Attribute Summary collapse
-
#ip_cidr_range ⇒ String
The range of internal addresses that are owned by this subnetwork.
-
#network ⇒ String
Network Name.
-
#secondary_ip_ranges ⇒ Array<Google::Container::V1beta1::UsableSubnetworkSecondaryRange>
Secondary IP ranges.
-
#status_message ⇒ String
A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet.
-
#subnetwork ⇒ String
Subnetwork Name.
Instance Attribute Details
#ip_cidr_range ⇒ String
2459 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459 class UsableSubnetwork; end |
#network ⇒ String
2459 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459 class UsableSubnetwork; end |
#secondary_ip_ranges ⇒ Array<Google::Container::V1beta1::UsableSubnetworkSecondaryRange>
2459 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459 class UsableSubnetwork; end |
#status_message ⇒ String
2459 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459 class UsableSubnetwork; end |
#subnetwork ⇒ String
2459 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459 class UsableSubnetwork; end |