public enum SubnetworkLogConfig.Metadata extends Enum<SubnetworkLogConfig.Metadata> implements ProtocolMessageEnum
Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.
Protobuf enum google.cloud.compute.v1.SubnetworkLogConfig.Metadata
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOM_METADATA |
|
CUSTOM_METADATA_VALUE |
|
EXCLUDE_ALL_METADATA |
|
EXCLUDE_ALL_METADATA_VALUE |
|
INCLUDE_ALL_METADATA |
|
INCLUDE_ALL_METADATA_VALUE |
|
UNDEFINED_METADATA |
A value indicating that the enum field is not set. |
UNDEFINED_METADATA_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |