Uses of Class
com.oracle.bmc.core.model.MultipathDevice
-
Packages that use MultipathDevice Package Description com.oracle.bmc.core.model -
-
Uses of MultipathDevice in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return MultipathDevice Modifier and Type Method Description MultipathDevice
MultipathDevice.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type MultipathDevice Modifier and Type Method Description List<MultipathDevice>
IScsiVolumeAttachment. getMultipathDevices()
A list of secondary multipath devicesMethods in com.oracle.bmc.core.model with parameters of type MultipathDevice Modifier and Type Method Description MultipathDevice.Builder
MultipathDevice.Builder. copy(MultipathDevice model)
Method parameters in com.oracle.bmc.core.model with type arguments of type MultipathDevice Modifier and Type Method Description IScsiVolumeAttachment.Builder
IScsiVolumeAttachment.Builder. multipathDevices(List<MultipathDevice> multipathDevices)
A list of secondary multipath devicesConstructor parameters in com.oracle.bmc.core.model with type arguments of type MultipathDevice Constructor 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, Boolean isVolumeCreatedDuringLaunch, String chapSecret, String chapUsername, String ipv4, String iqn, Integer port, List<MultipathDevice> multipathDevices, EncryptionInTransitType encryptionInTransitType, Boolean isAgentAutoIscsiLoginEnabled)
Deprecated.
-