Enum DeletionPropagationPolicy (0.1.0)

public enum DeletionPropagationPolicy extends Enum<DeletionPropagationPolicy> implements ProtocolMessageEnum

Deletion Propagation Policy determines what happens to the underlying Kubernetes resources on a cluster when the FleetPackage managing those resources no longer targets the cluster or is deleted.

Protobuf enum google.cloud.configdelivery.v1beta.DeletionPropagationPolicy

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETION_PROPAGATION_POLICY_UNSPECIFIED

Unspecified deletion propagation policy. Defaults to FOREGROUND.

DELETION_PROPAGATION_POLICY_UNSPECIFIED = 0;

DELETION_PROPAGATION_POLICY_UNSPECIFIED_VALUE

Unspecified deletion propagation policy. Defaults to FOREGROUND.

DELETION_PROPAGATION_POLICY_UNSPECIFIED = 0;

FOREGROUND

Foreground deletion propagation policy. Any resources synced to the cluster will be deleted.

FOREGROUND = 1;

FOREGROUND_VALUE

Foreground deletion propagation policy. Any resources synced to the cluster will be deleted.

FOREGROUND = 1;

ORPHAN

Orphan deletion propagation policy. Any resources synced to the cluster will be abandoned.

ORPHAN = 2;

ORPHAN_VALUE

Orphan deletion propagation policy. Any resources synced to the cluster will be abandoned.

ORPHAN = 2;

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