Reference documentation and code samples for the Compute V1 Client class WireGroupTopologyEndpoint.
Topology details for a single wire group endpoint.
Generated from protobuf message google.cloud.compute.v1.WireGroupTopologyEndpoint
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ city |
string
The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in. |
↳ label |
string
Endpoint label from the wire group. |
getCity
The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasCity
clearCity
setCity
The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabel
Endpoint label from the wire group.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasLabel
clearLabel
setLabel
Endpoint label from the wire group.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|