Reference documentation and code samples for the Compute V1 Client class WireEndpoint.
Wire endpoints are specific Interconnect connections.
Generated from protobuf message google.cloud.compute.v1.WireEndpoint
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ interconnect |
string
|
↳ vlan_tag |
int
|
getInterconnect
Generated from protobuf field optional string interconnect = 224601230;
| Returns | |
|---|---|
| Type | Description |
string |
|
hasInterconnect
clearInterconnect
setInterconnect
Generated from protobuf field optional string interconnect = 224601230;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVlanTag
Generated from protobuf field optional int32 vlan_tag = 514640574;
| Returns | |
|---|---|
| Type | Description |
int |
|
hasVlanTag
clearVlanTag
setVlanTag
Generated from protobuf field optional int32 vlan_tag = 514640574;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|