Package-level declarations

Types

Link copied to clipboard
enum AuditLogConfigLogType : Enum<AuditLogConfigLogType> , ConvertibleToJava<AuditLogConfigLogType>

The log type that this config enables.

enum RestoreConfigClusterResourceConflictPolicy : Enum<RestoreConfigClusterResourceConflictPolicy> , ConvertibleToJava<RestoreConfigClusterResourceConflictPolicy>

Defines the behavior for handling the situation where cluster-scoped resources being restored already exist in the target cluster. This MUST be set to a value other than CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED if cluster_resource_restore_scope is not empty.

enum RestoreConfigNamespacedResourceRestoreMode : Enum<RestoreConfigNamespacedResourceRestoreMode> , ConvertibleToJava<RestoreConfigNamespacedResourceRestoreMode>

Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. This MUST be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED.

Link copied to clipboard
enum RestoreConfigVolumeDataRestorePolicy : Enum<RestoreConfigVolumeDataRestorePolicy> , ConvertibleToJava<RestoreConfigVolumeDataRestorePolicy>

Specifies the mechanism to be used to restore volume data. Default: VOLUME_DATA_RESTORE_POLICY_UNSPECIFIED (will be treated as NO_VOLUME_DATA_RESTORATION).