Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.Builder.build()
Builds a new
ImmutableVirtualDiskInformation . |
static ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.copyOf(VirtualDiskInformation instance)
Creates an immutable copy of a
VirtualDiskInformation value. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withBusNumber(Long value)
Copy the current immutable object by setting a value for the
busNumber attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withControllerType(String value)
Copy the current immutable object by setting a value for the
controllerType attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withDiskId(String value)
Copy the current immutable object by setting a value for the
diskId attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withDiskSizeInBytes(Long value)
Copy the current immutable object by setting a value for the
diskSizeInBytes attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withFilePath(String value)
Copy the current immutable object by setting a value for the
filePath attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withMountPoints(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
mountPoints . |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withMountPoints(String... elements)
Copy the current immutable object with elements that replace the content of
mountPoints . |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withProtectionSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
protectionSource attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withUnitNumber(Long value)
Copy the current immutable object by setting a value for the
unitNumber attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.