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

intersight.getStorageNetAppFcInterface

Explore with Pulumi AI

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

    NetApp FC Interface is a logical interface.

    Using getStorageNetAppFcInterface

    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 getStorageNetAppFcInterface(args: GetStorageNetAppFcInterfaceArgs, opts?: InvokeOptions): Promise<GetStorageNetAppFcInterfaceResult>
    function getStorageNetAppFcInterfaceOutput(args: GetStorageNetAppFcInterfaceOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppFcInterfaceResult>
    def get_storage_net_app_fc_interface(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetStorageNetAppFcInterfaceAncestor]] = None,
                                         array_controller: Optional[GetStorageNetAppFcInterfaceArrayController] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         enabled: Optional[str] = None,
                                         events: Optional[Sequence[GetStorageNetAppFcInterfaceEvent]] = None,
                                         id: Optional[str] = None,
                                         interface_state: Optional[str] = None,
                                         iqn: 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[GetStorageNetAppFcInterfaceParent] = None,
                                         permission_resources: Optional[Sequence[GetStorageNetAppFcInterfacePermissionResource]] = None,
                                         physical_port: Optional[GetStorageNetAppFcInterfacePhysicalPort] = None,
                                         shared_scope: Optional[str] = None,
                                         speed: Optional[float] = None,
                                         state: Optional[str] = None,
                                         status: Optional[str] = None,
                                         svm_name: Optional[str] = None,
                                         tags: Optional[Sequence[GetStorageNetAppFcInterfaceTag]] = None,
                                         tenant: Optional[GetStorageNetAppFcInterfaceTenant] = None,
                                         type: Optional[str] = None,
                                         uuid: Optional[str] = None,
                                         version_context: Optional[GetStorageNetAppFcInterfaceVersionContext] = None,
                                         volume_name: Optional[str] = None,
                                         wwn: Optional[str] = None,
                                         wwnn: Optional[str] = None,
                                         wwpn: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetStorageNetAppFcInterfaceResult
    def get_storage_net_app_fc_interface_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppFcInterfaceAncestorArgs]]]] = None,
                                         array_controller: Optional[pulumi.Input[GetStorageNetAppFcInterfaceArrayControllerArgs]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         enabled: Optional[pulumi.Input[str]] = None,
                                         events: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppFcInterfaceEventArgs]]]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         interface_state: Optional[pulumi.Input[str]] = None,
                                         iqn: 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[GetStorageNetAppFcInterfaceParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppFcInterfacePermissionResourceArgs]]]] = None,
                                         physical_port: Optional[pulumi.Input[GetStorageNetAppFcInterfacePhysicalPortArgs]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         speed: Optional[pulumi.Input[float]] = None,
                                         state: Optional[pulumi.Input[str]] = None,
                                         status: Optional[pulumi.Input[str]] = None,
                                         svm_name: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppFcInterfaceTagArgs]]]] = None,
                                         tenant: Optional[pulumi.Input[GetStorageNetAppFcInterfaceTenantArgs]] = None,
                                         type: Optional[pulumi.Input[str]] = None,
                                         uuid: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetStorageNetAppFcInterfaceVersionContextArgs]] = None,
                                         volume_name: Optional[pulumi.Input[str]] = None,
                                         wwn: Optional[pulumi.Input[str]] = None,
                                         wwnn: Optional[pulumi.Input[str]] = None,
                                         wwpn: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppFcInterfaceResult]
    func LookupStorageNetAppFcInterface(ctx *Context, args *LookupStorageNetAppFcInterfaceArgs, opts ...InvokeOption) (*LookupStorageNetAppFcInterfaceResult, error)
    func LookupStorageNetAppFcInterfaceOutput(ctx *Context, args *LookupStorageNetAppFcInterfaceOutputArgs, opts ...InvokeOption) LookupStorageNetAppFcInterfaceResultOutput

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

    public static class GetStorageNetAppFcInterface 
    {
        public static Task<GetStorageNetAppFcInterfaceResult> InvokeAsync(GetStorageNetAppFcInterfaceArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNetAppFcInterfaceResult> Invoke(GetStorageNetAppFcInterfaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNetAppFcInterfaceResult> getStorageNetAppFcInterface(GetStorageNetAppFcInterfaceArgs args, InvokeOptions options)
    public static Output<GetStorageNetAppFcInterfaceResult> getStorageNetAppFcInterface(GetStorageNetAppFcInterfaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNetAppFcInterface:getStorageNetAppFcInterface
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppFcInterfaceAncestor>
    ArrayController GetStorageNetAppFcInterfaceArrayController
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled string
    FC interface is enabled or not.
    Events List<GetStorageNetAppFcInterfaceEvent>
    Id string
    InterfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceParent
    PermissionResources List<GetStorageNetAppFcInterfacePermissionResource>
    PhysicalPort GetStorageNetAppFcInterfacePhysicalPort
    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.
    Speed double
    Operational speed of physical port measured in Gbps.
    State string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    SvmName string
    The storage virtual machine name for the interface.
    Tags List<GetStorageNetAppFcInterfaceTag>
    Tenant GetStorageNetAppFcInterfaceTenant
    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.
    Uuid string
    Uuid of NetApp FC Interface.
    VersionContext GetStorageNetAppFcInterfaceVersionContext
    VolumeName string
    The parent volume name for the interface.
    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 []GetStorageNetAppFcInterfaceAncestor
    ArrayController GetStorageNetAppFcInterfaceArrayController
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled string
    FC interface is enabled or not.
    Events []GetStorageNetAppFcInterfaceEvent
    Id string
    InterfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceParent
    PermissionResources []GetStorageNetAppFcInterfacePermissionResource
    PhysicalPort GetStorageNetAppFcInterfacePhysicalPort
    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.
    Speed float64
    Operational speed of physical port measured in Gbps.
    State string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    SvmName string
    The storage virtual machine name for the interface.
    Tags []GetStorageNetAppFcInterfaceTag
    Tenant GetStorageNetAppFcInterfaceTenant
    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.
    Uuid string
    Uuid of NetApp FC Interface.
    VersionContext GetStorageNetAppFcInterfaceVersionContext
    VolumeName string
    The parent volume name for the interface.
    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<GetStorageNetAppFcInterfaceAncestor>
    arrayController GetStorageNetAppFcInterfaceArrayController
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled String
    FC interface is enabled or not.
    events List<GetStorageNetAppFcInterfaceEvent>
    id String
    interfaceState String
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceParent
    permissionResources List<GetStorageNetAppFcInterfacePermissionResource>
    physicalPort GetStorageNetAppFcInterfacePhysicalPort
    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.
    speed Double
    Operational speed of physical port measured in Gbps.
    state String
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName String
    The storage virtual machine name for the interface.
    tags List<GetStorageNetAppFcInterfaceTag>
    tenant GetStorageNetAppFcInterfaceTenant
    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.
    uuid String
    Uuid of NetApp FC Interface.
    versionContext GetStorageNetAppFcInterfaceVersionContext
    volumeName String
    The parent volume name for the interface.
    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 GetStorageNetAppFcInterfaceAncestor[]
    arrayController GetStorageNetAppFcInterfaceArrayController
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    enabled string
    FC interface is enabled or not.
    events GetStorageNetAppFcInterfaceEvent[]
    id string
    interfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceParent
    permissionResources GetStorageNetAppFcInterfacePermissionResource[]
    physicalPort GetStorageNetAppFcInterfacePhysicalPort
    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.
    speed number
    Operational speed of physical port measured in Gbps.
    state string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName string
    The storage virtual machine name for the interface.
    tags GetStorageNetAppFcInterfaceTag[]
    tenant GetStorageNetAppFcInterfaceTenant
    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.
    uuid string
    Uuid of NetApp FC Interface.
    versionContext GetStorageNetAppFcInterfaceVersionContext
    volumeName string
    The parent volume name for the interface.
    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[GetStorageNetAppFcInterfaceAncestor]
    array_controller GetStorageNetAppFcInterfaceArrayController
    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.
    enabled str
    FC interface is enabled or not.
    events Sequence[GetStorageNetAppFcInterfaceEvent]
    id str
    interface_state str
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn str
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceParent
    permission_resources Sequence[GetStorageNetAppFcInterfacePermissionResource]
    physical_port GetStorageNetAppFcInterfacePhysicalPort
    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.
    speed float
    Operational speed of physical port measured in Gbps.
    state str
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svm_name str
    The storage virtual machine name for the interface.
    tags Sequence[GetStorageNetAppFcInterfaceTag]
    tenant GetStorageNetAppFcInterfaceTenant
    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.
    uuid str
    Uuid of NetApp FC Interface.
    version_context GetStorageNetAppFcInterfaceVersionContext
    volume_name str
    The parent volume name for the interface.
    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>
    arrayController Property Map
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled String
    FC interface is enabled or not.
    events List<Property Map>
    id String
    interfaceState String
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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>
    physicalPort 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.
    speed Number
    Operational speed of physical port measured in Gbps.
    state String
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName String
    The storage virtual machine name for the interface.
    tags List<Property Map>
    tenant Property Map
    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.
    uuid String
    Uuid of NetApp FC Interface.
    versionContext Property Map
    volumeName String
    The parent volume name for the interface.
    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'.

    getStorageNetAppFcInterface Result

    The following output properties are available:

    Id string
    Results List<GetStorageNetAppFcInterfaceResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageNetAppFcInterfaceAncestor>
    ArrayController GetStorageNetAppFcInterfaceArrayController
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Enabled string
    Events List<GetStorageNetAppFcInterfaceEvent>
    InterfaceState string
    Iqn string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetStorageNetAppFcInterfaceParent
    PermissionResources List<GetStorageNetAppFcInterfacePermissionResource>
    PhysicalPort GetStorageNetAppFcInterfacePhysicalPort
    SharedScope string
    Speed double
    State string
    Status string
    SvmName string
    Tags List<GetStorageNetAppFcInterfaceTag>
    Tenant GetStorageNetAppFcInterfaceTenant
    Type string
    Uuid string
    VersionContext GetStorageNetAppFcInterfaceVersionContext
    VolumeName string
    Wwn string
    Wwnn string
    Wwpn string
    Id string
    Results []GetStorageNetAppFcInterfaceResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageNetAppFcInterfaceAncestor
    ArrayController GetStorageNetAppFcInterfaceArrayController
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Enabled string
    Events []GetStorageNetAppFcInterfaceEvent
    InterfaceState string
    Iqn string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetStorageNetAppFcInterfaceParent
    PermissionResources []GetStorageNetAppFcInterfacePermissionResource
    PhysicalPort GetStorageNetAppFcInterfacePhysicalPort
    SharedScope string
    Speed float64
    State string
    Status string
    SvmName string
    Tags []GetStorageNetAppFcInterfaceTag
    Tenant GetStorageNetAppFcInterfaceTenant
    Type string
    Uuid string
    VersionContext GetStorageNetAppFcInterfaceVersionContext
    VolumeName string
    Wwn string
    Wwnn string
    Wwpn string
    id String
    results List<GetStorageNetAppFcInterfaceResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageNetAppFcInterfaceAncestor>
    arrayController GetStorageNetAppFcInterfaceArrayController
    classId String
    createTime String
    domainGroupMoid String
    enabled String
    events List<GetStorageNetAppFcInterfaceEvent>
    interfaceState String
    iqn String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetStorageNetAppFcInterfaceParent
    permissionResources List<GetStorageNetAppFcInterfacePermissionResource>
    physicalPort GetStorageNetAppFcInterfacePhysicalPort
    sharedScope String
    speed Double
    state String
    status String
    svmName String
    tags List<GetStorageNetAppFcInterfaceTag>
    tenant GetStorageNetAppFcInterfaceTenant
    type String
    uuid String
    versionContext GetStorageNetAppFcInterfaceVersionContext
    volumeName String
    wwn String
    wwnn String
    wwpn String
    id string
    results GetStorageNetAppFcInterfaceResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageNetAppFcInterfaceAncestor[]
    arrayController GetStorageNetAppFcInterfaceArrayController
    classId string
    createTime string
    domainGroupMoid string
    enabled string
    events GetStorageNetAppFcInterfaceEvent[]
    interfaceState string
    iqn string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetStorageNetAppFcInterfaceParent
    permissionResources GetStorageNetAppFcInterfacePermissionResource[]
    physicalPort GetStorageNetAppFcInterfacePhysicalPort
    sharedScope string
    speed number
    state string
    status string
    svmName string
    tags GetStorageNetAppFcInterfaceTag[]
    tenant GetStorageNetAppFcInterfaceTenant
    type string
    uuid string
    versionContext GetStorageNetAppFcInterfaceVersionContext
    volumeName string
    wwn string
    wwnn string
    wwpn string
    id str
    results Sequence[GetStorageNetAppFcInterfaceResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageNetAppFcInterfaceAncestor]
    array_controller GetStorageNetAppFcInterfaceArrayController
    class_id str
    create_time str
    domain_group_moid str
    enabled str
    events Sequence[GetStorageNetAppFcInterfaceEvent]
    interface_state str
    iqn str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetStorageNetAppFcInterfaceParent
    permission_resources Sequence[GetStorageNetAppFcInterfacePermissionResource]
    physical_port GetStorageNetAppFcInterfacePhysicalPort
    shared_scope str
    speed float
    state str
    status str
    svm_name str
    tags Sequence[GetStorageNetAppFcInterfaceTag]
    tenant GetStorageNetAppFcInterfaceTenant
    type str
    uuid str
    version_context GetStorageNetAppFcInterfaceVersionContext
    volume_name str
    wwn str
    wwnn str
    wwpn str

    Supporting Types

    GetStorageNetAppFcInterfaceAncestor

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

    GetStorageNetAppFcInterfaceArrayController

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

    GetStorageNetAppFcInterfaceEvent

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

    GetStorageNetAppFcInterfaceParent

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

    GetStorageNetAppFcInterfacePermissionResource

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

    GetStorageNetAppFcInterfacePhysicalPort

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

    GetStorageNetAppFcInterfaceResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppFcInterfaceResultAncestor>
    ArrayControllers List<GetStorageNetAppFcInterfaceResultArrayController>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled string
    FC interface is enabled or not.
    Events List<GetStorageNetAppFcInterfaceResultEvent>
    InterfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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<GetStorageNetAppFcInterfaceResultParent>
    PermissionResources List<GetStorageNetAppFcInterfaceResultPermissionResource>
    PhysicalPorts List<GetStorageNetAppFcInterfaceResultPhysicalPort>
    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.
    Speed double
    Operational speed of physical port measured in Gbps.
    State string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    SvmName string
    The storage virtual machine name for the interface.
    Tags List<GetStorageNetAppFcInterfaceResultTag>
    Tenants List<GetStorageNetAppFcInterfaceResultTenant>
    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.
    Uuid string
    Uuid of NetApp FC Interface.
    VersionContexts List<GetStorageNetAppFcInterfaceResultVersionContext>
    VolumeName string
    The parent volume name for the interface.
    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 []GetStorageNetAppFcInterfaceResultAncestor
    ArrayControllers []GetStorageNetAppFcInterfaceResultArrayController
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled string
    FC interface is enabled or not.
    Events []GetStorageNetAppFcInterfaceResultEvent
    InterfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    Iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 []GetStorageNetAppFcInterfaceResultParent
    PermissionResources []GetStorageNetAppFcInterfaceResultPermissionResource
    PhysicalPorts []GetStorageNetAppFcInterfaceResultPhysicalPort
    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.
    Speed float64
    Operational speed of physical port measured in Gbps.
    State string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    SvmName string
    The storage virtual machine name for the interface.
    Tags []GetStorageNetAppFcInterfaceResultTag
    Tenants []GetStorageNetAppFcInterfaceResultTenant
    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.
    Uuid string
    Uuid of NetApp FC Interface.
    VersionContexts []GetStorageNetAppFcInterfaceResultVersionContext
    VolumeName string
    The parent volume name for the interface.
    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<GetStorageNetAppFcInterfaceResultAncestor>
    arrayControllers List<GetStorageNetAppFcInterfaceResultArrayController>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled String
    FC interface is enabled or not.
    events List<GetStorageNetAppFcInterfaceResultEvent>
    interfaceState String
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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<GetStorageNetAppFcInterfaceResultParent>
    permissionResources List<GetStorageNetAppFcInterfaceResultPermissionResource>
    physicalPorts List<GetStorageNetAppFcInterfaceResultPhysicalPort>
    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.
    speed Double
    Operational speed of physical port measured in Gbps.
    state String
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName String
    The storage virtual machine name for the interface.
    tags List<GetStorageNetAppFcInterfaceResultTag>
    tenants List<GetStorageNetAppFcInterfaceResultTenant>
    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.
    uuid String
    Uuid of NetApp FC Interface.
    versionContexts List<GetStorageNetAppFcInterfaceResultVersionContext>
    volumeName String
    The parent volume name for the interface.
    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 GetStorageNetAppFcInterfaceResultAncestor[]
    arrayControllers GetStorageNetAppFcInterfaceResultArrayController[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    enabled string
    FC interface is enabled or not.
    events GetStorageNetAppFcInterfaceResultEvent[]
    interfaceState string
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn string
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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 GetStorageNetAppFcInterfaceResultParent[]
    permissionResources GetStorageNetAppFcInterfaceResultPermissionResource[]
    physicalPorts GetStorageNetAppFcInterfaceResultPhysicalPort[]
    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.
    speed number
    Operational speed of physical port measured in Gbps.
    state string
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName string
    The storage virtual machine name for the interface.
    tags GetStorageNetAppFcInterfaceResultTag[]
    tenants GetStorageNetAppFcInterfaceResultTenant[]
    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.
    uuid string
    Uuid of NetApp FC Interface.
    versionContexts GetStorageNetAppFcInterfaceResultVersionContext[]
    volumeName string
    The parent volume name for the interface.
    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[GetStorageNetAppFcInterfaceResultAncestor]
    array_controllers Sequence[GetStorageNetAppFcInterfaceResultArrayController]
    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.
    enabled str
    FC interface is enabled or not.
    events Sequence[GetStorageNetAppFcInterfaceResultEvent]
    interface_state str
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn str
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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[GetStorageNetAppFcInterfaceResultParent]
    permission_resources Sequence[GetStorageNetAppFcInterfaceResultPermissionResource]
    physical_ports Sequence[GetStorageNetAppFcInterfaceResultPhysicalPort]
    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.
    speed float
    Operational speed of physical port measured in Gbps.
    state str
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svm_name str
    The storage virtual machine name for the interface.
    tags Sequence[GetStorageNetAppFcInterfaceResultTag]
    tenants Sequence[GetStorageNetAppFcInterfaceResultTenant]
    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.
    uuid str
    Uuid of NetApp FC Interface.
    version_contexts Sequence[GetStorageNetAppFcInterfaceResultVersionContext]
    volume_name str
    The parent volume name for the interface.
    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>
    arrayControllers List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled String
    FC interface is enabled or not.
    events List<Property Map>
    interfaceState String
    The state of the FC interface.* Down - The state is set to down if the interface is not enabled.* Up - The state is set to up if the interface is enabled.
    iqn String
    ISCSI qualified name applicable for ethernet port. Example - 'iqn.2008-05.com.storage:fnm00151300643-514f0c50141faf05'.
    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>
    physicalPorts 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.
    speed Number
    Operational speed of physical port measured in Gbps.
    state String
    The state of the FC interface.* down - An inactive port is listed as Down.* up - An active port is listed as Up.* present - An active port is listed as present.
    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.
    svmName String
    The storage virtual machine name for the interface.
    tags List<Property Map>
    tenants List<Property Map>
    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.
    uuid String
    Uuid of NetApp FC Interface.
    versionContexts List<Property Map>
    volumeName String
    The parent volume name for the interface.
    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'.

    GetStorageNetAppFcInterfaceResultAncestor

    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

    GetStorageNetAppFcInterfaceResultArrayController

    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

    GetStorageNetAppFcInterfaceResultEvent

    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

    GetStorageNetAppFcInterfaceResultParent

    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

    GetStorageNetAppFcInterfaceResultPermissionResource

    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

    GetStorageNetAppFcInterfaceResultPhysicalPort

    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

    GetStorageNetAppFcInterfaceResultTag

    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

    GetStorageNetAppFcInterfaceResultTenant

    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

    GetStorageNetAppFcInterfaceResultVersionContext

    GetStorageNetAppFcInterfaceResultVersionContextInterestedMo

    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

    GetStorageNetAppFcInterfaceResultVersionContextRefMo

    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

    GetStorageNetAppFcInterfaceTag

    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.

    GetStorageNetAppFcInterfaceTenant

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

    GetStorageNetAppFcInterfaceVersionContext

    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<GetStorageNetAppFcInterfaceVersionContextInterestedMo>
    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 GetStorageNetAppFcInterfaceVersionContextRefMo
    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 []GetStorageNetAppFcInterfaceVersionContextInterestedMo
    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 GetStorageNetAppFcInterfaceVersionContextRefMo
    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<GetStorageNetAppFcInterfaceVersionContextInterestedMo>
    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 GetStorageNetAppFcInterfaceVersionContextRefMo
    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 GetStorageNetAppFcInterfaceVersionContextInterestedMo[]
    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 GetStorageNetAppFcInterfaceVersionContextRefMo
    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[GetStorageNetAppFcInterfaceVersionContextInterestedMo]
    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 GetStorageNetAppFcInterfaceVersionContextRefMo
    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.

    GetStorageNetAppFcInterfaceVersionContextInterestedMo

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

    GetStorageNetAppFcInterfaceVersionContextRefMo

    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