Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableDeviceTreeDetails
Immutable implementation of
DeviceTreeDetails . |
Modifier and Type | Method and Description |
---|---|
DeviceTreeDetails |
LogicalVolume.deviceRootNode()
Specifies a logical volume stored as a tree where the leaves are the blocks
of partitions and intermediate nodes are assembled by combining nodes using
one of the following modes: linear layout, striped, mirrored, RAID etc.
|
DeviceTreeDetails |
ImmutableLogicalVolume.deviceRootNode()
Specifies a logical volume stored as a tree where the leaves are the blocks
of partitions and intermediate nodes are assembled by combining nodes using
one of the following modes: linear layout, striped, mirrored, RAID etc.
|
DeviceTreeDetails |
ImmutableDeviceNode.intermediateNode()
Specifies a logical volume stored as a tree where the leaves are the blocks
of partitions and intermediate nodes are assembled by combining nodes using
one of the following modes: linear layout, striped, mirrored, RAID etc.
|
DeviceTreeDetails |
DeviceNode.intermediateNode()
Specifies a logical volume stored as a tree where the leaves are the blocks
of partitions and intermediate nodes are assembled by combining nodes using
one of the following modes: linear layout, striped, mirrored, RAID etc.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableDeviceTreeDetails |
ImmutableDeviceTreeDetails.copyOf(DeviceTreeDetails instance)
Creates an immutable copy of a
DeviceTreeDetails value. |
ImmutableLogicalVolume.Builder |
ImmutableLogicalVolume.Builder.deviceRootNode(DeviceTreeDetails deviceRootNode)
Initializes the value for the
deviceRootNode attribute. |
ImmutableDeviceTreeDetails.Builder |
ImmutableDeviceTreeDetails.Builder.from(DeviceTreeDetails instance)
Fill a builder with attribute values from the provided
DeviceTreeDetails instance. |
ImmutableDeviceNode.Builder |
ImmutableDeviceNode.Builder.intermediateNode(DeviceTreeDetails intermediateNode)
Initializes the value for the
intermediateNode attribute. |
ImmutableLogicalVolume |
ImmutableLogicalVolume.withDeviceRootNode(DeviceTreeDetails value)
Copy the current immutable object by setting a value for the
deviceRootNode attribute. |
ImmutableDeviceNode |
ImmutableDeviceNode.withIntermediateNode(DeviceTreeDetails value)
Copy the current immutable object by setting a value for the
intermediateNode attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.