InstanceConfigurationIscsiAttachVolumeDetails

class oci.core.models.InstanceConfigurationIscsiAttachVolumeDetails(**kwargs)

Bases: oci.core.models.instance_configuration_attach_volume_details.InstanceConfigurationAttachVolumeDetails

InstanceConfigurationIscsiAttachVolumeDetails model.

Methods

__init__(**kwargs) Initializes a new InstanceConfigurationIscsiAttachVolumeDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

Attributes

device Gets the device of this InstanceConfigurationAttachVolumeDetails.
display_name Gets the display_name of this InstanceConfigurationAttachVolumeDetails.
is_read_only Gets the is_read_only of this InstanceConfigurationAttachVolumeDetails.
is_shareable Gets the is_shareable of this InstanceConfigurationAttachVolumeDetails.
type [Required] Gets the type of this InstanceConfigurationAttachVolumeDetails.
use_chap Gets the use_chap of this InstanceConfigurationIscsiAttachVolumeDetails.
__init__(**kwargs)

Initializes a new InstanceConfigurationIscsiAttachVolumeDetails object with values from keyword arguments. The default value of the type attribute of this class is iscsi and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this InstanceConfigurationIscsiAttachVolumeDetails.
  • is_read_only (bool) – The value to assign to the is_read_only property of this InstanceConfigurationIscsiAttachVolumeDetails.
  • device (str) – The value to assign to the device property of this InstanceConfigurationIscsiAttachVolumeDetails.
  • is_shareable (bool) – The value to assign to the is_shareable property of this InstanceConfigurationIscsiAttachVolumeDetails.
  • type (str) – The value to assign to the type property of this InstanceConfigurationIscsiAttachVolumeDetails.
  • use_chap (bool) – The value to assign to the use_chap property of this InstanceConfigurationIscsiAttachVolumeDetails.
device

Gets the device of this InstanceConfigurationAttachVolumeDetails. The device name.

Returns:The device of this InstanceConfigurationAttachVolumeDetails.
Return type:str
display_name

Gets the display_name of this InstanceConfigurationAttachVolumeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this InstanceConfigurationAttachVolumeDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_read_only

Gets the is_read_only of this InstanceConfigurationAttachVolumeDetails. Whether the attachment should be created in read-only mode.

Returns:The is_read_only of this InstanceConfigurationAttachVolumeDetails.
Return type:bool
is_shareable

Gets the is_shareable of this InstanceConfigurationAttachVolumeDetails. Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.

Returns:The is_shareable of this InstanceConfigurationAttachVolumeDetails.
Return type:bool
type

[Required] Gets the type of this InstanceConfigurationAttachVolumeDetails. The type of volume. The only supported values are “iscsi” and “paravirtualized”.

Returns:The type of this InstanceConfigurationAttachVolumeDetails.
Return type:str
use_chap

Gets the use_chap of this InstanceConfigurationIscsiAttachVolumeDetails. Whether to use CHAP authentication for the volume attachment. Defaults to false.

Returns:The use_chap of this InstanceConfigurationIscsiAttachVolumeDetails.
Return type:bool