OlvmIscsiDetails¶
-
class
oci.cloud_migrations.models.OlvmIscsiDetails(**kwargs)¶ Bases:
objectThe host iSCSI details.
Methods
__init__(**kwargs)Initializes a new OlvmIscsiDetails object with values from keyword arguments. Attributes
addressGets the address of this OlvmIscsiDetails. disk_idGets the disk_id of this OlvmIscsiDetails. initiatorGets the initiator of this OlvmIscsiDetails. lun_mappingGets the lun_mapping of this OlvmIscsiDetails. pathsGets the paths of this OlvmIscsiDetails. portGets the port of this OlvmIscsiDetails. portalGets the portal of this OlvmIscsiDetails. product_idGets the product_id of this OlvmIscsiDetails. serialGets the serial of this OlvmIscsiDetails. size_in_bytesGets the size_in_bytes of this OlvmIscsiDetails. statusGets the status of this OlvmIscsiDetails. storage_domain_idGets the storage_domain_id of this OlvmIscsiDetails. targetGets the target of this OlvmIscsiDetails. usernameGets the username of this OlvmIscsiDetails. vendor_idGets the vendor_id of this OlvmIscsiDetails. volume_group_idGets the volume_group_id of this OlvmIscsiDetails. -
__init__(**kwargs)¶ Initializes a new OlvmIscsiDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - address (str) – The value to assign to the address property of this OlvmIscsiDetails.
- disk_id (str) – The value to assign to the disk_id property of this OlvmIscsiDetails.
- initiator (str) – The value to assign to the initiator property of this OlvmIscsiDetails.
- lun_mapping (int) – The value to assign to the lun_mapping property of this OlvmIscsiDetails.
- paths (int) – The value to assign to the paths property of this OlvmIscsiDetails.
- port (int) – The value to assign to the port property of this OlvmIscsiDetails.
- portal (str) – The value to assign to the portal property of this OlvmIscsiDetails.
- product_id (str) – The value to assign to the product_id property of this OlvmIscsiDetails.
- serial (str) – The value to assign to the serial property of this OlvmIscsiDetails.
- size_in_bytes (int) – The value to assign to the size_in_bytes property of this OlvmIscsiDetails.
- status (str) – The value to assign to the status property of this OlvmIscsiDetails.
- storage_domain_id (str) – The value to assign to the storage_domain_id property of this OlvmIscsiDetails.
- target (str) – The value to assign to the target property of this OlvmIscsiDetails.
- username (str) – The value to assign to the username property of this OlvmIscsiDetails.
- vendor_id (str) – The value to assign to the vendor_id property of this OlvmIscsiDetails.
- volume_group_id (str) – The value to assign to the volume_group_id property of this OlvmIscsiDetails.
-
address¶ Gets the address of this OlvmIscsiDetails. Address of iSCSI
Returns: The address of this OlvmIscsiDetails. Return type: str
-
disk_id¶ Gets the disk_id of this OlvmIscsiDetails. Disk ID of iSCSI
Returns: The disk_id of this OlvmIscsiDetails. Return type: str
-
initiator¶ Gets the initiator of this OlvmIscsiDetails. Initiator of iSCSI
Returns: The initiator of this OlvmIscsiDetails. Return type: str
-
lun_mapping¶ Gets the lun_mapping of this OlvmIscsiDetails. LUN Mapping of iSCSI
Returns: The lun_mapping of this OlvmIscsiDetails. Return type: int
-
paths¶ Gets the paths of this OlvmIscsiDetails. Number of paths of iSCSI
Returns: The paths of this OlvmIscsiDetails. Return type: int
-
port¶ Gets the port of this OlvmIscsiDetails. Port number of iSCSI
Returns: The port of this OlvmIscsiDetails. Return type: int
-
portal¶ Gets the portal of this OlvmIscsiDetails. Portal of iSCSI
Returns: The portal of this OlvmIscsiDetails. Return type: str
-
product_id¶ Gets the product_id of this OlvmIscsiDetails. Product ID of iSCSI
Returns: The product_id of this OlvmIscsiDetails. Return type: str
-
serial¶ Gets the serial of this OlvmIscsiDetails. Serial of iSCSI
Returns: The serial of this OlvmIscsiDetails. Return type: str
-
size_in_bytes¶ Gets the size_in_bytes of this OlvmIscsiDetails. size of iSCSI
Returns: The size_in_bytes of this OlvmIscsiDetails. Return type: int
-
status¶ Gets the status of this OlvmIscsiDetails. Status of iSCSI
Returns: The status of this OlvmIscsiDetails. Return type: str
-
storage_domain_id¶ Gets the storage_domain_id of this OlvmIscsiDetails. Storage Domain ID of iSCSI
Returns: The storage_domain_id of this OlvmIscsiDetails. Return type: str
-
target¶ Gets the target of this OlvmIscsiDetails. target of iSCSI
Returns: The target of this OlvmIscsiDetails. Return type: str
-
username¶ Gets the username of this OlvmIscsiDetails. Username of iSCSI
Returns: The username of this OlvmIscsiDetails. Return type: str
-
vendor_id¶ Gets the vendor_id of this OlvmIscsiDetails. Vendor ID of iSCSI
Returns: The vendor_id of this OlvmIscsiDetails. Return type: str
-
volume_group_id¶ Gets the volume_group_id of this OlvmIscsiDetails. Volume Group ID of iSCSI
Returns: The volume_group_id of this OlvmIscsiDetails. Return type: str
-