Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.
State of the attachment.
Protobuf type google.cloud.networksecurity.v1.SACAttachment.State
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ SACAttachmentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0No state specified. This should not be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING_PARTNER_ATTACHMENT
Value: 1Has never been attached to a partner.
Generated from protobuf enum PENDING_PARTNER_ATTACHMENT = 1;
PARTNER_ATTACHED
Value: 2Currently attached to a partner.
Generated from protobuf enum PARTNER_ATTACHED = 2;
PARTNER_DETACHED
Value: 3Was once attached to a partner but has been detached.
Generated from protobuf enum PARTNER_DETACHED = 3;