Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.Builder.build()
Builds a new
ImmutableFilesystemVolume . |
static ImmutableFilesystemVolume |
ImmutableFilesystemVolume.copyOf(FilesystemVolume instance)
Creates an immutable copy of a
FilesystemVolume value. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withDisks(Disk... elements)
Copy the current immutable object with elements that replace the content of
disks . |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withDisks(Iterable<? extends Disk> elements)
Copy the current immutable object with elements that replace the content of
disks . |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withDisplayName(String value)
Copy the current immutable object by setting a value for the
displayName attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withFilesystemType(String value)
Copy the current immutable object by setting a value for the
filesystemType attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withFilesystemUuid(String value)
Copy the current immutable object by setting a value for the
filesystemUuid attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withIsSupported(boolean value)
Copy the current immutable object by setting a value for the
isSupported attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withLogicalVolume(LogicalVolume value)
Copy the current immutable object by setting a present value for the optional
logicalVolume attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withLogicalVolume(Optional<? extends LogicalVolume> optional)
Copy the current immutable object by setting an optional value for the
logicalVolume attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withLogicalVolumeType(LogicalVolumeType value)
Copy the current immutable object by setting a value for the
logicalVolumeType attribute. |
ImmutableFilesystemVolume |
ImmutableFilesystemVolume.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.