Google Cloud Network Security V1 Client - Class State (1.4.0)

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 \ SACRealm

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

No state specified. This should not be used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING_PARTNER_ATTACHMENT

Value: 7

Has never been attached to a partner.

Used only for Prisma Access.

Generated from protobuf enum PENDING_PARTNER_ATTACHMENT = 7;

PARTNER_ATTACHED

Value: 1

Currently attached to a partner.

Generated from protobuf enum PARTNER_ATTACHED = 1;

PARTNER_DETACHED

Value: 2

Was once attached to a partner but has been detached.

Generated from protobuf enum PARTNER_DETACHED = 2;

KEY_EXPIRED

Value: 3

Is not attached to a partner and has an expired pairing key.

Used only for Prisma Access.

Generated from protobuf enum KEY_EXPIRED = 3;