public enum Endpoint.NetworkType extends Enum<Endpoint.NetworkType> implements ProtocolMessageEnum
The type definition of an endpoint's network. Use one of the following choices:
Protobuf enum google.events.cloud.networkmanagement.v1.Endpoint.NetworkType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
GCP_NETWORK | A network hosted within Google Cloud. To receive more detailed output, specify the URI for the source or destination network. |
GCP_NETWORK_VALUE | A network hosted within Google Cloud. To receive more detailed output, specify the URI for the source or destination network. |
NETWORK_TYPE_UNSPECIFIED | Default type if unspecified. |
NETWORK_TYPE_UNSPECIFIED_VALUE | Default type if unspecified. |
NON_GCP_NETWORK | A network hosted outside of Google Cloud. This can be an on-premises network, or a network hosted by another cloud provider. |
NON_GCP_NETWORK_VALUE | A network hosted outside of Google Cloud. This can be an on-premises network, or a network hosted by another cloud provider. |
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() |