Interface IscsiTarget


public interface IscsiTarget
An immutable client-side representation of IscsiTarget.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the IscsiTarget definition.
    static interface 
    The IscsiTarget definition stages.
    static interface 
    The template for IscsiTarget update.
    static interface 
    The IscsiTarget update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the aclMode property: Mode for Target connectivity.
    Gets the endpoints property: List of private IPv4 addresses to connect to the iSCSI Target.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.storagepool.fluent.models.IscsiTargetInner object.
    Gets the luns property: List of LUNs to be exposed through iSCSI Target.
    Gets the managedBy property: Azure resource id.
    Gets the managedByExtended property: List of Azure resource ids that manage this resource.
    Gets the name property: The name of the resource.
    Gets the port property: The port used by iSCSI Target portal group.
    Gets the provisioningState property: State of the operation on the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    Gets the sessions property: List of identifiers for active sessions on the iSCSI target.
    Gets the staticAcls property: Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
    Gets the status property: Operational status of the iSCSI Target.
    Gets the systemData property: Resource metadata required by ARM RPC.
    Gets the targetIqn property: iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".
    Gets the type property: The type of the resource.
    Begins update for the IscsiTarget resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      SystemMetadata systemData()
      Gets the systemData property: Resource metadata required by ARM RPC.
      Returns:
      the systemData value.
    • managedBy

      String managedBy()
      Gets the managedBy property: Azure resource id. Indicates if this resource is managed by another Azure resource.
      Returns:
      the managedBy value.
    • managedByExtended

      List<String> managedByExtended()
      Gets the managedByExtended property: List of Azure resource ids that manage this resource.
      Returns:
      the managedByExtended value.
    • aclMode

      Gets the aclMode property: Mode for Target connectivity.
      Returns:
      the aclMode value.
    • staticAcls

      List<Acl> staticAcls()
      Gets the staticAcls property: Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
      Returns:
      the staticAcls value.
    • luns

      List<IscsiLun> luns()
      Gets the luns property: List of LUNs to be exposed through iSCSI Target.
      Returns:
      the luns value.
    • targetIqn

      String targetIqn()
      Gets the targetIqn property: iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".
      Returns:
      the targetIqn value.
    • provisioningState

      ProvisioningStates provisioningState()
      Gets the provisioningState property: State of the operation on the resource.
      Returns:
      the provisioningState value.
    • status

      Gets the status property: Operational status of the iSCSI Target.
      Returns:
      the status value.
    • endpoints

      List<String> endpoints()
      Gets the endpoints property: List of private IPv4 addresses to connect to the iSCSI Target.
      Returns:
      the endpoints value.
    • port

      Integer port()
      Gets the port property: The port used by iSCSI Target portal group.
      Returns:
      the port value.
    • sessions

      List<String> sessions()
      Gets the sessions property: List of identifiers for active sessions on the iSCSI target.
      Returns:
      the sessions value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      IscsiTargetInner innerModel()
      Gets the inner com.azure.resourcemanager.storagepool.fluent.models.IscsiTargetInner object.
      Returns:
      the inner object.
    • update

      Begins update for the IscsiTarget resource.
      Returns:
      the stage of resource update.
    • refresh

      IscsiTarget refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      IscsiTarget refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.