Reference documentation and code samples for the Compute V1 Client class InterconnectAttachmentGroupsOperationalStatus.
Generated from protobuf message google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attachment_statuses |
array<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus>
|
↳ configured |
InterconnectAttachmentGroupConfigured
|
↳ group_status |
string
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values. |
↳ intent |
InterconnectAttachmentGroupIntent
|
↳ operational |
InterconnectAttachmentGroupConfigured
The operational state of the group, including only active Attachments. |
getAttachmentStatuses
Generated from protobuf field repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAttachmentStatuses
Generated from protobuf field repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Parameter | |
---|---|
Name | Description |
var |
array<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus>
|
Returns | |
---|---|
Type | Description |
$this |
getConfigured
Generated from protobuf field optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
Returns | |
---|---|
Type | Description |
InterconnectAttachmentGroupConfigured|null |
hasConfigured
clearConfigured
setConfigured
Generated from protobuf field optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
Parameter | |
---|---|
Name | Description |
var |
InterconnectAttachmentGroupConfigured
|
Returns | |
---|---|
Type | Description |
$this |
getGroupStatus
Summarizes the status of the group.
Check the GroupStatus enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasGroupStatus
clearGroupStatus
setGroupStatus
Summarizes the status of the group.
Check the GroupStatus enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIntent
Generated from protobuf field optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
Returns | |
---|---|
Type | Description |
InterconnectAttachmentGroupIntent|null |
hasIntent
clearIntent
setIntent
Generated from protobuf field optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
Parameter | |
---|---|
Name | Description |
var |
InterconnectAttachmentGroupIntent
|
Returns | |
---|---|
Type | Description |
$this |
getOperational
The operational state of the group, including only active Attachments.
Returns | |
---|---|
Type | Description |
InterconnectAttachmentGroupConfigured|null |
hasOperational
clearOperational
setOperational
The operational state of the group, including only active Attachments.
Parameter | |
---|---|
Name | Description |
var |
InterconnectAttachmentGroupConfigured
|
Returns | |
---|---|
Type | Description |
$this |