Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.enums | |
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.core.web.rest.response.iaas.backup |
Modifier and Type | Method and Description |
---|---|
static DiskFormat |
DiskFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskFormat[] |
DiskFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiskFormat |
ImmutableDisk.diskFormat()
Specifies the format of the virtual disk.
|
DiskFormat |
Disk.diskFormat()
Specifies the format of the virtual disk.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDisk.Builder |
ImmutableDisk.Builder.diskFormat(DiskFormat diskFormat)
Initializes the value for the
diskFormat attribute. |
ImmutableDisk |
ImmutableDisk.withDiskFormat(DiskFormat value)
Copy the current immutable object by setting a value for the
diskFormat attribute. |
Modifier and Type | Method and Description |
---|---|
DiskFormat |
ImmutableDisk.diskFormat()
Specifies the format of the virtual disk.
|
DiskFormat |
Disk.diskFormat()
Specifies the format of the virtual disk.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDisk.Builder |
ImmutableDisk.Builder.diskFormat(DiskFormat diskFormat)
Initializes the value for the
diskFormat attribute. |
ImmutableDisk |
ImmutableDisk.withDiskFormat(DiskFormat value)
Copy the current immutable object by setting a value for the
diskFormat attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.