Enum SnapshotSettingsAccessLocation.Policy (1.105.0)

public enum SnapshotSettingsAccessLocation.Policy extends Enum<SnapshotSettingsAccessLocation.Policy> implements ProtocolMessageEnum

Policy of which location is allowed to access snapshot.

Protobuf enum google.cloud.compute.v1.SnapshotSettingsAccessLocation.Policy

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_REGIONS

Any regions will be able to access the source location.

ALL_REGIONS = 273143585;

ALL_REGIONS_VALUE

Any regions will be able to access the source location.

ALL_REGIONS = 273143585;

POLICY_UNSPECIFIED

POLICY_UNSPECIFIED = 197974922;

POLICY_UNSPECIFIED_VALUE

POLICY_UNSPECIFIED = 197974922;

SPECIFIC_REGIONS

Only allowlisted regions will be able to restore region scoped snapshots

SPECIFIC_REGIONS = 454128082;

SPECIFIC_REGIONS_VALUE

Only allowlisted regions will be able to restore region scoped snapshots

SPECIFIC_REGIONS = 454128082;

UNDEFINED_POLICY

A value indicating that the enum field is not set.

UNDEFINED_POLICY = 0;

UNDEFINED_POLICY_VALUE

A value indicating that the enum field is not set.

UNDEFINED_POLICY = 0;

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