Class: Google::Cloud::Compute::V1::UsableSubnetwork

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Subnetwork which the current user has compute.subnetworks.use permission on.

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.



27234
27235
27236
27237
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27234

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

#network::String

Returns Network URL.

Returns:

  • (::String)

    Network URL.



27234
27235
27236
27237
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27234

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

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

Returns Secondary IP ranges.

Returns:



27234
27235
27236
27237
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27234

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

#subnetwork::String

Returns Subnetwork URL.

Returns:

  • (::String)

    Subnetwork URL.



27234
27235
27236
27237
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27234

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