Reference documentation and code samples for the Compute V1 Client class InterconnectGroupsOperationalStatusInterconnectStatus.
The status of one Interconnect in the group. The order is arbitrary.
Generated from protobuf message google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ admin_enabled |
bool
Output only. Whether the Interconnect is enabled. |
↳ diagnostics |
InterconnectDiagnostics
Output only. The diagnostics of the Interconnect, as returned by the existing get-diagnostics method. |
↳ interconnect |
string
Output only. The URL of the Interconnect being described. |
↳ is_active |
string
Output only. Whether this interconnect is participating in the redundant configuration. Check the IsActive enum for the list of possible values. |
getAdminEnabled
Output only. Whether the Interconnect is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasAdminEnabled
clearAdminEnabled
setAdminEnabled
Output only. Whether the Interconnect is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDiagnostics
Output only. The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics|null |
|
hasDiagnostics
clearDiagnostics
setDiagnostics
Output only. The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
| Parameter | |
|---|---|
| Name | Description |
var |
InterconnectDiagnostics
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInterconnect
Output only. The URL of the Interconnect being described.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasInterconnect
clearInterconnect
setInterconnect
Output only. The URL of the Interconnect being described.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsActive
Output only. Whether this interconnect is participating in the redundant configuration.
Check the IsActive enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasIsActive
clearIsActive
setIsActive
Output only. Whether this interconnect is participating in the redundant configuration.
Check the IsActive enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|