Uses of Class
com.oracle.bmc.core.model.UpdateVolumeAttachmentDetails.IscsiLoginState
-
Packages that use UpdateVolumeAttachmentDetails.IscsiLoginState Package Description com.oracle.bmc.core.model -
-
Uses of UpdateVolumeAttachmentDetails.IscsiLoginState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateVolumeAttachmentDetails.IscsiLoginState Modifier and Type Method Description static UpdateVolumeAttachmentDetails.IscsiLoginState
UpdateVolumeAttachmentDetails.IscsiLoginState. create(String key)
UpdateVolumeAttachmentDetails.IscsiLoginState
UpdateVolumeAttachmentDetails. getIscsiLoginState()
The iscsi login state of the volume attachment.static UpdateVolumeAttachmentDetails.IscsiLoginState
UpdateVolumeAttachmentDetails.IscsiLoginState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateVolumeAttachmentDetails.IscsiLoginState[]
UpdateVolumeAttachmentDetails.IscsiLoginState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type UpdateVolumeAttachmentDetails.IscsiLoginState Modifier and Type Method Description UpdateVolumeAttachmentDetails.Builder
UpdateVolumeAttachmentDetails.Builder. iscsiLoginState(UpdateVolumeAttachmentDetails.IscsiLoginState iscsiLoginState)
The iscsi login state of the volume attachment.Constructors in com.oracle.bmc.core.model with parameters of type UpdateVolumeAttachmentDetails.IscsiLoginState Constructor Description UpdateVolumeAttachmentDetails(UpdateVolumeAttachmentDetails.IscsiLoginState iscsiLoginState)
Deprecated.
-