Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class AliasIpRange.
An alias IP range attached to an instance's network interface.
Generated from protobuf message google.cloud.backupdr.v1.AliasIpRange
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ip_cidr_range |
string
Optional. The IP alias ranges to allocate for this interface. |
↳ subnetwork_range_name |
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. |
getIpCidrRange
Optional. The IP alias ranges to allocate for this interface.
Returns | |
---|---|
Type | Description |
string |
hasIpCidrRange
clearIpCidrRange
setIpCidrRange
Optional. The IP alias ranges to allocate for this interface.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSubnetworkRangeName
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 | |
---|---|
Type | Description |
string |
hasSubnetworkRangeName
clearSubnetworkRangeName
setSubnetworkRangeName
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |