Google Cloud Edge Network V1 Client - Class Interconnect (0.1.1)

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

Message describing Interconnect object

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

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The canonical resource name of the interconnect.

↳ 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.

↳ interconnect_type int

Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.

↳ uuid string

Output only. Unique identifier for the link.

↳ device_cloud_resource_name string

Output only. Cloud resource name of the switch device.

↳ physical_ports array

Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.

getName

Required. The canonical resource name of the interconnect.

Returns
TypeDescription
string

setName

Required. The canonical resource name of the interconnect.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The time when the subnet was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time when the subnet was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

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

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

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

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

Labels associated with this resource.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Labels associated with this resource.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getDescription

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

Returns
TypeDescription
string

setDescription

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInterconnectType

Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.

Returns
TypeDescription
int

setInterconnectType

Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getUuid

Output only. Unique identifier for the link.

Returns
TypeDescription
string

setUuid

Output only. Unique identifier for the link.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeviceCloudResourceName

Output only. Cloud resource name of the switch device.

Returns
TypeDescription
string

setDeviceCloudResourceName

Output only. Cloud resource name of the switch device.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPhysicalPorts

Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPhysicalPorts

Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this