Class: Google::Container::V1beta1::UsableSubnetwork

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ip_cidr_rangeString

Returns The range of internal addresses that are owned by this subnetwork.

Returns:

  • (String)

    The range of internal addresses that are owned by this subnetwork.



2459
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459

class UsableSubnetwork; end

#networkString

Returns Network Name. Example: projects/my-project/global/networks/my-network.

Returns:

  • (String)

    Network Name. Example: projects/my-project/global/networks/my-network



2459
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459

class UsableSubnetwork; end

#secondary_ip_rangesArray<Google::Container::V1beta1::UsableSubnetworkSecondaryRange>

Returns Secondary IP ranges.

Returns:



2459
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459

class UsableSubnetwork; end

#status_messageString

Returns 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.

Returns:

  • (String)

    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.



2459
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459

class UsableSubnetwork; end

#subnetworkString

Returns Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet.

Returns:

  • (String)

    Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet



2459
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2459

class UsableSubnetwork; end