Package | Description |
---|---|
com.iland.cohesity.iaas.backups.protectionsources |
Backup Groups Model Package.
|
com.iland.core.web.rest.api |
REsT resources: entry point to platform services.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableScopedProtectionSource
Immutable implementation of
ScopedProtectionSource . |
Modifier and Type | Method and Description |
---|---|
ScopedProtectionSource |
ProtectionSourceApi.registerProtectionSource(VdcUuid vdcUuid,
com.iland.cohesity.sdk.api.model.RegisterProtectionSourceParameters parameters)
Register a Protection Source on the Cohesity Cluster.
|
ScopedProtectionSource |
ProtectionSourceApi.updateProtectionSource(ProtectionSourceUid protectionSourceUid,
com.iland.cohesity.sdk.api.model.UpdateProtectionSourceParameters parameters)
Update a previously registered Protection Source with new details.
|
Modifier and Type | Method and Description |
---|---|
Stream<ScopedProtectionSource> |
ProtectionSourceApi.listProtectionSources(EntityFilters entityFilters)
If no parameters are specified, all Protection Sources that are registered
on the Cohesity Cluster are returned.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableScopedProtectionSource |
ImmutableScopedProtectionSource.copyOf(ScopedProtectionSource instance)
Creates an immutable copy of a
ScopedProtectionSource value. |
ImmutableScopedProtectionSource.Builder |
ImmutableScopedProtectionSource.Builder.from(ScopedProtectionSource instance)
Fill a builder with attribute values from the provided
com.iland.cohesity.iaas.backups.protectionsources.ScopedProtectionSource instance. |
Modifier and Type | Method and Description |
---|---|
ScopedProtectionSource |
ProtectionSourceResource.registerProtectionSource(String vdcUuid,
com.iland.cohesity.sdk.api.model.RegisterProtectionSourceParameters parameters)
Register a new protection source.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.