Compute V1 Client - Class SubnetworksExpandIpCidrRangeRequest (1.14.0)

Reference documentation and code samples for the Compute V1 Client class SubnetworksExpandIpCidrRangeRequest.

Generated from protobuf message google.cloud.compute.v1.SubnetworksExpandIpCidrRangeRequest

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ip_cidr_range string

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

getIpCidrRange

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

Returns
TypeDescription
string

hasIpCidrRange

clearIpCidrRange

setIpCidrRange

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

Parameter
NameDescription
var string
Returns
TypeDescription
$this