Reference documentation and code samples for the Google Cloud Network Management V1 Client class TargetResourceState.
Output only. Indicates whether the target resource exists, for diagnostic purposes.
Protobuf type google.cloud.networkmanagement.v1.VpcFlowLogsConfig.TargetResourceState
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ VpcFlowLogsConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TARGET_RESOURCE_STATE_UNSPECIFIED
Value: 0Unspecified target resource state.
Generated from protobuf enum TARGET_RESOURCE_STATE_UNSPECIFIED = 0;
TARGET_RESOURCE_EXISTS
Value: 1Indicates that the target resource exists.
Generated from protobuf enum TARGET_RESOURCE_EXISTS = 1;
TARGET_RESOURCE_DOES_NOT_EXIST
Value: 2Indicates that the target resource does not exist.
Generated from protobuf enum TARGET_RESOURCE_DOES_NOT_EXIST = 2;