Class: Google::Cloud::Compute::V1::SubnetworkSecondaryRange
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworkSecondaryRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a secondary IP range of a subnetwork.
Instance Attribute Summary collapse
-
#ip_cidr_range ⇒ ::String
The range of IP addresses belonging to this subnetwork secondary range.
-
#range_name ⇒ ::String
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
Instance Attribute Details
#ip_cidr_range ⇒ ::String
28457 28458 28459 28460 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28457 class SubnetworkSecondaryRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range_name ⇒ ::String
28457 28458 28459 28460 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28457 class SubnetworkSecondaryRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |