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

intersight.getStorageHitachiPort

Explore with Pulumi AI

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

    Port entity in Hitachi storage array.

    Using getStorageHitachiPort

    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 getStorageHitachiPort(args: GetStorageHitachiPortArgs, opts?: InvokeOptions): Promise<GetStorageHitachiPortResult>
    function getStorageHitachiPortOutput(args: GetStorageHitachiPortOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiPortResult>
    def get_storage_hitachi_port(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetStorageHitachiPortAncestor]] = None,
                                 array: Optional[GetStorageHitachiPortArray] = None,
                                 class_id: Optional[str] = None,
                                 create_time: Optional[str] = None,
                                 domain_group_moid: Optional[str] = None,
                                 fabric_mode: Optional[bool] = None,
                                 id: Optional[str] = None,
                                 ipv4_address: Optional[str] = None,
                                 ipv6_global_address: Optional[str] = None,
                                 ipv6_link_local_address: Optional[str] = None,
                                 iqn: Optional[str] = None,
                                 is_ipv6_enable: Optional[bool] = None,
                                 loop_id: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 name: Optional[str] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetStorageHitachiPortParent] = None,
                                 permission_resources: Optional[Sequence[GetStorageHitachiPortPermissionResource]] = None,
                                 port_connection: Optional[str] = None,
                                 port_lun_security: Optional[bool] = None,
                                 port_mode: Optional[str] = None,
                                 port_type: Optional[str] = None,
                                 registered_device: Optional[GetStorageHitachiPortRegisteredDevice] = None,
                                 shared_scope: Optional[str] = None,
                                 shortport_id: Optional[str] = None,
                                 speed: Optional[float] = None,
                                 status: Optional[str] = None,
                                 tags: Optional[Sequence[GetStorageHitachiPortTag]] = None,
                                 tcp_mtu: Optional[float] = None,
                                 type: Optional[str] = None,
                                 version_context: Optional[GetStorageHitachiPortVersionContext] = None,
                                 wwn: Optional[str] = None,
                                 wwnn: Optional[str] = None,
                                 wwpn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetStorageHitachiPortResult
    def get_storage_hitachi_port_output(account_moid: Optional[pulumi.Input[str]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiPortAncestorArgs]]]] = None,
                                 array: Optional[pulumi.Input[GetStorageHitachiPortArrayArgs]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 fabric_mode: Optional[pulumi.Input[bool]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 ipv4_address: Optional[pulumi.Input[str]] = None,
                                 ipv6_global_address: Optional[pulumi.Input[str]] = None,
                                 ipv6_link_local_address: Optional[pulumi.Input[str]] = None,
                                 iqn: Optional[pulumi.Input[str]] = None,
                                 is_ipv6_enable: Optional[pulumi.Input[bool]] = None,
                                 loop_id: 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,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetStorageHitachiPortParentArgs]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiPortPermissionResourceArgs]]]] = None,
                                 port_connection: Optional[pulumi.Input[str]] = None,
                                 port_lun_security: Optional[pulumi.Input[bool]] = None,
                                 port_mode: Optional[pulumi.Input[str]] = None,
                                 port_type: Optional[pulumi.Input[str]] = None,
                                 registered_device: Optional[pulumi.Input[GetStorageHitachiPortRegisteredDeviceArgs]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 shortport_id: Optional[pulumi.Input[str]] = None,
                                 speed: Optional[pulumi.Input[float]] = None,
                                 status: Optional[pulumi.Input[str]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiPortTagArgs]]]] = None,
                                 tcp_mtu: Optional[pulumi.Input[float]] = None,
                                 type: Optional[pulumi.Input[str]] = None,
                                 version_context: Optional[pulumi.Input[GetStorageHitachiPortVersionContextArgs]] = None,
                                 wwn: Optional[pulumi.Input[str]] = None,
                                 wwnn: Optional[pulumi.Input[str]] = None,
                                 wwpn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiPortResult]
    func LookupStorageHitachiPort(ctx *Context, args *LookupStorageHitachiPortArgs, opts ...InvokeOption) (*LookupStorageHitachiPortResult, error)
    func LookupStorageHitachiPortOutput(ctx *Context, args *LookupStorageHitachiPortOutputArgs, opts ...InvokeOption) LookupStorageHitachiPortResultOutput

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

    public static class GetStorageHitachiPort 
    {
        public static Task<GetStorageHitachiPortResult> InvokeAsync(GetStorageHitachiPortArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageHitachiPortResult> Invoke(GetStorageHitachiPortInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageHitachiPortResult> getStorageHitachiPort(GetStorageHitachiPortArgs args, InvokeOptions options)
    public static Output<GetStorageHitachiPortResult> getStorageHitachiPort(GetStorageHitachiPortArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageHitachiPort:getStorageHitachiPort
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiPortAncestor>
    Array GetStorageHitachiPortArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricMode bool
    Fabric mode of the port. true, Set. false, Not set.
    Id string
    Ipv4Address string
    IPv4 address of Hitachi Port.
    Ipv6GlobalAddress string
    IPv6 global address value.
    Ipv6LinkLocalAddress string
    IPv6 link local address value.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    IsIpv6Enable bool
    Determines if IPv6 mode is enabled on the port.
    LoopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    ObjectType string
    Owners List<string>
    Parent GetStorageHitachiPortParent
    PermissionResources List<GetStorageHitachiPortPermissionResource>
    PortConnection string
    Topology setting for the port.
    PortLunSecurity bool
    LUN security setting for the port.
    PortMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    PortType string
    Port type of the Hitachi port.
    RegisteredDevice GetStorageHitachiPortRegisteredDevice
    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.
    ShortportId string
    Port ID (short) of the port.
    Speed double
    Operational speed of physical port measured in Gbps.
    Status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    Tags List<GetStorageHitachiPortTag>
    TcpMtu double
    Value of MTU for iSCSI communication.
    Type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContext GetStorageHitachiPortVersionContext
    Wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    Wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    Wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiPortAncestor
    Array GetStorageHitachiPortArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricMode bool
    Fabric mode of the port. true, Set. false, Not set.
    Id string
    Ipv4Address string
    IPv4 address of Hitachi Port.
    Ipv6GlobalAddress string
    IPv6 global address value.
    Ipv6LinkLocalAddress string
    IPv6 link local address value.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    IsIpv6Enable bool
    Determines if IPv6 mode is enabled on the port.
    LoopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    ObjectType string
    Owners []string
    Parent GetStorageHitachiPortParent
    PermissionResources []GetStorageHitachiPortPermissionResource
    PortConnection string
    Topology setting for the port.
    PortLunSecurity bool
    LUN security setting for the port.
    PortMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    PortType string
    Port type of the Hitachi port.
    RegisteredDevice GetStorageHitachiPortRegisteredDevice
    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.
    ShortportId string
    Port ID (short) of the port.
    Speed float64
    Operational speed of physical port measured in Gbps.
    Status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    Tags []GetStorageHitachiPortTag
    TcpMtu float64
    Value of MTU for iSCSI communication.
    Type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContext GetStorageHitachiPortVersionContext
    Wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    Wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    Wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiPortAncestor>
    array GetStorageHitachiPortArray
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricMode Boolean
    Fabric mode of the port. true, Set. false, Not set.
    id String
    ipv4Address String
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress String
    IPv6 global address value.
    ipv6LinkLocalAddress String
    IPv6 link local address value.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable Boolean
    Determines if IPv6 mode is enabled on the port.
    loopId String
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType String
    owners List<String>
    parent GetStorageHitachiPortParent
    permissionResources List<GetStorageHitachiPortPermissionResource>
    portConnection String
    Topology setting for the port.
    portLunSecurity Boolean
    LUN security setting for the port.
    portMode String
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType String
    Port type of the Hitachi port.
    registeredDevice GetStorageHitachiPortRegisteredDevice
    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.
    shortportId String
    Port ID (short) of the port.
    speed Double
    Operational speed of physical port measured in Gbps.
    status String
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags List<GetStorageHitachiPortTag>
    tcpMtu Double
    Value of MTU for iSCSI communication.
    type String
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContext GetStorageHitachiPortVersionContext
    wwn String
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn String
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn String
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiPortAncestor[]
    array GetStorageHitachiPortArray
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fabricMode boolean
    Fabric mode of the port. true, Set. false, Not set.
    id string
    ipv4Address string
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress string
    IPv6 global address value.
    ipv6LinkLocalAddress string
    IPv6 link local address value.
    iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable boolean
    Determines if IPv6 mode is enabled on the port.
    loopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType string
    owners string[]
    parent GetStorageHitachiPortParent
    permissionResources GetStorageHitachiPortPermissionResource[]
    portConnection string
    Topology setting for the port.
    portLunSecurity boolean
    LUN security setting for the port.
    portMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType string
    Port type of the Hitachi port.
    registeredDevice GetStorageHitachiPortRegisteredDevice
    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.
    shortportId string
    Port ID (short) of the port.
    speed number
    Operational speed of physical port measured in Gbps.
    status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags GetStorageHitachiPortTag[]
    tcpMtu number
    Value of MTU for iSCSI communication.
    type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContext GetStorageHitachiPortVersionContext
    wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiPortAncestor]
    array GetStorageHitachiPortArray
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fabric_mode bool
    Fabric mode of the port. true, Set. false, Not set.
    id str
    ipv4_address str
    IPv4 address of Hitachi Port.
    ipv6_global_address str
    IPv6 global address value.
    ipv6_link_local_address str
    IPv6 link local address value.
    iqn str
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    is_ipv6_enable bool
    Determines if IPv6 mode is enabled on the port.
    loop_id str
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    object_type str
    owners Sequence[str]
    parent GetStorageHitachiPortParent
    permission_resources Sequence[GetStorageHitachiPortPermissionResource]
    port_connection str
    Topology setting for the port.
    port_lun_security bool
    LUN security setting for the port.
    port_mode str
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    port_type str
    Port type of the Hitachi port.
    registered_device GetStorageHitachiPortRegisteredDevice
    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.
    shortport_id str
    Port ID (short) of the port.
    speed float
    Operational speed of physical port measured in Gbps.
    status str
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags Sequence[GetStorageHitachiPortTag]
    tcp_mtu float
    Value of MTU for iSCSI communication.
    type str
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    version_context GetStorageHitachiPortVersionContext
    wwn str
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn str
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn str
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricMode Boolean
    Fabric mode of the port. true, Set. false, Not set.
    id String
    ipv4Address String
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress String
    IPv6 global address value.
    ipv6LinkLocalAddress String
    IPv6 link local address value.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable Boolean
    Determines if IPv6 mode is enabled on the port.
    loopId String
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    portConnection String
    Topology setting for the port.
    portLunSecurity Boolean
    LUN security setting for the port.
    portMode String
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType String
    Port type of the Hitachi 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.
    shortportId String
    Port ID (short) of the port.
    speed Number
    Operational speed of physical port measured in Gbps.
    status String
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags List<Property Map>
    tcpMtu Number
    Value of MTU for iSCSI communication.
    type String
    Port type - possible values are FC, FCoE and 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 name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn String
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn String
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.

    getStorageHitachiPort Result

    The following output properties are available:

    Id string
    Results List<GetStorageHitachiPortResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageHitachiPortAncestor>
    Array GetStorageHitachiPortArray
    ClassId string
    CreateTime string
    DomainGroupMoid string
    FabricMode bool
    Ipv4Address string
    Ipv6GlobalAddress string
    Ipv6LinkLocalAddress string
    Iqn string
    IsIpv6Enable bool
    LoopId string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetStorageHitachiPortParent
    PermissionResources List<GetStorageHitachiPortPermissionResource>
    PortConnection string
    PortLunSecurity bool
    PortMode string
    PortType string
    RegisteredDevice GetStorageHitachiPortRegisteredDevice
    SharedScope string
    ShortportId string
    Speed double
    Status string
    Tags List<GetStorageHitachiPortTag>
    TcpMtu double
    Type string
    VersionContext GetStorageHitachiPortVersionContext
    Wwn string
    Wwnn string
    Wwpn string
    Id string
    Results []GetStorageHitachiPortResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageHitachiPortAncestor
    Array GetStorageHitachiPortArray
    ClassId string
    CreateTime string
    DomainGroupMoid string
    FabricMode bool
    Ipv4Address string
    Ipv6GlobalAddress string
    Ipv6LinkLocalAddress string
    Iqn string
    IsIpv6Enable bool
    LoopId string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetStorageHitachiPortParent
    PermissionResources []GetStorageHitachiPortPermissionResource
    PortConnection string
    PortLunSecurity bool
    PortMode string
    PortType string
    RegisteredDevice GetStorageHitachiPortRegisteredDevice
    SharedScope string
    ShortportId string
    Speed float64
    Status string
    Tags []GetStorageHitachiPortTag
    TcpMtu float64
    Type string
    VersionContext GetStorageHitachiPortVersionContext
    Wwn string
    Wwnn string
    Wwpn string
    id String
    results List<GetStorageHitachiPortResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageHitachiPortAncestor>
    array GetStorageHitachiPortArray
    classId String
    createTime String
    domainGroupMoid String
    fabricMode Boolean
    ipv4Address String
    ipv6GlobalAddress String
    ipv6LinkLocalAddress String
    iqn String
    isIpv6Enable Boolean
    loopId String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetStorageHitachiPortParent
    permissionResources List<GetStorageHitachiPortPermissionResource>
    portConnection String
    portLunSecurity Boolean
    portMode String
    portType String
    registeredDevice GetStorageHitachiPortRegisteredDevice
    sharedScope String
    shortportId String
    speed Double
    status String
    tags List<GetStorageHitachiPortTag>
    tcpMtu Double
    type String
    versionContext GetStorageHitachiPortVersionContext
    wwn String
    wwnn String
    wwpn String
    id string
    results GetStorageHitachiPortResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageHitachiPortAncestor[]
    array GetStorageHitachiPortArray
    classId string
    createTime string
    domainGroupMoid string
    fabricMode boolean
    ipv4Address string
    ipv6GlobalAddress string
    ipv6LinkLocalAddress string
    iqn string
    isIpv6Enable boolean
    loopId string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetStorageHitachiPortParent
    permissionResources GetStorageHitachiPortPermissionResource[]
    portConnection string
    portLunSecurity boolean
    portMode string
    portType string
    registeredDevice GetStorageHitachiPortRegisteredDevice
    sharedScope string
    shortportId string
    speed number
    status string
    tags GetStorageHitachiPortTag[]
    tcpMtu number
    type string
    versionContext GetStorageHitachiPortVersionContext
    wwn string
    wwnn string
    wwpn string
    id str
    results Sequence[GetStorageHitachiPortResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageHitachiPortAncestor]
    array GetStorageHitachiPortArray
    class_id str
    create_time str
    domain_group_moid str
    fabric_mode bool
    ipv4_address str
    ipv6_global_address str
    ipv6_link_local_address str
    iqn str
    is_ipv6_enable bool
    loop_id str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetStorageHitachiPortParent
    permission_resources Sequence[GetStorageHitachiPortPermissionResource]
    port_connection str
    port_lun_security bool
    port_mode str
    port_type str
    registered_device GetStorageHitachiPortRegisteredDevice
    shared_scope str
    shortport_id str
    speed float
    status str
    tags Sequence[GetStorageHitachiPortTag]
    tcp_mtu float
    type str
    version_context GetStorageHitachiPortVersionContext
    wwn str
    wwnn str
    wwpn str

    Supporting Types

    GetStorageHitachiPortAncestor

    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'.

    GetStorageHitachiPortArray

    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'.

    GetStorageHitachiPortParent

    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'.

    GetStorageHitachiPortPermissionResource

    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'.

    GetStorageHitachiPortRegisteredDevice

    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'.

    GetStorageHitachiPortResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiPortResultAncestor>
    Arrays List<GetStorageHitachiPortResultArray>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricMode bool
    Fabric mode of the port. true, Set. false, Not set.
    Ipv4Address string
    IPv4 address of Hitachi Port.
    Ipv6GlobalAddress string
    IPv6 global address value.
    Ipv6LinkLocalAddress string
    IPv6 link local address value.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    IsIpv6Enable bool
    Determines if IPv6 mode is enabled on the port.
    LoopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageHitachiPortResultParent>
    PermissionResources List<GetStorageHitachiPortResultPermissionResource>
    PortConnection string
    Topology setting for the port.
    PortLunSecurity bool
    LUN security setting for the port.
    PortMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    PortType string
    Port type of the Hitachi port.
    RegisteredDevices List<GetStorageHitachiPortResultRegisteredDevice>
    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.
    ShortportId string
    Port ID (short) of the port.
    Speed double
    Operational speed of physical port measured in Gbps.
    Status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    Tags List<GetStorageHitachiPortResultTag>
    TcpMtu double
    Value of MTU for iSCSI communication.
    Type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContexts List<GetStorageHitachiPortResultVersionContext>
    Wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    Wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    Wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiPortResultAncestor
    Arrays []GetStorageHitachiPortResultArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricMode bool
    Fabric mode of the port. true, Set. false, Not set.
    Ipv4Address string
    IPv4 address of Hitachi Port.
    Ipv6GlobalAddress string
    IPv6 global address value.
    Ipv6LinkLocalAddress string
    IPv6 link local address value.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    IsIpv6Enable bool
    Determines if IPv6 mode is enabled on the port.
    LoopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    ObjectType string
    Owners []string
    Parents []GetStorageHitachiPortResultParent
    PermissionResources []GetStorageHitachiPortResultPermissionResource
    PortConnection string
    Topology setting for the port.
    PortLunSecurity bool
    LUN security setting for the port.
    PortMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    PortType string
    Port type of the Hitachi port.
    RegisteredDevices []GetStorageHitachiPortResultRegisteredDevice
    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.
    ShortportId string
    Port ID (short) of the port.
    Speed float64
    Operational speed of physical port measured in Gbps.
    Status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    Tags []GetStorageHitachiPortResultTag
    TcpMtu float64
    Value of MTU for iSCSI communication.
    Type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    VersionContexts []GetStorageHitachiPortResultVersionContext
    Wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    Wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    Wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiPortResultAncestor>
    arrays List<GetStorageHitachiPortResultArray>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricMode Boolean
    Fabric mode of the port. true, Set. false, Not set.
    ipv4Address String
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress String
    IPv6 global address value.
    ipv6LinkLocalAddress String
    IPv6 link local address value.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable Boolean
    Determines if IPv6 mode is enabled on the port.
    loopId String
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType String
    owners List<String>
    parents List<GetStorageHitachiPortResultParent>
    permissionResources List<GetStorageHitachiPortResultPermissionResource>
    portConnection String
    Topology setting for the port.
    portLunSecurity Boolean
    LUN security setting for the port.
    portMode String
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType String
    Port type of the Hitachi port.
    registeredDevices List<GetStorageHitachiPortResultRegisteredDevice>
    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.
    shortportId String
    Port ID (short) of the port.
    speed Double
    Operational speed of physical port measured in Gbps.
    status String
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags List<GetStorageHitachiPortResultTag>
    tcpMtu Double
    Value of MTU for iSCSI communication.
    type String
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContexts List<GetStorageHitachiPortResultVersionContext>
    wwn String
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn String
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn String
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiPortResultAncestor[]
    arrays GetStorageHitachiPortResultArray[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fabricMode boolean
    Fabric mode of the port. true, Set. false, Not set.
    ipv4Address string
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress string
    IPv6 global address value.
    ipv6LinkLocalAddress string
    IPv6 link local address value.
    iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable boolean
    Determines if IPv6 mode is enabled on the port.
    loopId string
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType string
    owners string[]
    parents GetStorageHitachiPortResultParent[]
    permissionResources GetStorageHitachiPortResultPermissionResource[]
    portConnection string
    Topology setting for the port.
    portLunSecurity boolean
    LUN security setting for the port.
    portMode string
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType string
    Port type of the Hitachi port.
    registeredDevices GetStorageHitachiPortResultRegisteredDevice[]
    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.
    shortportId string
    Port ID (short) of the port.
    speed number
    Operational speed of physical port measured in Gbps.
    status string
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags GetStorageHitachiPortResultTag[]
    tcpMtu number
    Value of MTU for iSCSI communication.
    type string
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    versionContexts GetStorageHitachiPortResultVersionContext[]
    wwn string
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn string
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn string
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiPortResultAncestor]
    arrays Sequence[GetStorageHitachiPortResultArray]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fabric_mode bool
    Fabric mode of the port. true, Set. false, Not set.
    ipv4_address str
    IPv4 address of Hitachi Port.
    ipv6_global_address str
    IPv6 global address value.
    ipv6_link_local_address str
    IPv6 link local address value.
    iqn str
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    is_ipv6_enable bool
    Determines if IPv6 mode is enabled on the port.
    loop_id str
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageHitachiPortResultParent]
    permission_resources Sequence[GetStorageHitachiPortResultPermissionResource]
    port_connection str
    Topology setting for the port.
    port_lun_security bool
    LUN security setting for the port.
    port_mode str
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    port_type str
    Port type of the Hitachi port.
    registered_devices Sequence[GetStorageHitachiPortResultRegisteredDevice]
    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.
    shortport_id str
    Port ID (short) of the port.
    speed float
    Operational speed of physical port measured in Gbps.
    status str
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags Sequence[GetStorageHitachiPortResultTag]
    tcp_mtu float
    Value of MTU for iSCSI communication.
    type str
    Port type - possible values are FC, FCoE and iSCSI.* FC - Port supports fibre channel protocol.* iSCSI - Port supports iSCSI protocol.* FCoE - Port supports fibre channel over ethernet protocol.
    version_contexts Sequence[GetStorageHitachiPortResultVersionContext]
    wwn str
    World wide name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn str
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn str
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricMode Boolean
    Fabric mode of the port. true, Set. false, Not set.
    ipv4Address String
    IPv4 address of Hitachi Port.
    ipv6GlobalAddress String
    IPv6 global address value.
    ipv6LinkLocalAddress String
    IPv6 link local address value.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    isIpv6Enable Boolean
    Determines if IPv6 mode is enabled on the port.
    loopId String
    The value set for the port loop ID (AL_PA).
    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 physical port available in storage array.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    portConnection String
    Topology setting for the port.
    portLunSecurity Boolean
    LUN security setting for the port.
    portMode String
    Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.
    portType String
    Port type of the Hitachi 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.
    shortportId String
    Port ID (short) of the port.
    speed Number
    Operational speed of physical port measured in Gbps.
    status String
    Status of storage array port.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
    tags List<Property Map>
    tcpMtu Number
    Value of MTU for iSCSI communication.
    type String
    Port type - possible values are FC, FCoE and 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 name of FC port. It is a combination of WWNN and WWPN represented in 128 bit hexadecimal formatted with colon.Example: '51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01'.
    wwnn String
    World wide node name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:50:14:1f:af:01'.
    wwpn String
    World wide port name of FC port. Represented in 64 bit hex digits, formatted with colon. Example - '51:4f:0c:51:14:1f:af:01'.

    GetStorageHitachiPortResultAncestor

    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

    GetStorageHitachiPortResultArray

    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

    GetStorageHitachiPortResultParent

    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

    GetStorageHitachiPortResultPermissionResource

    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

    GetStorageHitachiPortResultRegisteredDevice

    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

    GetStorageHitachiPortResultTag

    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

    GetStorageHitachiPortResultVersionContext

    GetStorageHitachiPortResultVersionContextInterestedMo

    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

    GetStorageHitachiPortResultVersionContextRefMo

    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

    GetStorageHitachiPortTag

    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.

    GetStorageHitachiPortVersionContext

    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<GetStorageHitachiPortVersionContextInterestedMo>
    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 GetStorageHitachiPortVersionContextRefMo
    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 []GetStorageHitachiPortVersionContextInterestedMo
    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 GetStorageHitachiPortVersionContextRefMo
    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<GetStorageHitachiPortVersionContextInterestedMo>
    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 GetStorageHitachiPortVersionContextRefMo
    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 GetStorageHitachiPortVersionContextInterestedMo[]
    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 GetStorageHitachiPortVersionContextRefMo
    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[GetStorageHitachiPortVersionContextInterestedMo]
    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 GetStorageHitachiPortVersionContextRefMo
    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.

    GetStorageHitachiPortVersionContextInterestedMo

    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'.

    GetStorageHitachiPortVersionContextRefMo

    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