Reference documentation and code samples for the Compute V1 Client class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.
The status of one Attachment in the group. List order is arbitrary.
Generated from protobuf message google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
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 this Attachment is enabled. This becomes false when the customer drains their Attachment. |
↳ attachment |
string
Output only. The URL of the Attachment being described. |
↳ is_active |
string
Output only. Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values. |
↳ status |
string
Output only. Whether this Attachment is active, and if so, whether BGP is up. Check the Status enum for the list of possible values. |
getAdminEnabled
Output only. Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasAdminEnabled
clearAdminEnabled
setAdminEnabled
Output only. Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAttachment
Output only. The URL of the Attachment being described.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasAttachment
clearAttachment
setAttachment
Output only. The URL of the Attachment being described.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsActive
Output only. Whether this Attachment is participating in the redundant configuration.
This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasIsActive
clearIsActive
setIsActive
Output only. Whether this Attachment is participating in the redundant configuration.
This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Output only. Whether this Attachment is active, and if so, whether BGP is up.
Check the Status enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasStatus
clearStatus
setStatus
Output only. Whether this Attachment is active, and if so, whether BGP is up.
Check the Status enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|