Class: Google::Cloud::Compute::V1::AliasIpRange
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AliasIpRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
An alias IP range attached to an instance's network interface.
Instance Attribute Summary collapse
-
#ip_cidr_range ⇒ ::String
The IP alias ranges to allocate for this interface.
-
#subnetwork_range_name ⇒ ::String
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
Instance Attribute Details
#ip_cidr_range ⇒ ::String
Returns The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
2346 2347 2348 2349 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2346 class AliasIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork_range_name ⇒ ::String
Returns The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
2346 2347 2348 2349 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2346 class AliasIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |