IscsiTargetUpdate Class

Payload for iSCSI Target update requests.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storagepool.models._models_py3.ProxyResource
IscsiTargetUpdate

Constructor

IscsiTargetUpdate(*, managed_by: Optional[str] = None, managed_by_extended: Optional[List[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
Required

Azure resource id. Indicates if this resource is managed by another Azure resource.

managed_by_extended
list[str]
Required

List of Azure resource ids that manage this resource.

static_acls
list[<xref:storage_pool_management.models.Acl>]
Required

Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.

luns
list[<xref:storage_pool_management.models.IscsiLun>]
Required

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.