Class: Google::Cloud::Container::V1::UsableSubnetwork

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



4917
4918
4919
4920
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4917

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

#network::String



4917
4918
4919
4920
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4917

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

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



4917
4918
4919
4920
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4917

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

#status_message::String



4917
4918
4919
4920
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4917

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

#subnetwork::String



4917
4918
4919
4920
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4917

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