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

intersight.getStorageNetAppNamespace

Explore with Pulumi AI

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

    NetApp Namespace is a collection of addressable logical blocks presented to hosts connected to the storage virtual machine using the NVMe over Fabrics protocol.

    Using getStorageNetAppNamespace

    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 getStorageNetAppNamespace(args: GetStorageNetAppNamespaceArgs, opts?: InvokeOptions): Promise<GetStorageNetAppNamespaceResult>
    function getStorageNetAppNamespaceOutput(args: GetStorageNetAppNamespaceOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppNamespaceResult>
    def get_storage_net_app_namespace(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetStorageNetAppNamespaceAncestor]] = None,
                                      array: Optional[GetStorageNetAppNamespaceArray] = None,
                                      class_id: Optional[str] = None,
                                      container_state: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      id: Optional[str] = None,
                                      is_mapped: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      name: Optional[str] = None,
                                      namespace_id: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetStorageNetAppNamespaceParent] = None,
                                      path: Optional[str] = None,
                                      permission_resources: Optional[Sequence[GetStorageNetAppNamespacePermissionResource]] = None,
                                      shared_scope: Optional[str] = None,
                                      state: Optional[str] = None,
                                      storage_container: Optional[GetStorageNetAppNamespaceStorageContainer] = None,
                                      storage_utilization: Optional[GetStorageNetAppNamespaceStorageUtilization] = None,
                                      subsystem_name: Optional[str] = None,
                                      svm_name: Optional[str] = None,
                                      tags: Optional[Sequence[GetStorageNetAppNamespaceTag]] = None,
                                      uuid: Optional[str] = None,
                                      version_context: Optional[GetStorageNetAppNamespaceVersionContext] = None,
                                      volume_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetStorageNetAppNamespaceResult
    def get_storage_net_app_namespace_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppNamespaceAncestorArgs]]]] = None,
                                      array: Optional[pulumi.Input[GetStorageNetAppNamespaceArrayArgs]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      container_state: Optional[pulumi.Input[str]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      is_mapped: Optional[pulumi.Input[str]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      namespace_id: 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[GetStorageNetAppNamespaceParentArgs]] = None,
                                      path: Optional[pulumi.Input[str]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppNamespacePermissionResourceArgs]]]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      state: Optional[pulumi.Input[str]] = None,
                                      storage_container: Optional[pulumi.Input[GetStorageNetAppNamespaceStorageContainerArgs]] = None,
                                      storage_utilization: Optional[pulumi.Input[GetStorageNetAppNamespaceStorageUtilizationArgs]] = None,
                                      subsystem_name: Optional[pulumi.Input[str]] = None,
                                      svm_name: Optional[pulumi.Input[str]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppNamespaceTagArgs]]]] = None,
                                      uuid: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetStorageNetAppNamespaceVersionContextArgs]] = None,
                                      volume_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppNamespaceResult]
    func LookupStorageNetAppNamespace(ctx *Context, args *LookupStorageNetAppNamespaceArgs, opts ...InvokeOption) (*LookupStorageNetAppNamespaceResult, error)
    func LookupStorageNetAppNamespaceOutput(ctx *Context, args *LookupStorageNetAppNamespaceOutputArgs, opts ...InvokeOption) LookupStorageNetAppNamespaceResultOutput

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

    public static class GetStorageNetAppNamespace 
    {
        public static Task<GetStorageNetAppNamespaceResult> InvokeAsync(GetStorageNetAppNamespaceArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNetAppNamespaceResult> Invoke(GetStorageNetAppNamespaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNetAppNamespaceResult> getStorageNetAppNamespace(GetStorageNetAppNamespaceArgs args, InvokeOptions options)
    public static Output<GetStorageNetAppNamespaceResult> getStorageNetAppNamespace(GetStorageNetAppNamespaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNetAppNamespace:getStorageNetAppNamespace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppNamespaceAncestor>
    Array GetStorageNetAppNamespaceArray
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The base name component of the NVMe namespace.
    NamespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    ObjectType string
    Owners List<string>
    Parent GetStorageNetAppNamespaceParent
    Path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    PermissionResources List<GetStorageNetAppNamespacePermissionResource>
    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.
    State string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    StorageContainer GetStorageNetAppNamespaceStorageContainer
    StorageUtilization GetStorageNetAppNamespaceStorageUtilization
    SubsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    SvmName string
    The storage virtual machine name for the NVMe namespace.
    Tags List<GetStorageNetAppNamespaceTag>
    Uuid string
    Universally unique identifier of the NVMe namespace.
    VersionContext GetStorageNetAppNamespaceVersionContext
    VolumeName string
    The volume name in which the NVMe namespace is located.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppNamespaceAncestor
    Array GetStorageNetAppNamespaceArray
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The base name component of the NVMe namespace.
    NamespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    ObjectType string
    Owners []string
    Parent GetStorageNetAppNamespaceParent
    Path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    PermissionResources []GetStorageNetAppNamespacePermissionResource
    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.
    State string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    StorageContainer GetStorageNetAppNamespaceStorageContainer
    StorageUtilization GetStorageNetAppNamespaceStorageUtilization
    SubsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    SvmName string
    The storage virtual machine name for the NVMe namespace.
    Tags []GetStorageNetAppNamespaceTag
    Uuid string
    Universally unique identifier of the NVMe namespace.
    VersionContext GetStorageNetAppNamespaceVersionContext
    VolumeName string
    The volume name in which the NVMe namespace is located.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppNamespaceAncestor>
    array GetStorageNetAppNamespaceArray
    classId String
    containerState String
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isMapped String
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The base name component of the NVMe namespace.
    namespaceId String
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType String
    owners List<String>
    parent GetStorageNetAppNamespaceParent
    path String
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources List<GetStorageNetAppNamespacePermissionResource>
    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.
    state String
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainer GetStorageNetAppNamespaceStorageContainer
    storageUtilization GetStorageNetAppNamespaceStorageUtilization
    subsystemName String
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName String
    The storage virtual machine name for the NVMe namespace.
    tags List<GetStorageNetAppNamespaceTag>
    uuid String
    Universally unique identifier of the NVMe namespace.
    versionContext GetStorageNetAppNamespaceVersionContext
    volumeName String
    The volume name in which the NVMe namespace is located.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppNamespaceAncestor[]
    array GetStorageNetAppNamespaceArray
    classId string
    containerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    isMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The base name component of the NVMe namespace.
    namespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType string
    owners string[]
    parent GetStorageNetAppNamespaceParent
    path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources GetStorageNetAppNamespacePermissionResource[]
    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.
    state string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainer GetStorageNetAppNamespaceStorageContainer
    storageUtilization GetStorageNetAppNamespaceStorageUtilization
    subsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName string
    The storage virtual machine name for the NVMe namespace.
    tags GetStorageNetAppNamespaceTag[]
    uuid string
    Universally unique identifier of the NVMe namespace.
    versionContext GetStorageNetAppNamespaceVersionContext
    volumeName string
    The volume name in which the NVMe namespace is located.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppNamespaceAncestor]
    array GetStorageNetAppNamespaceArray
    class_id str
    container_state str
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    is_mapped str
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The base name component of the NVMe namespace.
    namespace_id str
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    object_type str
    owners Sequence[str]
    parent GetStorageNetAppNamespaceParent
    path str
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permission_resources Sequence[GetStorageNetAppNamespacePermissionResource]
    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.
    state str
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storage_container GetStorageNetAppNamespaceStorageContainer
    storage_utilization GetStorageNetAppNamespaceStorageUtilization
    subsystem_name str
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svm_name str
    The storage virtual machine name for the NVMe namespace.
    tags Sequence[GetStorageNetAppNamespaceTag]
    uuid str
    Universally unique identifier of the NVMe namespace.
    version_context GetStorageNetAppNamespaceVersionContext
    volume_name str
    The volume name in which the NVMe namespace is located.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    classId String
    containerState String
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isMapped String
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The base name component of the NVMe namespace.
    namespaceId String
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType String
    owners List<String>
    parent Property Map
    path String
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources 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.
    state String
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainer Property Map
    storageUtilization Property Map
    subsystemName String
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName String
    The storage virtual machine name for the NVMe namespace.
    tags List<Property Map>
    uuid String
    Universally unique identifier of the NVMe namespace.
    versionContext Property Map
    volumeName String
    The volume name in which the NVMe namespace is located.

    getStorageNetAppNamespace Result

    The following output properties are available:

    Supporting Types

    GetStorageNetAppNamespaceAncestor

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

    GetStorageNetAppNamespaceArray

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

    GetStorageNetAppNamespaceParent

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

    GetStorageNetAppNamespacePermissionResource

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

    GetStorageNetAppNamespaceResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppNamespaceResultAncestor>
    Arrays List<GetStorageNetAppNamespaceResultArray>
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The base name component of the NVMe namespace.
    NamespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    ObjectType string
    Owners List<string>
    Parents List<GetStorageNetAppNamespaceResultParent>
    Path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    PermissionResources List<GetStorageNetAppNamespaceResultPermissionResource>
    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.
    State string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    StorageContainers List<GetStorageNetAppNamespaceResultStorageContainer>
    StorageUtilizations List<GetStorageNetAppNamespaceResultStorageUtilization>
    SubsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    SvmName string
    The storage virtual machine name for the NVMe namespace.
    Tags List<GetStorageNetAppNamespaceResultTag>
    Uuid string
    Universally unique identifier of the NVMe namespace.
    VersionContexts List<GetStorageNetAppNamespaceResultVersionContext>
    VolumeName string
    The volume name in which the NVMe namespace is located.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppNamespaceResultAncestor
    Arrays []GetStorageNetAppNamespaceResultArray
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The base name component of the NVMe namespace.
    NamespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    ObjectType string
    Owners []string
    Parents []GetStorageNetAppNamespaceResultParent
    Path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    PermissionResources []GetStorageNetAppNamespaceResultPermissionResource
    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.
    State string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    StorageContainers []GetStorageNetAppNamespaceResultStorageContainer
    StorageUtilizations []GetStorageNetAppNamespaceResultStorageUtilization
    SubsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    SvmName string
    The storage virtual machine name for the NVMe namespace.
    Tags []GetStorageNetAppNamespaceResultTag
    Uuid string
    Universally unique identifier of the NVMe namespace.
    VersionContexts []GetStorageNetAppNamespaceResultVersionContext
    VolumeName string
    The volume name in which the NVMe namespace is located.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppNamespaceResultAncestor>
    arrays List<GetStorageNetAppNamespaceResultArray>
    classId String
    containerState String
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isMapped String
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The base name component of the NVMe namespace.
    namespaceId String
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType String
    owners List<String>
    parents List<GetStorageNetAppNamespaceResultParent>
    path String
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources List<GetStorageNetAppNamespaceResultPermissionResource>
    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.
    state String
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainers List<GetStorageNetAppNamespaceResultStorageContainer>
    storageUtilizations List<GetStorageNetAppNamespaceResultStorageUtilization>
    subsystemName String
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName String
    The storage virtual machine name for the NVMe namespace.
    tags List<GetStorageNetAppNamespaceResultTag>
    uuid String
    Universally unique identifier of the NVMe namespace.
    versionContexts List<GetStorageNetAppNamespaceResultVersionContext>
    volumeName String
    The volume name in which the NVMe namespace is located.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppNamespaceResultAncestor[]
    arrays GetStorageNetAppNamespaceResultArray[]
    classId string
    containerState string
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    isMapped string
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The base name component of the NVMe namespace.
    namespaceId string
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType string
    owners string[]
    parents GetStorageNetAppNamespaceResultParent[]
    path string
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources GetStorageNetAppNamespaceResultPermissionResource[]
    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.
    state string
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainers GetStorageNetAppNamespaceResultStorageContainer[]
    storageUtilizations GetStorageNetAppNamespaceResultStorageUtilization[]
    subsystemName string
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName string
    The storage virtual machine name for the NVMe namespace.
    tags GetStorageNetAppNamespaceResultTag[]
    uuid string
    Universally unique identifier of the NVMe namespace.
    versionContexts GetStorageNetAppNamespaceResultVersionContext[]
    volumeName string
    The volume name in which the NVMe namespace is located.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppNamespaceResultAncestor]
    arrays Sequence[GetStorageNetAppNamespaceResultArray]
    class_id str
    container_state str
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    is_mapped str
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The base name component of the NVMe namespace.
    namespace_id str
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageNetAppNamespaceResultParent]
    path str
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permission_resources Sequence[GetStorageNetAppNamespaceResultPermissionResource]
    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.
    state str
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storage_containers Sequence[GetStorageNetAppNamespaceResultStorageContainer]
    storage_utilizations Sequence[GetStorageNetAppNamespaceResultStorageUtilization]
    subsystem_name str
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svm_name str
    The storage virtual machine name for the NVMe namespace.
    tags Sequence[GetStorageNetAppNamespaceResultTag]
    uuid str
    Universally unique identifier of the NVMe namespace.
    version_contexts Sequence[GetStorageNetAppNamespaceResultVersionContext]
    volume_name str
    The volume name in which the NVMe namespace is located.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    classId String
    containerState String
    The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isMapped String
    Reports if the NVMe namespace is mapped to an NVMe subsystem.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The base name component of the NVMe namespace.
    namespaceId String
    The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \ h\ .
    objectType String
    owners List<String>
    parents List<Property Map>
    path String
    The fully qualified path name of the NVMe namespace composed of a \ /vol\ prefix, the volume name, the (optional) qtree name and base name of the namespace.
    permissionResources 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.
    state String
    The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).
    storageContainers List<Property Map>
    storageUtilizations List<Property Map>
    subsystemName String
    The NVMe subsystem name to which the NVMe namespace is mapped.
    svmName String
    The storage virtual machine name for the NVMe namespace.
    tags List<Property Map>
    uuid String
    Universally unique identifier of the NVMe namespace.
    versionContexts List<Property Map>
    volumeName String
    The volume name in which the NVMe namespace is located.

    GetStorageNetAppNamespaceResultAncestor

    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

    GetStorageNetAppNamespaceResultArray

    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

    GetStorageNetAppNamespaceResultParent

    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

    GetStorageNetAppNamespaceResultPermissionResource

    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

    GetStorageNetAppNamespaceResultStorageContainer

    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

    GetStorageNetAppNamespaceResultStorageUtilization

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

    GetStorageNetAppNamespaceResultTag

    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

    GetStorageNetAppNamespaceResultVersionContext

    GetStorageNetAppNamespaceResultVersionContextInterestedMo

    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

    GetStorageNetAppNamespaceResultVersionContextRefMo

    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

    GetStorageNetAppNamespaceStorageContainer

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

    GetStorageNetAppNamespaceStorageUtilization

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

    GetStorageNetAppNamespaceTag

    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.

    GetStorageNetAppNamespaceVersionContext

    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<GetStorageNetAppNamespaceVersionContextInterestedMo>
    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 GetStorageNetAppNamespaceVersionContextRefMo
    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 []GetStorageNetAppNamespaceVersionContextInterestedMo
    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 GetStorageNetAppNamespaceVersionContextRefMo
    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<GetStorageNetAppNamespaceVersionContextInterestedMo>
    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 GetStorageNetAppNamespaceVersionContextRefMo
    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 GetStorageNetAppNamespaceVersionContextInterestedMo[]
    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 GetStorageNetAppNamespaceVersionContextRefMo
    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[GetStorageNetAppNamespaceVersionContextInterestedMo]
    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 GetStorageNetAppNamespaceVersionContextRefMo
    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.

    GetStorageNetAppNamespaceVersionContextInterestedMo

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

    GetStorageNetAppNamespaceVersionContextRefMo

    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