Enum NetworkConfig.ServiceCidr (0.41.0)

public enum NetworkConfig.ServiceCidr extends Enum<NetworkConfig.ServiceCidr> implements ProtocolMessageEnum

Service network block.

Protobuf enum google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

Services are disabled for the given network.

DISABLED = 1;

DISABLED_VALUE

Services are disabled for the given network.

DISABLED = 1;

HIGH_26

Use the highest /26 block of the network to host services.

HIGH_26 = 2;

HIGH_26_VALUE

Use the highest /26 block of the network to host services.

HIGH_26 = 2;

HIGH_27

Use the highest /27 block of the network to host services.

HIGH_27 = 3;

HIGH_27_VALUE

Use the highest /27 block of the network to host services.

HIGH_27 = 3;

HIGH_28

Use the highest /28 block of the network to host services.

HIGH_28 = 4;

HIGH_28_VALUE

Use the highest /28 block of the network to host services.

HIGH_28 = 4;

SERVICE_CIDR_UNSPECIFIED

Unspecified value.

SERVICE_CIDR_UNSPECIFIED = 0;

SERVICE_CIDR_UNSPECIFIED_VALUE

Unspecified value.

SERVICE_CIDR_UNSPECIFIED = 0;

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()