Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableBackupGroupIndexingPolicy
Immutable implementation of
BackupGroupIndexingPolicy . |
Modifier and Type | Method and Description |
---|---|
BackupGroupIndexingPolicy |
ImmutableBackupGroup.indexingPolicy()
Specifies settings for indexing files found in an Object (such as a VM) so
these files can be searched and recovered.
|
BackupGroupIndexingPolicy |
BackupGroup.indexingPolicy()
Specifies settings for indexing files found in an Object (such as a VM) so
these files can be searched and recovered.
|
Modifier and Type | Method and Description |
---|---|
Optional<BackupGroupIndexingPolicy> |
ImmutableBackupGroupParams.indexingPolicy()
Specifies settings for indexing files found in an Object (such as a VM) so
these files can be searched and recovered.
|
Optional<BackupGroupIndexingPolicy> |
BackupGroupParams.indexingPolicy()
Specifies settings for indexing files found in an Object (such as a VM) so
these files can be searched and recovered.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableBackupGroupIndexingPolicy |
ImmutableBackupGroupIndexingPolicy.copyOf(BackupGroupIndexingPolicy instance)
Creates an immutable copy of a
BackupGroupIndexingPolicy value. |
ImmutableBackupGroupIndexingPolicy.Builder |
ImmutableBackupGroupIndexingPolicy.Builder.from(BackupGroupIndexingPolicy instance)
Fill a builder with attribute values from the provided
BackupGroupIndexingPolicy instance. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.indexingPolicy(BackupGroupIndexingPolicy indexingPolicy)
Initializes the optional value
indexingPolicy to indexingPolicy. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.indexingPolicy(BackupGroupIndexingPolicy indexingPolicy)
Initializes the value for the
indexingPolicy attribute. |
ImmutableBackupGroupParams |
ImmutableBackupGroupParams.withIndexingPolicy(BackupGroupIndexingPolicy value)
Copy the current immutable object by setting a present value for the optional
indexingPolicy attribute. |
ImmutableBackupGroup |
ImmutableBackupGroup.withIndexingPolicy(BackupGroupIndexingPolicy value)
Copy the current immutable object by setting a value for the
indexingPolicy attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.indexingPolicy(Optional<? extends BackupGroupIndexingPolicy> indexingPolicy)
Initializes the optional value
indexingPolicy to indexingPolicy. |
ImmutableBackupGroupParams |
ImmutableBackupGroupParams.withIndexingPolicy(Optional<? extends BackupGroupIndexingPolicy> optional)
Copy the current immutable object by setting an optional value for the
indexingPolicy attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.