1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageHitachiHost
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getStorageHitachiHost

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    A host group entity in Hitachi storage array. It is an abstraction used by Hitachi storage to organize the storage network addresses (Fibre Channel worldwide names or iSCSI qualified names) of client computers and to control communications between clients and volumes.

    Using getStorageHitachiHost

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getStorageHitachiHost(args: GetStorageHitachiHostArgs, opts?: InvokeOptions): Promise<GetStorageHitachiHostResult>
    function getStorageHitachiHostOutput(args: GetStorageHitachiHostOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiHostResult>
    def get_storage_hitachi_host(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetStorageHitachiHostAncestor]] = None,
                                 array: Optional[GetStorageHitachiHostArray] = None,
                                 authentication_mode: Optional[str] = None,
                                 class_id: Optional[str] = None,
                                 create_time: Optional[str] = None,
                                 description: Optional[str] = None,
                                 domain_group_moid: Optional[str] = None,
                                 host_group_id: Optional[str] = None,
                                 host_group_number: Optional[float] = None,
                                 host_mode_options: Optional[Sequence[float]] = None,
                                 id: Optional[str] = None,
                                 initiators: Optional[Sequence[GetStorageHitachiHostInitiator]] = None,
                                 is_chap_mutual: Optional[bool] = None,
                                 iscsi_name: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 name: Optional[str] = None,
                                 object_type: Optional[str] = None,
                                 os_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetStorageHitachiHostParent] = None,
                                 permission_resources: Optional[Sequence[GetStorageHitachiHostPermissionResource]] = None,
                                 port_id: Optional[str] = None,
                                 port_lun_security: Optional[bool] = None,
                                 registered_device: Optional[GetStorageHitachiHostRegisteredDevice] = None,
                                 shared_scope: Optional[str] = None,
                                 storage_utilization: Optional[GetStorageHitachiHostStorageUtilization] = None,
                                 tags: Optional[Sequence[GetStorageHitachiHostTag]] = None,
                                 type: Optional[str] = None,
                                 version_context: Optional[GetStorageHitachiHostVersionContext] = None,
                                 wwn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetStorageHitachiHostResult
    def get_storage_hitachi_host_output(account_moid: Optional[pulumi.Input[str]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostAncestorArgs]]]] = None,
                                 array: Optional[pulumi.Input[GetStorageHitachiHostArrayArgs]] = None,
                                 authentication_mode: Optional[pulumi.Input[str]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 description: Optional[pulumi.Input[str]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 host_group_id: Optional[pulumi.Input[str]] = None,
                                 host_group_number: Optional[pulumi.Input[float]] = None,
                                 host_mode_options: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 initiators: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostInitiatorArgs]]]] = None,
                                 is_chap_mutual: Optional[pulumi.Input[bool]] = None,
                                 iscsi_name: Optional[pulumi.Input[str]] = None,
                                 mod_time: Optional[pulumi.Input[str]] = None,
                                 moid: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 object_type: Optional[pulumi.Input[str]] = None,
                                 os_type: Optional[pulumi.Input[str]] = None,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetStorageHitachiHostParentArgs]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostPermissionResourceArgs]]]] = None,
                                 port_id: Optional[pulumi.Input[str]] = None,
                                 port_lun_security: Optional[pulumi.Input[bool]] = None,
                                 registered_device: Optional[pulumi.Input[GetStorageHitachiHostRegisteredDeviceArgs]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 storage_utilization: Optional[pulumi.Input[GetStorageHitachiHostStorageUtilizationArgs]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostTagArgs]]]] = None,
                                 type: Optional[pulumi.Input[str]] = None,
                                 version_context: Optional[pulumi.Input[GetStorageHitachiHostVersionContextArgs]] = None,
                                 wwn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiHostResult]
    func LookupStorageHitachiHost(ctx *Context, args *LookupStorageHitachiHostArgs, opts ...InvokeOption) (*LookupStorageHitachiHostResult, error)
    func LookupStorageHitachiHostOutput(ctx *Context, args *LookupStorageHitachiHostOutputArgs, opts ...InvokeOption) LookupStorageHitachiHostResultOutput

    > Note: This function is named LookupStorageHitachiHost in the Go SDK.

    public static class GetStorageHitachiHost 
    {
        public static Task<GetStorageHitachiHostResult> InvokeAsync(GetStorageHitachiHostArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageHitachiHostResult> Invoke(GetStorageHitachiHostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageHitachiHostResult> getStorageHitachiHost(GetStorageHitachiHostArgs args, InvokeOptions options)
    public static Output<GetStorageHitachiHostResult> getStorageHitachiHost(GetStorageHitachiHostArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageHitachiHost:getStorageHitachiHost
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiHostAncestor>
    Array GetStorageHitachiHostArray
    AuthenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostGroupId string
    ID of the host group for this host.
    HostGroupNumber double
    Host group number for this host.
    HostModeOptions List<double>
    Id string
    Initiators List<GetStorageHitachiHostInitiator>
    IsChapMutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    IscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the host in storage array.
    ObjectType string
    OsType string
    Operating system running on the host.
    Owners List<string>
    Parent GetStorageHitachiHostParent
    PermissionResources List<GetStorageHitachiHostPermissionResource>
    PortId string
    Port ID of the host group.
    PortLunSecurity bool
    LUN security setting for the port.
    RegisteredDevice GetStorageHitachiHostRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilization GetStorageHitachiHostStorageUtilization
    Tags List<GetStorageHitachiHostTag>
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContext GetStorageHitachiHostVersionContext
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiHostAncestor
    Array GetStorageHitachiHostArray
    AuthenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostGroupId string
    ID of the host group for this host.
    HostGroupNumber float64
    Host group number for this host.
    HostModeOptions []float64
    Id string
    Initiators []GetStorageHitachiHostInitiator
    IsChapMutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    IscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the host in storage array.
    ObjectType string
    OsType string
    Operating system running on the host.
    Owners []string
    Parent GetStorageHitachiHostParent
    PermissionResources []GetStorageHitachiHostPermissionResource
    PortId string
    Port ID of the host group.
    PortLunSecurity bool
    LUN security setting for the port.
    RegisteredDevice GetStorageHitachiHostRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilization GetStorageHitachiHostStorageUtilization
    Tags []GetStorageHitachiHostTag
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContext GetStorageHitachiHostVersionContext
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiHostAncestor>
    array GetStorageHitachiHostArray
    authenticationMode String
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostGroupId String
    ID of the host group for this host.
    hostGroupNumber Double
    Host group number for this host.
    hostModeOptions List<Double>
    id String
    initiators List<GetStorageHitachiHostInitiator>
    isChapMutual Boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName String
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the host in storage array.
    objectType String
    osType String
    Operating system running on the host.
    owners List<String>
    parent GetStorageHitachiHostParent
    permissionResources List<GetStorageHitachiHostPermissionResource>
    portId String
    Port ID of the host group.
    portLunSecurity Boolean
    LUN security setting for the port.
    registeredDevice GetStorageHitachiHostRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization GetStorageHitachiHostStorageUtilization
    tags List<GetStorageHitachiHostTag>
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContext GetStorageHitachiHostVersionContext
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiHostAncestor[]
    array GetStorageHitachiHostArray
    authenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Short description about the host.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hostGroupId string
    ID of the host group for this host.
    hostGroupNumber number
    Host group number for this host.
    hostModeOptions number[]
    id string
    initiators GetStorageHitachiHostInitiator[]
    isChapMutual boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the host in storage array.
    objectType string
    osType string
    Operating system running on the host.
    owners string[]
    parent GetStorageHitachiHostParent
    permissionResources GetStorageHitachiHostPermissionResource[]
    portId string
    Port ID of the host group.
    portLunSecurity boolean
    LUN security setting for the port.
    registeredDevice GetStorageHitachiHostRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization GetStorageHitachiHostStorageUtilization
    tags GetStorageHitachiHostTag[]
    type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContext GetStorageHitachiHostVersionContext
    wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiHostAncestor]
    array GetStorageHitachiHostArray
    authentication_mode str
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Short description about the host.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    host_group_id str
    ID of the host group for this host.
    host_group_number float
    Host group number for this host.
    host_mode_options Sequence[float]
    id str
    initiators Sequence[GetStorageHitachiHostInitiator]
    is_chap_mutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    iscsi_name str
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the host in storage array.
    object_type str
    os_type str
    Operating system running on the host.
    owners Sequence[str]
    parent GetStorageHitachiHostParent
    permission_resources Sequence[GetStorageHitachiHostPermissionResource]
    port_id str
    Port ID of the host group.
    port_lun_security bool
    LUN security setting for the port.
    registered_device GetStorageHitachiHostRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_utilization GetStorageHitachiHostStorageUtilization
    tags Sequence[GetStorageHitachiHostTag]
    type str
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    version_context GetStorageHitachiHostVersionContext
    wwn str
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    authenticationMode String
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostGroupId String
    ID of the host group for this host.
    hostGroupNumber Number
    Host group number for this host.
    hostModeOptions List<Number>
    id String
    initiators List<Property Map>
    isChapMutual Boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName String
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the host in storage array.
    objectType String
    osType String
    Operating system running on the host.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    portId String
    Port ID of the host group.
    portLunSecurity Boolean
    LUN security setting for the port.
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization Property Map
    tags List<Property Map>
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContext Property Map
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.

    getStorageHitachiHost Result

    The following output properties are available:

    Id string
    Results List<GetStorageHitachiHostResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageHitachiHostAncestor>
    Array GetStorageHitachiHostArray
    AuthenticationMode string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    HostGroupId string
    HostGroupNumber double
    HostModeOptions List<double>
    Initiators List<GetStorageHitachiHostInitiator>
    IsChapMutual bool
    IscsiName string
    ModTime string
    Moid string
    Name string
    ObjectType string
    OsType string
    Owners List<string>
    Parent GetStorageHitachiHostParent
    PermissionResources List<GetStorageHitachiHostPermissionResource>
    PortId string
    PortLunSecurity bool
    RegisteredDevice GetStorageHitachiHostRegisteredDevice
    SharedScope string
    StorageUtilization GetStorageHitachiHostStorageUtilization
    Tags List<GetStorageHitachiHostTag>
    Type string
    VersionContext GetStorageHitachiHostVersionContext
    Wwn string
    Id string
    Results []GetStorageHitachiHostResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageHitachiHostAncestor
    Array GetStorageHitachiHostArray
    AuthenticationMode string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    HostGroupId string
    HostGroupNumber float64
    HostModeOptions []float64
    Initiators []GetStorageHitachiHostInitiator
    IsChapMutual bool
    IscsiName string
    ModTime string
    Moid string
    Name string
    ObjectType string
    OsType string
    Owners []string
    Parent GetStorageHitachiHostParent
    PermissionResources []GetStorageHitachiHostPermissionResource
    PortId string
    PortLunSecurity bool
    RegisteredDevice GetStorageHitachiHostRegisteredDevice
    SharedScope string
    StorageUtilization GetStorageHitachiHostStorageUtilization
    Tags []GetStorageHitachiHostTag
    Type string
    VersionContext GetStorageHitachiHostVersionContext
    Wwn string
    id String
    results List<GetStorageHitachiHostResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageHitachiHostAncestor>
    array GetStorageHitachiHostArray
    authenticationMode String
    classId String
    createTime String
    description String
    domainGroupMoid String
    hostGroupId String
    hostGroupNumber Double
    hostModeOptions List<Double>
    initiators List<GetStorageHitachiHostInitiator>
    isChapMutual Boolean
    iscsiName String
    modTime String
    moid String
    name String
    objectType String
    osType String
    owners List<String>
    parent GetStorageHitachiHostParent
    permissionResources List<GetStorageHitachiHostPermissionResource>
    portId String
    portLunSecurity Boolean
    registeredDevice GetStorageHitachiHostRegisteredDevice
    sharedScope String
    storageUtilization GetStorageHitachiHostStorageUtilization
    tags List<GetStorageHitachiHostTag>
    type String
    versionContext GetStorageHitachiHostVersionContext
    wwn String
    id string
    results GetStorageHitachiHostResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageHitachiHostAncestor[]
    array GetStorageHitachiHostArray
    authenticationMode string
    classId string
    createTime string
    description string
    domainGroupMoid string
    hostGroupId string
    hostGroupNumber number
    hostModeOptions number[]
    initiators GetStorageHitachiHostInitiator[]
    isChapMutual boolean
    iscsiName string
    modTime string
    moid string
    name string
    objectType string
    osType string
    owners string[]
    parent GetStorageHitachiHostParent
    permissionResources GetStorageHitachiHostPermissionResource[]
    portId string
    portLunSecurity boolean
    registeredDevice GetStorageHitachiHostRegisteredDevice
    sharedScope string
    storageUtilization GetStorageHitachiHostStorageUtilization
    tags GetStorageHitachiHostTag[]
    type string
    versionContext GetStorageHitachiHostVersionContext
    wwn string
    id str
    results Sequence[GetStorageHitachiHostResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageHitachiHostAncestor]
    array GetStorageHitachiHostArray
    authentication_mode str
    class_id str
    create_time str
    description str
    domain_group_moid str
    host_group_id str
    host_group_number float
    host_mode_options Sequence[float]
    initiators Sequence[GetStorageHitachiHostInitiator]
    is_chap_mutual bool
    iscsi_name str
    mod_time str
    moid str
    name str
    object_type str
    os_type str
    owners Sequence[str]
    parent GetStorageHitachiHostParent
    permission_resources Sequence[GetStorageHitachiHostPermissionResource]
    port_id str
    port_lun_security bool
    registered_device GetStorageHitachiHostRegisteredDevice
    shared_scope str
    storage_utilization GetStorageHitachiHostStorageUtilization
    tags Sequence[GetStorageHitachiHostTag]
    type str
    version_context GetStorageHitachiHostVersionContext
    wwn str

    Supporting Types

    GetStorageHitachiHostAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostArray

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostInitiator

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    Name string
    Name of the host in storage array.
    Nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    Name string
    Name of the host in storage array.
    Nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iqn String
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name String
    Name of the host in storage array.
    nqn String
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name string
    Name of the host in storage array.
    nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iqn str
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name str
    Name of the host in storage array.
    nqn str
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    type str
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn str
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iqn String
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name String
    Name of the host in storage array.
    nqn String
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.

    GetStorageHitachiHostParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiHostResultAncestor>
    Arrays List<GetStorageHitachiHostResultArray>
    AuthenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostGroupId string
    ID of the host group for this host.
    HostGroupNumber double
    Host group number for this host.
    HostModeOptions List<double>
    Initiators List<GetStorageHitachiHostResultInitiator>
    IsChapMutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    IscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the host in storage array.
    ObjectType string
    OsType string
    Operating system running on the host.
    Owners List<string>
    Parents List<GetStorageHitachiHostResultParent>
    PermissionResources List<GetStorageHitachiHostResultPermissionResource>
    PortId string
    Port ID of the host group.
    PortLunSecurity bool
    LUN security setting for the port.
    RegisteredDevices List<GetStorageHitachiHostResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilizations List<GetStorageHitachiHostResultStorageUtilization>
    Tags List<GetStorageHitachiHostResultTag>
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContexts List<GetStorageHitachiHostResultVersionContext>
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiHostResultAncestor
    Arrays []GetStorageHitachiHostResultArray
    AuthenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HostGroupId string
    ID of the host group for this host.
    HostGroupNumber float64
    Host group number for this host.
    HostModeOptions []float64
    Initiators []GetStorageHitachiHostResultInitiator
    IsChapMutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    IscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the host in storage array.
    ObjectType string
    OsType string
    Operating system running on the host.
    Owners []string
    Parents []GetStorageHitachiHostResultParent
    PermissionResources []GetStorageHitachiHostResultPermissionResource
    PortId string
    Port ID of the host group.
    PortLunSecurity bool
    LUN security setting for the port.
    RegisteredDevices []GetStorageHitachiHostResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilizations []GetStorageHitachiHostResultStorageUtilization
    Tags []GetStorageHitachiHostResultTag
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContexts []GetStorageHitachiHostResultVersionContext
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiHostResultAncestor>
    arrays List<GetStorageHitachiHostResultArray>
    authenticationMode String
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostGroupId String
    ID of the host group for this host.
    hostGroupNumber Double
    Host group number for this host.
    hostModeOptions List<Double>
    initiators List<GetStorageHitachiHostResultInitiator>
    isChapMutual Boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName String
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the host in storage array.
    objectType String
    osType String
    Operating system running on the host.
    owners List<String>
    parents List<GetStorageHitachiHostResultParent>
    permissionResources List<GetStorageHitachiHostResultPermissionResource>
    portId String
    Port ID of the host group.
    portLunSecurity Boolean
    LUN security setting for the port.
    registeredDevices List<GetStorageHitachiHostResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations List<GetStorageHitachiHostResultStorageUtilization>
    tags List<GetStorageHitachiHostResultTag>
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContexts List<GetStorageHitachiHostResultVersionContext>
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiHostResultAncestor[]
    arrays GetStorageHitachiHostResultArray[]
    authenticationMode string
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Short description about the host.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hostGroupId string
    ID of the host group for this host.
    hostGroupNumber number
    Host group number for this host.
    hostModeOptions number[]
    initiators GetStorageHitachiHostResultInitiator[]
    isChapMutual boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName string
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the host in storage array.
    objectType string
    osType string
    Operating system running on the host.
    owners string[]
    parents GetStorageHitachiHostResultParent[]
    permissionResources GetStorageHitachiHostResultPermissionResource[]
    portId string
    Port ID of the host group.
    portLunSecurity boolean
    LUN security setting for the port.
    registeredDevices GetStorageHitachiHostResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations GetStorageHitachiHostResultStorageUtilization[]
    tags GetStorageHitachiHostResultTag[]
    type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContexts GetStorageHitachiHostResultVersionContext[]
    wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiHostResultAncestor]
    arrays Sequence[GetStorageHitachiHostResultArray]
    authentication_mode str
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Short description about the host.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    host_group_id str
    ID of the host group for this host.
    host_group_number float
    Host group number for this host.
    host_mode_options Sequence[float]
    initiators Sequence[GetStorageHitachiHostResultInitiator]
    is_chap_mutual bool
    Mutual CHAP setting that is Enabled or Disabled.
    iscsi_name str
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the host in storage array.
    object_type str
    os_type str
    Operating system running on the host.
    owners Sequence[str]
    parents Sequence[GetStorageHitachiHostResultParent]
    permission_resources Sequence[GetStorageHitachiHostResultPermissionResource]
    port_id str
    Port ID of the host group.
    port_lun_security bool
    LUN security setting for the port.
    registered_devices Sequence[GetStorageHitachiHostResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_utilizations Sequence[GetStorageHitachiHostResultStorageUtilization]
    tags Sequence[GetStorageHitachiHostResultTag]
    type str
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    version_contexts Sequence[GetStorageHitachiHostResultVersionContext]
    wwn str
    World wide port name, 64 bit address represented in hexa decimal notation.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    authenticationMode String
    Authentication mode for the iSCSI target.* N/A - Authentication Mode is not available.* CHAP - CHAP-authentication mode.* NONE - Authentication mode is not set.* BOTH - Comply with Host Setting.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hostGroupId String
    ID of the host group for this host.
    hostGroupNumber Number
    Host group number for this host.
    hostModeOptions List<Number>
    initiators List<Property Map>
    isChapMutual Boolean
    Mutual CHAP setting that is Enabled or Disabled.
    iscsiName String
    IQN (iSCSI qualified name). Can be up to 255 characters long.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the host in storage array.
    objectType String
    osType String
    Operating system running on the host.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    portId String
    Port ID of the host group.
    portLunSecurity Boolean
    LUN security setting for the port.
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations List<Property Map>
    tags List<Property Map>
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContexts List<Property Map>
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.

    GetStorageHitachiHostResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultArray

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultInitiator

    AdditionalProperties string
    ClassId string
    Iqn string
    Name string
    Name of the host in storage array.
    Nqn string
    ObjectType string
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    AdditionalProperties string
    ClassId string
    Iqn string
    Name string
    Name of the host in storage array.
    Nqn string
    ObjectType string
    Type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    Wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties String
    classId String
    iqn String
    name String
    Name of the host in storage array.
    nqn String
    objectType String
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties string
    classId string
    iqn string
    name string
    Name of the host in storage array.
    nqn string
    objectType string
    type string
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn string
    World wide port name, 64 bit address represented in hexa decimal notation.
    additional_properties str
    class_id str
    iqn str
    name str
    Name of the host in storage array.
    nqn str
    object_type str
    type str
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn str
    World wide port name, 64 bit address represented in hexa decimal notation.
    additionalProperties String
    classId String
    iqn String
    name String
    Name of the host in storage array.
    nqn String
    objectType String
    type String
    Host Group type, it can be FC or iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    wwn String
    World wide port name, 64 bit address represented in hexa decimal notation.

    GetStorageHitachiHostResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultStorageUtilization

    AdditionalProperties string
    Available double
    CapacityUtilization double
    ClassId string
    Free double
    ObjectType string
    Total double
    Used double
    AdditionalProperties string
    Available float64
    CapacityUtilization float64
    ClassId string
    Free float64
    ObjectType string
    Total float64
    Used float64
    additionalProperties String
    available Double
    capacityUtilization Double
    classId String
    free Double
    objectType String
    total Double
    used Double
    additionalProperties string
    available number
    capacityUtilization number
    classId string
    free number
    objectType string
    total number
    used number
    additionalProperties String
    available Number
    capacityUtilization Number
    classId String
    free Number
    objectType String
    total Number
    used Number

    GetStorageHitachiHostResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetStorageHitachiHostResultVersionContext

    GetStorageHitachiHostResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetStorageHitachiHostStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization double
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free double
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used double
    Used or consumed storage capacity, represented in bytes.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization float64
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free float64
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total float64
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used float64
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Double
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Double
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Double
    Used or consumed storage capacity, represented in bytes.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization number
    Percentage of used capacity.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free number
    Unused space available for applications to consume, represented in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used number
    Used or consumed storage capacity, represented in bytes.
    additional_properties str
    available float
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacity_utilization float
    Percentage of used capacity.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free float
    Unused space available for applications to consume, represented in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total float
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used float
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Number
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Number
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Number
    Used or consumed storage capacity, represented in bytes.

    GetStorageHitachiHostTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetStorageHitachiHostVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetStorageHitachiHostVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStorageHitachiHostVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetStorageHitachiHostVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStorageHitachiHostVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetStorageHitachiHostVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStorageHitachiHostVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetStorageHitachiHostVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStorageHitachiHostVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetStorageHitachiHostVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetStorageHitachiHostVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetStorageHitachiHostVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetStorageHitachiHostVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet