Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups | |
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
default Optional<OrgBackupSummaryStats> |
BackupGroupSummaryStatsApi.getOrgBackupSummaryStats(OrgUuid orgUuid)
Gets backup summary stats for an org for the past 24 hours.
|
Optional<OrgBackupSummaryStats> |
BackupGroupSummaryStatsApi.getOrgBackupSummaryStats(OrgUuid orgUuid,
OrgBackupSummaryStatsFilters filters)
Gets backup summary stats for an org.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableOrgBackupSummaryStats
Immutable implementation of
OrgBackupSummaryStats . |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<OrgBackupSummaryStats> |
ImmutableCompanyLocationBackupSummaryStats.orgStats()
The underlying organization stats.
|
Set<OrgBackupSummaryStats> |
CompanyLocationBackupSummaryStats.orgStats()
The underlying organization stats.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCompanyLocationBackupSummaryStats.Builder |
ImmutableCompanyLocationBackupSummaryStats.Builder.addOrgStats(OrgBackupSummaryStats... elements)
Adds elements to
orgStats set. |
ImmutableCompanyLocationBackupSummaryStats.Builder |
ImmutableCompanyLocationBackupSummaryStats.Builder.addOrgStats(OrgBackupSummaryStats element)
Adds one element to
orgStats set. |
static ImmutableOrgBackupSummaryStats |
ImmutableOrgBackupSummaryStats.copyOf(OrgBackupSummaryStats instance)
Creates an immutable copy of a
OrgBackupSummaryStats value. |
ImmutableOrgBackupSummaryStats.Builder |
ImmutableOrgBackupSummaryStats.Builder.from(OrgBackupSummaryStats instance)
Fill a builder with attribute values from the provided
OrgBackupSummaryStats instance. |
ImmutableCompanyLocationBackupSummaryStats |
ImmutableCompanyLocationBackupSummaryStats.withOrgStats(OrgBackupSummaryStats... elements)
Copy the current immutable object with elements that replace the content of
orgStats . |
Modifier and Type | Method and Description |
---|---|
ImmutableCompanyLocationBackupSummaryStats.Builder |
ImmutableCompanyLocationBackupSummaryStats.Builder.addAllOrgStats(Iterable<? extends OrgBackupSummaryStats> elements)
Adds elements to
orgStats set. |
ImmutableCompanyLocationBackupSummaryStats.Builder |
ImmutableCompanyLocationBackupSummaryStats.Builder.orgStats(Iterable<? extends OrgBackupSummaryStats> elements)
Sets or replaces all elements for
orgStats set. |
ImmutableCompanyLocationBackupSummaryStats |
ImmutableCompanyLocationBackupSummaryStats.withOrgStats(Iterable<? extends OrgBackupSummaryStats> elements)
Copy the current immutable object with elements that replace the content of
orgStats . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.