Google Cloud Network Management V1 Client - Class TargetResourceState (2.3.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class TargetResourceState.

Optional states of the target resource that are used as part of the diagnostic bit.

Protobuf type google.cloud.networkmanagement.v1.VpcFlowLogsConfig.TargetResourceState

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ VpcFlowLogsConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TARGET_RESOURCE_STATE_UNSPECIFIED

Value: 0

Unspecified target resource state.

Generated from protobuf enum TARGET_RESOURCE_STATE_UNSPECIFIED = 0;

TARGET_RESOURCE_EXISTS

Value: 1

Indicates that the target resource exists.

Generated from protobuf enum TARGET_RESOURCE_EXISTS = 1;

TARGET_RESOURCE_DOES_NOT_EXIST

Value: 2

Indicates that the target resource does not exist.

Generated from protobuf enum TARGET_RESOURCE_DOES_NOT_EXIST = 2;