Google Cloud Edge Network V1 Client - Class Subnet (0.3.5)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class Subnet.

Message describing Subnet object

Generated from protobuf message google.cloud.edgenetwork.v1.Subnet

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The canonical resource name of the subnet.

↳ create_time Google\Protobuf\Timestamp

Output only. The time when the subnet was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The time when the subnet was last updated.

↳ labels array|Google\Protobuf\Internal\MapField

Labels associated with this resource.

↳ description string

Optional. A free-text description of the resource. Max length 1024 characters.

↳ network string

Required. The network that this subnetwork belongs to.

↳ ipv4_cidr array

The ranges of ipv4 addresses that are owned by this subnetwork.

↳ ipv6_cidr array

The ranges of ipv6 addresses that are owned by this subnetwork.

↳ vlan_id int

Optional. VLAN id provided by user. If not specified we assign one automatically.

↳ state int

Output only. Current stage of the resource to the device by config push.

getName

Required. The canonical resource name of the subnet.

Returns
Type Description
string

setName

Required. The canonical resource name of the subnet.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The time when the subnet was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time when the subnet was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The time when the subnet was last updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time when the subnet was last updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getLabels

Labels associated with this resource.

Returns
Type Description
Google\Protobuf\Internal\MapField

setLabels

Labels associated with this resource.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getDescription

Optional. A free-text description of the resource. Max length 1024 characters.

Returns
Type Description
string

setDescription

Optional. A free-text description of the resource. Max length 1024 characters.

Parameter
Name Description
var string
Returns
Type Description
$this

getNetwork

Required. The network that this subnetwork belongs to.

Returns
Type Description
string

setNetwork

Required. The network that this subnetwork belongs to.

Parameter
Name Description
var string
Returns
Type Description
$this

getIpv4Cidr

The ranges of ipv4 addresses that are owned by this subnetwork.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIpv4Cidr

The ranges of ipv4 addresses that are owned by this subnetwork.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getIpv6Cidr

The ranges of ipv6 addresses that are owned by this subnetwork.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIpv6Cidr

The ranges of ipv6 addresses that are owned by this subnetwork.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getVlanId

Optional. VLAN id provided by user. If not specified we assign one automatically.

Returns
Type Description
int

setVlanId

Optional. VLAN id provided by user. If not specified we assign one automatically.

Parameter
Name Description
var int
Returns
Type Description
$this

getState

Output only. Current stage of the resource to the device by config push.

Returns
Type Description
int

setState

Output only. Current stage of the resource to the device by config push.

Parameter
Name Description
var int
Returns
Type Description
$this