Module: Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig::TargetResourceState

Defined in:
proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs_config.rb

Overview

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

Constant Summary collapse

TARGET_RESOURCE_STATE_UNSPECIFIED =

Unspecified target resource state.

0
TARGET_RESOURCE_EXISTS =

Indicates that the target resource exists.

1
TARGET_RESOURCE_DOES_NOT_EXIST =

Indicates that the target resource does not exist.

2