Enum Project.VmDnsSetting (1.38.0)

public enum Project.VmDnsSetting extends Enum<Project.VmDnsSetting> implements ProtocolMessageEnum

[Output Only] Default internal DNS setting used by VMs running in this project.

Protobuf enum google.cloud.compute.v1.Project.VmDnsSetting

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GLOBAL_DEFAULT

GLOBAL_DEFAULT = 345419141;

GLOBAL_DEFAULT_VALUE

GLOBAL_DEFAULT = 345419141;

UNDEFINED_VM_DNS_SETTING

A value indicating that the enum field is not set.

UNDEFINED_VM_DNS_SETTING = 0;

UNDEFINED_VM_DNS_SETTING_VALUE

A value indicating that the enum field is not set.

UNDEFINED_VM_DNS_SETTING = 0;

UNRECOGNIZED
UNSPECIFIED_VM_DNS_SETTING

UNSPECIFIED_VM_DNS_SETTING = 35691930;

UNSPECIFIED_VM_DNS_SETTING_VALUE

UNSPECIFIED_VM_DNS_SETTING = 35691930;

ZONAL_DEFAULT

ZONAL_DEFAULT = 368475782;

ZONAL_DEFAULT_VALUE

ZONAL_DEFAULT = 368475782;

ZONAL_ONLY

ZONAL_ONLY = 521198951;

ZONAL_ONLY_VALUE

ZONAL_ONLY = 521198951;

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