Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.cohesity.iaas.backups.policies.api.model |
IaaS Backups Policies API model package.
|
Modifier and Type | Method and Description |
---|---|
Optional<ReplicationTargetSettings> |
SnapshotTargetSettings.replicationTarget()
Specifies settings about the offsite backup replication target.
|
Optional<ReplicationTargetSettings> |
ImmutableSnapshotTargetSettings.replicationTarget()
Specifies settings about the offsite backup replication target.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSnapshotTargetSettings.Builder |
ImmutableSnapshotTargetSettings.Builder.replicationTarget(ReplicationTargetSettings replicationTarget)
Initializes the optional value
replicationTarget to replicationTarget. |
ImmutableSnapshotTargetSettings |
ImmutableSnapshotTargetSettings.withReplicationTarget(ReplicationTargetSettings value)
Copy the current immutable object by setting a present value for the optional
replicationTarget attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableSnapshotTargetSettings.Builder |
ImmutableSnapshotTargetSettings.Builder.replicationTarget(Optional<? extends ReplicationTargetSettings> replicationTarget)
Initializes the optional value
replicationTarget to replicationTarget. |
ImmutableSnapshotTargetSettings |
ImmutableSnapshotTargetSettings.withReplicationTarget(Optional<? extends ReplicationTargetSettings> optional)
Copy the current immutable object by setting an optional value for the
replicationTarget attribute. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableReplicationTargetSettings
Immutable implementation of
ReplicationTargetSettings . |
Modifier and Type | Method and Description |
---|---|
static ImmutableReplicationTargetSettings |
ImmutableReplicationTargetSettings.copyOf(ReplicationTargetSettings instance)
Creates an immutable copy of a
ReplicationTargetSettings value. |
ImmutableReplicationTargetSettings.Builder |
ImmutableReplicationTargetSettings.Builder.from(ReplicationTargetSettings instance)
Fill a builder with attribute values from the provided
ReplicationTargetSettings instance. |
Modifier and Type | Method and Description |
---|---|
ReplicationTargetSettings |
SnapshotReplicationCopyPolicy.target()
Specifies the replication target to copy the Snapshots to.
|
ReplicationTargetSettings |
ImmutableSnapshotReplicationCopyPolicy.target()
Specifies the replication target to copy the Snapshots to.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSnapshotReplicationCopyPolicy.Builder |
ImmutableSnapshotReplicationCopyPolicy.Builder.target(ReplicationTargetSettings target)
Initializes the value for the
target attribute. |
ImmutableSnapshotReplicationCopyPolicy |
ImmutableSnapshotReplicationCopyPolicy.withTarget(ReplicationTargetSettings value)
Copy the current immutable object by setting a value for the
target attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.