Compute V1 Client - Class RouterAdvertisedIpRange (1.20.0)

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

Description-tagged IP ranges for the router to advertise.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ descriptionstring

User-specified description for the IP range.

↳ rangestring

The IP range to advertise. The value must be a CIDR-formatted string.

getDescription

User-specified description for the IP range.

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

User-specified description for the IP range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getRange

The IP range to advertise. The value must be a CIDR-formatted string.

Returns
TypeDescription
string

hasRange

clearRange

setRange

The IP range to advertise. The value must be a CIDR-formatted string.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this