IscsiTargetCreate Class
Payload for iSCSI Target create or update requests.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.storagepool.models._models_py3.ProxyResourceIscsiTargetCreate
Constructor
IscsiTargetCreate(*, acl_mode: Union[str, azure.mgmt.storagepool.models._storage_pool_management_enums.IscsiTargetAclMode], managed_by: Optional[str] = None, managed_by_extended: Optional[List[str]] = None, target_iqn: Optional[str] = None, static_acls: Optional[List[azure.mgmt.storagepool.models._models_py3.Acl]] = None, luns: Optional[List[azure.mgmt.storagepool.models._models_py3.IscsiLun]] = None, **kwargs)
Parameters
- managed_by
- str
Azure resource id. Indicates if this resource is managed by another Azure resource.
- acl_mode
- str or <xref:storage_pool_management.models.IscsiTargetAclMode>
Required. Mode for Target connectivity. Possible values include: "Dynamic", "Static".
- target_iqn
- str
iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".
- static_acls
- list[<xref:storage_pool_management.models.Acl>]
Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
- luns
- list[<xref:storage_pool_management.models.IscsiLun>]
List of LUNs to be exposed through iSCSI Target.
Variables
- id
- str
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
Feedback
Submit and view feedback for