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 |
---|---|
TimeOfDay |
ImmutableBackupGroupParams.startTime()
Specifies the time of day to start the Protection Schedule.
|
TimeOfDay |
ImmutableBackupGroup.startTime()
Specifies the time of day to start the Protection Schedule.
|
TimeOfDay |
BackupGroupParams.startTime()
Specifies the time of day to start the Protection Schedule.
|
TimeOfDay |
BackupGroup.startTime()
Specifies the time of day to start the Protection Schedule.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.startTime(TimeOfDay startTime)
Initializes the value for the
startTime attribute. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.startTime(TimeOfDay startTime)
Initializes the value for the
startTime attribute. |
ImmutableBackupGroupParams |
ImmutableBackupGroupParams.withStartTime(TimeOfDay value)
Copy the current immutable object by setting a value for the
startTime attribute. |
ImmutableBackupGroup |
ImmutableBackupGroup.withStartTime(TimeOfDay value)
Copy the current immutable object by setting a value for the
startTime attribute. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableTimeOfDay
Immutable implementation of
TimeOfDay . |
Modifier and Type | Method and Description |
---|---|
static ImmutableTimeOfDay |
ImmutableTimeOfDay.copyOf(TimeOfDay instance)
Creates an immutable copy of a
TimeOfDay value. |
ImmutableTimeOfDay.Builder |
ImmutableTimeOfDay.Builder.from(TimeOfDay instance)
Fill a builder with attribute values from the provided
TimeOfDay instance. |
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
ImmutableBlackoutPeriod.endTime()
Specifies the end time of the blackout time range.
|
TimeOfDay |
BlackoutPeriod.endTime()
Specifies the end time of the blackout time range.
|
TimeOfDay |
ImmutableBlackoutPeriod.startTime()
Specifies the start time of the blackout time range.
|
TimeOfDay |
BlackoutPeriod.startTime()
Specifies the start time of the blackout time range.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBlackoutPeriod.Builder |
ImmutableBlackoutPeriod.Builder.endTime(TimeOfDay endTime)
Initializes the value for the
endTime attribute. |
ImmutableBlackoutPeriod.Builder |
ImmutableBlackoutPeriod.Builder.startTime(TimeOfDay startTime)
Initializes the value for the
startTime attribute. |
ImmutableBlackoutPeriod |
ImmutableBlackoutPeriod.withEndTime(TimeOfDay value)
Copy the current immutable object by setting a value for the
endTime attribute. |
ImmutableBlackoutPeriod |
ImmutableBlackoutPeriod.withStartTime(TimeOfDay value)
Copy the current immutable object by setting a value for the
startTime attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.