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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETION_PROPAGATION_POLICY_UNSPECIFIED |
Unspecified deletion propagation policy. Defaults to FOREGROUND. |
DELETION_PROPAGATION_POLICY_UNSPECIFIED_VALUE |
Unspecified deletion propagation policy. Defaults to FOREGROUND. |
FOREGROUND |
Foreground deletion propagation policy. Any resources synced to the cluster will be deleted. |
FOREGROUND_VALUE |
Foreground deletion propagation policy. Any resources synced to the cluster will be deleted. |
ORPHAN |
Orphan deletion propagation policy. Any resources synced to the cluster will be abandoned. |
ORPHAN_VALUE |
Orphan deletion propagation policy. Any resources synced to the cluster will be abandoned. |
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() |