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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_range::String

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.



5187
5188
5189
5190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5187

class UsableSubnetwork
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network::String

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

Returns:

  • (::String)

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



5187
5188
5189
5190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5187

class UsableSubnetwork
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#secondary_ip_ranges::Array<::Google::Cloud::Container::V1beta1::UsableSubnetworkSecondaryRange>

Returns Secondary IP ranges.

Returns:



5187
5188
5189
5190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5187

class UsableSubnetwork
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status_message::String

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.



5187
5188
5189
5190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5187

class UsableSubnetwork
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subnetwork::String

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



5187
5188
5189
5190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5187

class UsableSubnetwork
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end