Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDiskPartition |
ImmutableDiskPartition.Builder.build()
Builds a new
ImmutableDiskPartition . |
static ImmutableDiskPartition |
ImmutableDiskPartition.copyOf(DiskPartition instance)
Creates an immutable copy of a
DiskPartition value. |
ImmutableDiskPartition |
ImmutableDiskPartition.withLengthBytes(long value)
Copy the current immutable object by setting a value for the
lengthBytes attribute. |
ImmutableDiskPartition |
ImmutableDiskPartition.withNumber(long value)
Copy the current immutable object by setting a value for the
number attribute. |
ImmutableDiskPartition |
ImmutableDiskPartition.withOffsetBytes(long value)
Copy the current immutable object by setting a value for the
offsetBytes attribute. |
ImmutableDiskPartition |
ImmutableDiskPartition.withTypeUuid(String value)
Copy the current immutable object by setting a value for the
typeUuid attribute. |
ImmutableDiskPartition |
ImmutableDiskPartition.withUuid(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
uuid attribute. |
ImmutableDiskPartition |
ImmutableDiskPartition.withUuid(String value)
Copy the current immutable object by setting a present value for the optional
uuid attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.