Enum Endpoint.NetworkType (1.12.0)

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.cloud.networkmanagement.v1beta1.Endpoint.NetworkType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GCP_NETWORK

A network hosted within Google Cloud Platform. To receive more detailed output, specify the URI for the source or destination network.

GCP_NETWORK = 1;

GCP_NETWORK_VALUE

A network hosted within Google Cloud Platform. To receive more detailed output, specify the URI for the source or destination network.

GCP_NETWORK = 1;

NETWORK_TYPE_UNSPECIFIED

Default type if unspecified.

NETWORK_TYPE_UNSPECIFIED = 0;

NETWORK_TYPE_UNSPECIFIED_VALUE

Default type if unspecified.

NETWORK_TYPE_UNSPECIFIED = 0;

NON_GCP_NETWORK

A network hosted outside of Google Cloud Platform. This can be an on-premises network, or a network hosted by another cloud provider.

NON_GCP_NETWORK = 2;

NON_GCP_NETWORK_VALUE

A network hosted outside of Google Cloud Platform. This can be an on-premises network, or a network hosted by another cloud provider.

NON_GCP_NETWORK = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()