Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::AliasIpRange.
An alias IP range attached to an instance's network interface.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_cidr_range
def ip_cidr_range() -> ::String
Returns
- (::String) — Optional. The IP alias ranges to allocate for this interface.
#ip_cidr_range=
def ip_cidr_range=(value) -> ::String
Parameter
- value (::String) — Optional. The IP alias ranges to allocate for this interface.
Returns
- (::String) — Optional. The IP alias ranges to allocate for this interface.
#subnetwork_range_name
def subnetwork_range_name() -> ::String
Returns
- (::String) — Optional. 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.
#subnetwork_range_name=
def subnetwork_range_name=(value) -> ::String
Parameter
- value (::String) — Optional. 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.
Returns
- (::String) — Optional. 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.