Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static EncryptionInTransitType |
EncryptionInTransitType.create(String key) |
EncryptionInTransitType |
LaunchAttachIScsiVolumeDetails.getEncryptionInTransitType()
Refer the top-level definition of encryptionInTransitType.
|
EncryptionInTransitType |
AttachBootVolumeDetails.getEncryptionInTransitType()
Refer the top-level definition of encryptionInTransitType.
|
EncryptionInTransitType |
BootVolumeAttachment.getEncryptionInTransitType()
Refer the top-level definition of encryptionInTransitType.
|
EncryptionInTransitType |
AttachIScsiVolumeDetails.getEncryptionInTransitType()
Refer the top-level definition of encryptionInTransitType.
|
EncryptionInTransitType |
IScsiVolumeAttachment.getEncryptionInTransitType()
Refer the top-level definition of encryptionInTransitType.
|
static EncryptionInTransitType |
EncryptionInTransitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionInTransitType[] |
EncryptionInTransitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LaunchAttachIScsiVolumeDetails.Builder |
LaunchAttachIScsiVolumeDetails.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
AttachBootVolumeDetails.Builder |
AttachBootVolumeDetails.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
AttachIScsiVolumeDetails.Builder |
AttachIScsiVolumeDetails.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
IScsiVolumeAttachment.Builder |
IScsiVolumeAttachment.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
Constructor and Description |
---|
AttachBootVolumeDetails(String bootVolumeId,
String displayName,
String instanceId,
EncryptionInTransitType encryptionInTransitType)
Deprecated.
|
AttachIScsiVolumeDetails(String device,
String displayName,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
String volumeId,
Boolean useChap,
EncryptionInTransitType encryptionInTransitType,
Boolean isAgentAutoIscsiLoginEnabled)
Deprecated.
|
BootVolumeAttachment(String availabilityDomain,
String bootVolumeId,
String compartmentId,
String displayName,
String id,
String instanceId,
BootVolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Boolean isPvEncryptionInTransitEnabled,
EncryptionInTransitType encryptionInTransitType)
Deprecated.
|
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.
|
LaunchAttachIScsiVolumeDetails(String device,
String displayName,
Boolean isReadOnly,
Boolean isShareable,
String volumeId,
LaunchCreateVolumeDetails launchCreateVolumeDetails,
Boolean useChap,
EncryptionInTransitType encryptionInTransitType,
Boolean isAgentAutoIscsiLoginEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.