Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.
State of the realm.
Protobuf type google.cloud.networksecurity.v1.SACRealm.State
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ SACRealmMethods
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: 7Has never been attached to a partner.
Used only for Prisma Access.
Generated from protobuf enum PENDING_PARTNER_ATTACHMENT = 7;
PARTNER_ATTACHED
Value: 1Currently attached to a partner.
Generated from protobuf enum PARTNER_ATTACHED = 1;
PARTNER_DETACHED
Value: 2Was once attached to a partner but has been detached.
Generated from protobuf enum PARTNER_DETACHED = 2;
KEY_EXPIRED
Value: 3Is not attached to a partner and has an expired pairing key.
Used only for Prisma Access.
Generated from protobuf enum KEY_EXPIRED = 3;