public class CreateBackupPolicyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CreateBackupPolicyOptions.BackupType
The type of backup to support.
|
static class |
CreateBackupPolicyOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
backupType |
protected java.lang.String |
bucket |
protected DeleteAfterDays |
initialRetention |
protected java.lang.String |
mD5 |
protected java.lang.String |
policyName |
protected java.lang.String |
targetBackupVaultCrn |
Modifier | Constructor and Description |
---|---|
protected |
CreateBackupPolicyOptions() |
protected |
CreateBackupPolicyOptions(CreateBackupPolicyOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
backupType()
Gets the backupType.
|
java.lang.String |
bucket()
Gets the bucket.
|
DeleteAfterDays |
initialRetention()
Gets the initialRetention.
|
java.lang.String |
mD5()
Gets the mD5.
|
CreateBackupPolicyOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
policyName()
Gets the policyName.
|
java.lang.String |
targetBackupVaultCrn()
Gets the targetBackupVaultCrn.
|
protected java.lang.String bucket
protected DeleteAfterDays initialRetention
protected java.lang.String policyName
protected java.lang.String targetBackupVaultCrn
protected java.lang.String backupType
protected java.lang.String mD5
protected CreateBackupPolicyOptions()
protected CreateBackupPolicyOptions(CreateBackupPolicyOptions.Builder builder)
public CreateBackupPolicyOptions.Builder newBuilder()
public java.lang.String bucket()
public DeleteAfterDays initialRetention()
public java.lang.String policyName()
public java.lang.String targetBackupVaultCrn()
public java.lang.String backupType()
public java.lang.String mD5()
Copyright © 2025. All rights reserved.