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 attachment.

Protobuf type google.cloud.networksecurity.v1.SACAttachment.State

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ SACAttachment

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: 1

Has never been attached to a partner.

Generated from protobuf enum PENDING_PARTNER_ATTACHMENT = 1;

PARTNER_ATTACHED

Value: 2

Currently attached to a partner.

Generated from protobuf enum PARTNER_ATTACHED = 2;

PARTNER_DETACHED

Value: 3

Was once attached to a partner but has been detached.

Generated from protobuf enum PARTNER_DETACHED = 3;