Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.Builder.build()
Builds a new
ImmutableVMRecoveryOptions . |
static ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.copyOf(VMRecoveryOptions instance)
Creates an immutable copy of a
VMRecoveryOptions value. |
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.withPoweredOn(boolean value)
Copy the current immutable object by setting a value for the
poweredOn attribute. |
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.withPrefix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
prefix attribute. |
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.withPrefix(String value)
Copy the current immutable object by setting a present value for the optional
prefix attribute. |
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.withSuffix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
suffix attribute. |
ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.withSuffix(String value)
Copy the current immutable object by setting a present value for the optional
suffix attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.