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.
-
#reserved_internal_range ⇒ ::String
The URL of the reserved internal range.
Instance Attribute Details
#ip_cidr_range ⇒ ::String
Returns The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
32970 32971 32972 32973 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32970 class SubnetworkSecondaryRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range_name ⇒ ::String
Returns The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
32970 32971 32972 32973 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32970 class SubnetworkSecondaryRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reserved_internal_range ⇒ ::String
Returns The URL of the reserved internal range.
32970 32971 32972 32973 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32970 class SubnetworkSecondaryRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |