Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
MultipathDevice |
MultipathDevice.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MultipathDevice> |
IScsiVolumeAttachment.getMultipathDevices()
A list of secondary multipath devices
|
Modifier and Type | Method and Description |
---|---|
MultipathDevice.Builder |
MultipathDevice.Builder.copy(MultipathDevice o) |
Modifier and Type | Method and Description |
---|---|
IScsiVolumeAttachment.Builder |
IScsiVolumeAttachment.Builder.multipathDevices(List<MultipathDevice> multipathDevices)
A list of secondary multipath devices
|
Constructor and Description |
---|
IScsiVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
Boolean isMultipath,
VolumeAttachment.IscsiLoginState iscsiLoginState,
String chapSecret,
String chapUsername,
String ipv4,
String iqn,
Integer port,
List<MultipathDevice> multipathDevices,
EncryptionInTransitType encryptionInTransitType,
Boolean isAgentAutoIscsiLoginEnabled)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.