1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageHitachiNvmSubsystem
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getStorageHitachiNvmSubsystem

Explore with Pulumi AI

NVM subsystem entity in Hitachi storage array.

Using getStorageHitachiNvmSubsystem

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 getStorageHitachiNvmSubsystem(args: GetStorageHitachiNvmSubsystemArgs, opts?: InvokeOptions): Promise<GetStorageHitachiNvmSubsystemResult>
function getStorageHitachiNvmSubsystemOutput(args: GetStorageHitachiNvmSubsystemOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiNvmSubsystemResult>
Copy
def get_storage_hitachi_nvm_subsystem(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetStorageHitachiNvmSubsystemAncestor]] = None,
                                      array: Optional[GetStorageHitachiNvmSubsystemArray] = None,
                                      class_id: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      host_mode: Optional[str] = None,
                                      host_mode_options: Optional[Sequence[float]] = None,
                                      host_nqns: Optional[Sequence[GetStorageHitachiNvmSubsystemHostNqn]] = None,
                                      id: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      name: Optional[str] = None,
                                      namespace_paths: Optional[Sequence[GetStorageHitachiNvmSubsystemNamespacePath]] = None,
                                      namespace_security_setting: Optional[str] = None,
                                      namespaces: Optional[Sequence[GetStorageHitachiNvmSubsystemNamespace]] = None,
                                      nvm_subsystem_name: Optional[str] = None,
                                      nvm_subsystem_nqn: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetStorageHitachiNvmSubsystemParent] = None,
                                      permission_resources: Optional[Sequence[GetStorageHitachiNvmSubsystemPermissionResource]] = None,
                                      port_ids: Optional[Sequence[str]] = None,
                                      registered_device: Optional[GetStorageHitachiNvmSubsystemRegisteredDevice] = None,
                                      resource_group_id: Optional[float] = None,
                                      shared_scope: Optional[str] = None,
                                      t10pi_mode: Optional[str] = None,
                                      tags: Optional[Sequence[GetStorageHitachiNvmSubsystemTag]] = None,
                                      version_context: Optional[GetStorageHitachiNvmSubsystemVersionContext] = None,
                                      virtual_nvm_subsystem_id: Optional[float] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetStorageHitachiNvmSubsystemResult
def get_storage_hitachi_nvm_subsystem_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemAncestorArgs]]]] = None,
                                      array: Optional[pulumi.Input[GetStorageHitachiNvmSubsystemArrayArgs]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      host_mode: Optional[pulumi.Input[str]] = None,
                                      host_mode_options: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                      host_nqns: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemHostNqnArgs]]]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      namespace_paths: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemNamespacePathArgs]]]] = None,
                                      namespace_security_setting: Optional[pulumi.Input[str]] = None,
                                      namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemNamespaceArgs]]]] = None,
                                      nvm_subsystem_name: Optional[pulumi.Input[str]] = None,
                                      nvm_subsystem_nqn: 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[GetStorageHitachiNvmSubsystemParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemPermissionResourceArgs]]]] = None,
                                      port_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                      registered_device: Optional[pulumi.Input[GetStorageHitachiNvmSubsystemRegisteredDeviceArgs]] = None,
                                      resource_group_id: Optional[pulumi.Input[float]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      t10pi_mode: Optional[pulumi.Input[str]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiNvmSubsystemTagArgs]]]] = None,
                                      version_context: Optional[pulumi.Input[GetStorageHitachiNvmSubsystemVersionContextArgs]] = None,
                                      virtual_nvm_subsystem_id: Optional[pulumi.Input[float]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiNvmSubsystemResult]
Copy
func LookupStorageHitachiNvmSubsystem(ctx *Context, args *LookupStorageHitachiNvmSubsystemArgs, opts ...InvokeOption) (*LookupStorageHitachiNvmSubsystemResult, error)
func LookupStorageHitachiNvmSubsystemOutput(ctx *Context, args *LookupStorageHitachiNvmSubsystemOutputArgs, opts ...InvokeOption) LookupStorageHitachiNvmSubsystemResultOutput
Copy

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

public static class GetStorageHitachiNvmSubsystem 
{
    public static Task<GetStorageHitachiNvmSubsystemResult> InvokeAsync(GetStorageHitachiNvmSubsystemArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageHitachiNvmSubsystemResult> Invoke(GetStorageHitachiNvmSubsystemInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStorageHitachiNvmSubsystemResult> getStorageHitachiNvmSubsystem(GetStorageHitachiNvmSubsystemArgs args, InvokeOptions options)
public static Output<GetStorageHitachiNvmSubsystemResult> getStorageHitachiNvmSubsystem(GetStorageHitachiNvmSubsystemArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getStorageHitachiNvmSubsystem:getStorageHitachiNvmSubsystem
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetStorageHitachiNvmSubsystemAncestor>
Array GetStorageHitachiNvmSubsystemArray
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostMode string
Host mode of the NVM subsystem.
HostModeOptions List<double>
HostNqns List<GetStorageHitachiNvmSubsystemHostNqn>
Id string
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
NamespacePaths List<GetStorageHitachiNvmSubsystemNamespacePath>
NamespaceSecuritySetting string
Namespace security settings.
Namespaces List<GetStorageHitachiNvmSubsystemNamespace>
NvmSubsystemName string
NVM subsystem name. Can be up to 32 characters long.
NvmSubsystemNqn string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
ObjectType string
Owners List<string>
Parent GetStorageHitachiNvmSubsystemParent
PermissionResources List<GetStorageHitachiNvmSubsystemPermissionResource>
PortIds List<string>
RegisteredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
ResourceGroupId double
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
T10piMode string
Status of the T10 PI mode of the port.
Tags List<GetStorageHitachiNvmSubsystemTag>
VersionContext GetStorageHitachiNvmSubsystemVersionContext
VirtualNvmSubsystemId double
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetStorageHitachiNvmSubsystemAncestor
Array GetStorageHitachiNvmSubsystemArray
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostMode string
Host mode of the NVM subsystem.
HostModeOptions []float64
HostNqns []GetStorageHitachiNvmSubsystemHostNqn
Id string
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
NamespacePaths []GetStorageHitachiNvmSubsystemNamespacePath
NamespaceSecuritySetting string
Namespace security settings.
Namespaces []GetStorageHitachiNvmSubsystemNamespace
NvmSubsystemName string
NVM subsystem name. Can be up to 32 characters long.
NvmSubsystemNqn string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
ObjectType string
Owners []string
Parent GetStorageHitachiNvmSubsystemParent
PermissionResources []GetStorageHitachiNvmSubsystemPermissionResource
PortIds []string
RegisteredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
ResourceGroupId float64
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
T10piMode string
Status of the T10 PI mode of the port.
Tags []GetStorageHitachiNvmSubsystemTag
VersionContext GetStorageHitachiNvmSubsystemVersionContext
VirtualNvmSubsystemId float64
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetStorageHitachiNvmSubsystemAncestor>
array GetStorageHitachiNvmSubsystemArray
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
hostMode String
Host mode of the NVM subsystem.
hostModeOptions List<Double>
hostNqns List<GetStorageHitachiNvmSubsystemHostNqn>
id String
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths List<GetStorageHitachiNvmSubsystemNamespacePath>
namespaceSecuritySetting String
Namespace security settings.
namespaces List<GetStorageHitachiNvmSubsystemNamespace>
nvmSubsystemName String
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn String
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType String
owners List<String>
parent GetStorageHitachiNvmSubsystemParent
permissionResources List<GetStorageHitachiNvmSubsystemPermissionResource>
portIds List<String>
registeredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
resourceGroupId Double
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
t10piMode String
Status of the T10 PI mode of the port.
tags List<GetStorageHitachiNvmSubsystemTag>
versionContext GetStorageHitachiNvmSubsystemVersionContext
virtualNvmSubsystemId Double
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetStorageHitachiNvmSubsystemAncestor[]
array GetStorageHitachiNvmSubsystemArray
classId string
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
hostMode string
Host mode of the NVM subsystem.
hostModeOptions number[]
hostNqns GetStorageHitachiNvmSubsystemHostNqn[]
id string
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths GetStorageHitachiNvmSubsystemNamespacePath[]
namespaceSecuritySetting string
Namespace security settings.
namespaces GetStorageHitachiNvmSubsystemNamespace[]
nvmSubsystemName string
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType string
owners string[]
parent GetStorageHitachiNvmSubsystemParent
permissionResources GetStorageHitachiNvmSubsystemPermissionResource[]
portIds string[]
registeredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
resourceGroupId number
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
t10piMode string
Status of the T10 PI mode of the port.
tags GetStorageHitachiNvmSubsystemTag[]
versionContext GetStorageHitachiNvmSubsystemVersionContext
virtualNvmSubsystemId number
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetStorageHitachiNvmSubsystemAncestor]
array GetStorageHitachiNvmSubsystemArray
class_id str
create_time str
The time when this managed object was created.
domain_group_moid str
The DomainGroup ID for this managed object.
host_mode str
Host mode of the NVM subsystem.
host_mode_options Sequence[float]
host_nqns Sequence[GetStorageHitachiNvmSubsystemHostNqn]
id str
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespace_paths Sequence[GetStorageHitachiNvmSubsystemNamespacePath]
namespace_security_setting str
Namespace security settings.
namespaces Sequence[GetStorageHitachiNvmSubsystemNamespace]
nvm_subsystem_name str
NVM subsystem name. Can be up to 32 characters long.
nvm_subsystem_nqn str
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
object_type str
owners Sequence[str]
parent GetStorageHitachiNvmSubsystemParent
permission_resources Sequence[GetStorageHitachiNvmSubsystemPermissionResource]
port_ids Sequence[str]
registered_device GetStorageHitachiNvmSubsystemRegisteredDevice
resource_group_id float
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
t10pi_mode str
Status of the T10 PI mode of the port.
tags Sequence[GetStorageHitachiNvmSubsystemTag]
version_context GetStorageHitachiNvmSubsystemVersionContext
virtual_nvm_subsystem_id float
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
array Property Map
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
hostMode String
Host mode of the NVM subsystem.
hostModeOptions List<Number>
hostNqns List<Property Map>
id String
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths List<Property Map>
namespaceSecuritySetting String
Namespace security settings.
namespaces List<Property Map>
nvmSubsystemName String
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn String
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
portIds List<String>
registeredDevice Property Map
resourceGroupId Number
Resource group ID of the resource group to which the NVM subsystem belongs.
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.
t10piMode String
Status of the T10 PI mode of the port.
tags List<Property Map>
versionContext Property Map
virtualNvmSubsystemId Number
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.

getStorageHitachiNvmSubsystem Result

The following output properties are available:

Id string
Results List<GetStorageHitachiNvmSubsystemResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetStorageHitachiNvmSubsystemAncestor>
Array GetStorageHitachiNvmSubsystemArray
ClassId string
CreateTime string
DomainGroupMoid string
HostMode string
HostModeOptions List<double>
HostNqns List<GetStorageHitachiNvmSubsystemHostNqn>
ModTime string
Moid string
Name string
NamespacePaths List<GetStorageHitachiNvmSubsystemNamespacePath>
NamespaceSecuritySetting string
Namespaces List<GetStorageHitachiNvmSubsystemNamespace>
NvmSubsystemName string
NvmSubsystemNqn string
ObjectType string
Owners List<string>
Parent GetStorageHitachiNvmSubsystemParent
PermissionResources List<GetStorageHitachiNvmSubsystemPermissionResource>
PortIds List<string>
RegisteredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
ResourceGroupId double
SharedScope string
T10piMode string
Tags List<GetStorageHitachiNvmSubsystemTag>
VersionContext GetStorageHitachiNvmSubsystemVersionContext
VirtualNvmSubsystemId double
Id string
Results []GetStorageHitachiNvmSubsystemResult
AccountMoid string
AdditionalProperties string
Ancestors []GetStorageHitachiNvmSubsystemAncestor
Array GetStorageHitachiNvmSubsystemArray
ClassId string
CreateTime string
DomainGroupMoid string
HostMode string
HostModeOptions []float64
HostNqns []GetStorageHitachiNvmSubsystemHostNqn
ModTime string
Moid string
Name string
NamespacePaths []GetStorageHitachiNvmSubsystemNamespacePath
NamespaceSecuritySetting string
Namespaces []GetStorageHitachiNvmSubsystemNamespace
NvmSubsystemName string
NvmSubsystemNqn string
ObjectType string
Owners []string
Parent GetStorageHitachiNvmSubsystemParent
PermissionResources []GetStorageHitachiNvmSubsystemPermissionResource
PortIds []string
RegisteredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
ResourceGroupId float64
SharedScope string
T10piMode string
Tags []GetStorageHitachiNvmSubsystemTag
VersionContext GetStorageHitachiNvmSubsystemVersionContext
VirtualNvmSubsystemId float64
id String
results List<GetStorageHitachiNvmSubsystemResult>
accountMoid String
additionalProperties String
ancestors List<GetStorageHitachiNvmSubsystemAncestor>
array GetStorageHitachiNvmSubsystemArray
classId String
createTime String
domainGroupMoid String
hostMode String
hostModeOptions List<Double>
hostNqns List<GetStorageHitachiNvmSubsystemHostNqn>
modTime String
moid String
name String
namespacePaths List<GetStorageHitachiNvmSubsystemNamespacePath>
namespaceSecuritySetting String
namespaces List<GetStorageHitachiNvmSubsystemNamespace>
nvmSubsystemName String
nvmSubsystemNqn String
objectType String
owners List<String>
parent GetStorageHitachiNvmSubsystemParent
permissionResources List<GetStorageHitachiNvmSubsystemPermissionResource>
portIds List<String>
registeredDevice GetStorageHitachiNvmSubsystemRegisteredDevice
resourceGroupId Double
sharedScope String
t10piMode String
tags List<GetStorageHitachiNvmSubsystemTag>
versionContext GetStorageHitachiNvmSubsystemVersionContext
virtualNvmSubsystemId Double
id str
results Sequence[GetStorageHitachiNvmSubsystemResult]
account_moid str
additional_properties str
ancestors Sequence[GetStorageHitachiNvmSubsystemAncestor]
array GetStorageHitachiNvmSubsystemArray
class_id str
create_time str
domain_group_moid str
host_mode str
host_mode_options Sequence[float]
host_nqns Sequence[GetStorageHitachiNvmSubsystemHostNqn]
mod_time str
moid str
name str
namespace_paths Sequence[GetStorageHitachiNvmSubsystemNamespacePath]
namespace_security_setting str
namespaces Sequence[GetStorageHitachiNvmSubsystemNamespace]
nvm_subsystem_name str
nvm_subsystem_nqn str
object_type str
owners Sequence[str]
parent GetStorageHitachiNvmSubsystemParent
permission_resources Sequence[GetStorageHitachiNvmSubsystemPermissionResource]
port_ids Sequence[str]
registered_device GetStorageHitachiNvmSubsystemRegisteredDevice
resource_group_id float
shared_scope str
t10pi_mode str
tags Sequence[GetStorageHitachiNvmSubsystemTag]
version_context GetStorageHitachiNvmSubsystemVersionContext
virtual_nvm_subsystem_id float

Supporting Types

GetStorageHitachiNvmSubsystemAncestor

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

GetStorageHitachiNvmSubsystemArray

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

GetStorageHitachiNvmSubsystemHostNqn

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.
HostNqn string
Host NQN registered in the NVM subsystem.
HostNqnNickname string
Nickname of the Host NQN.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
HostNqn string
Host NQN registered in the NVM subsystem.
HostNqnNickname string
Nickname of the Host NQN.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn String
Host NQN registered in the NVM subsystem.
hostNqnNickname String
Nickname of the Host NQN.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn string
Host NQN registered in the NVM subsystem.
hostNqnNickname string
Nickname of the Host NQN.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
host_nqn str
Host NQN registered in the NVM subsystem.
host_nqn_nickname str
Nickname of the Host NQN.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn String
Host NQN registered in the NVM subsystem.
hostNqnNickname String
Nickname of the Host NQN.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetStorageHitachiNvmSubsystemNamespace

AdditionalProperties string
BlockCapacity double
Number of blocks of the namespace.
ByteFormatCapacity string
Capacity of the namespace.
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.
LdevId double
LDEV number of the volume where the namespace is set.
NamespaceId double
ID of namespace created in the NVM subsystem.
NamespaceNickname string
Nickname of the namespace.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
BlockCapacity float64
Number of blocks of the namespace.
ByteFormatCapacity string
Capacity of the namespace.
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.
LdevId float64
LDEV number of the volume where the namespace is set.
NamespaceId float64
ID of namespace created in the NVM subsystem.
NamespaceNickname string
Nickname of the namespace.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
blockCapacity Double
Number of blocks of the namespace.
byteFormatCapacity String
Capacity of the namespace.
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.
ldevId Double
LDEV number of the volume where the namespace is set.
namespaceId Double
ID of namespace created in the NVM subsystem.
namespaceNickname String
Nickname of the namespace.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
blockCapacity number
Number of blocks of the namespace.
byteFormatCapacity string
Capacity of the namespace.
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.
ldevId number
LDEV number of the volume where the namespace is set.
namespaceId number
ID of namespace created in the NVM subsystem.
namespaceNickname string
Nickname of the namespace.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
block_capacity float
Number of blocks of the namespace.
byte_format_capacity str
Capacity of the namespace.
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.
ldev_id float
LDEV number of the volume where the namespace is set.
namespace_id float
ID of namespace created in the NVM subsystem.
namespace_nickname str
Nickname of the namespace.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
blockCapacity Number
Number of blocks of the namespace.
byteFormatCapacity String
Capacity of the namespace.
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.
ldevId Number
LDEV number of the volume where the namespace is set.
namespaceId Number
ID of namespace created in the NVM subsystem.
namespaceNickname String
Nickname of the namespace.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetStorageHitachiNvmSubsystemNamespacePath

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.
HostNqn string
Host NQN registered in the NVM subsystem.
LdevId double
LDEV number of the volume where the namespace is set.
NamespaceId double
ID of namespace created in the NVM subsystem.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
HostNqn string
Host NQN registered in the NVM subsystem.
LdevId float64
LDEV number of the volume where the namespace is set.
NamespaceId float64
ID of namespace created in the NVM subsystem.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn String
Host NQN registered in the NVM subsystem.
ldevId Double
LDEV number of the volume where the namespace is set.
namespaceId Double
ID of namespace created in the NVM subsystem.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn string
Host NQN registered in the NVM subsystem.
ldevId number
LDEV number of the volume where the namespace is set.
namespaceId number
ID of namespace created in the NVM subsystem.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
host_nqn str
Host NQN registered in the NVM subsystem.
ldev_id float
LDEV number of the volume where the namespace is set.
namespace_id float
ID of namespace created in the NVM subsystem.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
hostNqn String
Host NQN registered in the NVM subsystem.
ldevId Number
LDEV number of the volume where the namespace is set.
namespaceId Number
ID of namespace created in the NVM subsystem.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetStorageHitachiNvmSubsystemParent

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

GetStorageHitachiNvmSubsystemPermissionResource

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

GetStorageHitachiNvmSubsystemRegisteredDevice

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

GetStorageHitachiNvmSubsystemResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetStorageHitachiNvmSubsystemResultAncestor>
Arrays This property is required. List<GetStorageHitachiNvmSubsystemResultArray>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostMode This property is required. string
Host mode of the NVM subsystem.
HostModeOptions This property is required. List<double>
HostNqns This property is required. List<GetStorageHitachiNvmSubsystemResultHostNqn>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
NamespacePaths This property is required. List<GetStorageHitachiNvmSubsystemResultNamespacePath>
NamespaceSecuritySetting This property is required. string
Namespace security settings.
Namespaces This property is required. List<GetStorageHitachiNvmSubsystemResultNamespace>
NvmSubsystemName This property is required. string
NVM subsystem name. Can be up to 32 characters long.
NvmSubsystemNqn This property is required. string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetStorageHitachiNvmSubsystemResultParent>
PermissionResources This property is required. List<GetStorageHitachiNvmSubsystemResultPermissionResource>
PortIds This property is required. List<string>
RegisteredDevices This property is required. List<GetStorageHitachiNvmSubsystemResultRegisteredDevice>
ResourceGroupId This property is required. double
Resource group ID of the resource group to which the NVM subsystem belongs.
SharedScope This property is required. 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.
T10piMode This property is required. string
Status of the T10 PI mode of the port.
Tags This property is required. List<GetStorageHitachiNvmSubsystemResultTag>
VersionContexts This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContext>
VirtualNvmSubsystemId This property is required. double
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetStorageHitachiNvmSubsystemResultAncestor
Arrays This property is required. []GetStorageHitachiNvmSubsystemResultArray
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostMode This property is required. string
Host mode of the NVM subsystem.
HostModeOptions This property is required. []float64
HostNqns This property is required. []GetStorageHitachiNvmSubsystemResultHostNqn
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
NamespacePaths This property is required. []GetStorageHitachiNvmSubsystemResultNamespacePath
NamespaceSecuritySetting This property is required. string
Namespace security settings.
Namespaces This property is required. []GetStorageHitachiNvmSubsystemResultNamespace
NvmSubsystemName This property is required. string
NVM subsystem name. Can be up to 32 characters long.
NvmSubsystemNqn This property is required. string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetStorageHitachiNvmSubsystemResultParent
PermissionResources This property is required. []GetStorageHitachiNvmSubsystemResultPermissionResource
PortIds This property is required. []string
RegisteredDevices This property is required. []GetStorageHitachiNvmSubsystemResultRegisteredDevice
ResourceGroupId This property is required. float64
Resource group ID of the resource group to which the NVM subsystem belongs.
SharedScope This property is required. 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.
T10piMode This property is required. string
Status of the T10 PI mode of the port.
Tags This property is required. []GetStorageHitachiNvmSubsystemResultTag
VersionContexts This property is required. []GetStorageHitachiNvmSubsystemResultVersionContext
VirtualNvmSubsystemId This property is required. float64
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetStorageHitachiNvmSubsystemResultAncestor>
arrays This property is required. List<GetStorageHitachiNvmSubsystemResultArray>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostMode This property is required. String
Host mode of the NVM subsystem.
hostModeOptions This property is required. List<Double>
hostNqns This property is required. List<GetStorageHitachiNvmSubsystemResultHostNqn>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths This property is required. List<GetStorageHitachiNvmSubsystemResultNamespacePath>
namespaceSecuritySetting This property is required. String
Namespace security settings.
namespaces This property is required. List<GetStorageHitachiNvmSubsystemResultNamespace>
nvmSubsystemName This property is required. String
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn This property is required. String
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetStorageHitachiNvmSubsystemResultParent>
permissionResources This property is required. List<GetStorageHitachiNvmSubsystemResultPermissionResource>
portIds This property is required. List<String>
registeredDevices This property is required. List<GetStorageHitachiNvmSubsystemResultRegisteredDevice>
resourceGroupId This property is required. Double
Resource group ID of the resource group to which the NVM subsystem belongs.
sharedScope This property is required. 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.
t10piMode This property is required. String
Status of the T10 PI mode of the port.
tags This property is required. List<GetStorageHitachiNvmSubsystemResultTag>
versionContexts This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContext>
virtualNvmSubsystemId This property is required. Double
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetStorageHitachiNvmSubsystemResultAncestor[]
arrays This property is required. GetStorageHitachiNvmSubsystemResultArray[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
hostMode This property is required. string
Host mode of the NVM subsystem.
hostModeOptions This property is required. number[]
hostNqns This property is required. GetStorageHitachiNvmSubsystemResultHostNqn[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths This property is required. GetStorageHitachiNvmSubsystemResultNamespacePath[]
namespaceSecuritySetting This property is required. string
Namespace security settings.
namespaces This property is required. GetStorageHitachiNvmSubsystemResultNamespace[]
nvmSubsystemName This property is required. string
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn This property is required. string
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetStorageHitachiNvmSubsystemResultParent[]
permissionResources This property is required. GetStorageHitachiNvmSubsystemResultPermissionResource[]
portIds This property is required. string[]
registeredDevices This property is required. GetStorageHitachiNvmSubsystemResultRegisteredDevice[]
resourceGroupId This property is required. number
Resource group ID of the resource group to which the NVM subsystem belongs.
sharedScope This property is required. 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.
t10piMode This property is required. string
Status of the T10 PI mode of the port.
tags This property is required. GetStorageHitachiNvmSubsystemResultTag[]
versionContexts This property is required. GetStorageHitachiNvmSubsystemResultVersionContext[]
virtualNvmSubsystemId This property is required. number
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetStorageHitachiNvmSubsystemResultAncestor]
arrays This property is required. Sequence[GetStorageHitachiNvmSubsystemResultArray]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
host_mode This property is required. str
Host mode of the NVM subsystem.
host_mode_options This property is required. Sequence[float]
host_nqns This property is required. Sequence[GetStorageHitachiNvmSubsystemResultHostNqn]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespace_paths This property is required. Sequence[GetStorageHitachiNvmSubsystemResultNamespacePath]
namespace_security_setting This property is required. str
Namespace security settings.
namespaces This property is required. Sequence[GetStorageHitachiNvmSubsystemResultNamespace]
nvm_subsystem_name This property is required. str
NVM subsystem name. Can be up to 32 characters long.
nvm_subsystem_nqn This property is required. str
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetStorageHitachiNvmSubsystemResultParent]
permission_resources This property is required. Sequence[GetStorageHitachiNvmSubsystemResultPermissionResource]
port_ids This property is required. Sequence[str]
registered_devices This property is required. Sequence[GetStorageHitachiNvmSubsystemResultRegisteredDevice]
resource_group_id This property is required. float
Resource group ID of the resource group to which the NVM subsystem belongs.
shared_scope This property is required. 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.
t10pi_mode This property is required. str
Status of the T10 PI mode of the port.
tags This property is required. Sequence[GetStorageHitachiNvmSubsystemResultTag]
version_contexts This property is required. Sequence[GetStorageHitachiNvmSubsystemResultVersionContext]
virtual_nvm_subsystem_id This property is required. float
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
arrays This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostMode This property is required. String
Host mode of the NVM subsystem.
hostModeOptions This property is required. List<Number>
hostNqns This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.
namespacePaths This property is required. List<Property Map>
namespaceSecuritySetting This property is required. String
Namespace security settings.
namespaces This property is required. List<Property Map>
nvmSubsystemName This property is required. String
NVM subsystem name. Can be up to 32 characters long.
nvmSubsystemNqn This property is required. String
Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
portIds This property is required. List<String>
registeredDevices This property is required. List<Property Map>
resourceGroupId This property is required. Number
Resource group ID of the resource group to which the NVM subsystem belongs.
sharedScope This property is required. 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.
t10piMode This property is required. String
Status of the T10 PI mode of the port.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>
virtualNvmSubsystemId This property is required. Number
The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.

GetStorageHitachiNvmSubsystemResultAncestor

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

GetStorageHitachiNvmSubsystemResultArray

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

GetStorageHitachiNvmSubsystemResultHostNqn

AdditionalProperties This property is required. string
ClassId This property is required. string
HostNqn This property is required. string
HostNqnNickname This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
HostNqn This property is required. string
HostNqnNickname This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
hostNqn This property is required. String
hostNqnNickname This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
hostNqn This property is required. string
hostNqnNickname This property is required. string
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
host_nqn This property is required. str
host_nqn_nickname This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
hostNqn This property is required. String
hostNqnNickname This property is required. String
objectType This property is required. String

GetStorageHitachiNvmSubsystemResultNamespace

AdditionalProperties This property is required. string
BlockCapacity This property is required. double
ByteFormatCapacity This property is required. string
ClassId This property is required. string
LdevId This property is required. double
NamespaceId This property is required. double
NamespaceNickname This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
BlockCapacity This property is required. float64
ByteFormatCapacity This property is required. string
ClassId This property is required. string
LdevId This property is required. float64
NamespaceId This property is required. float64
NamespaceNickname This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
blockCapacity This property is required. Double
byteFormatCapacity This property is required. String
classId This property is required. String
ldevId This property is required. Double
namespaceId This property is required. Double
namespaceNickname This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
blockCapacity This property is required. number
byteFormatCapacity This property is required. string
classId This property is required. string
ldevId This property is required. number
namespaceId This property is required. number
namespaceNickname This property is required. string
objectType This property is required. string
additional_properties This property is required. str
block_capacity This property is required. float
byte_format_capacity This property is required. str
class_id This property is required. str
ldev_id This property is required. float
namespace_id This property is required. float
namespace_nickname This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
blockCapacity This property is required. Number
byteFormatCapacity This property is required. String
classId This property is required. String
ldevId This property is required. Number
namespaceId This property is required. Number
namespaceNickname This property is required. String
objectType This property is required. String

GetStorageHitachiNvmSubsystemResultNamespacePath

AdditionalProperties This property is required. string
ClassId This property is required. string
HostNqn This property is required. string
LdevId This property is required. double
NamespaceId This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
HostNqn This property is required. string
LdevId This property is required. float64
NamespaceId This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
hostNqn This property is required. String
ldevId This property is required. Double
namespaceId This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
hostNqn This property is required. string
ldevId This property is required. number
namespaceId This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
host_nqn This property is required. str
ldev_id This property is required. float
namespace_id This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
hostNqn This property is required. String
ldevId This property is required. Number
namespaceId This property is required. Number
objectType This property is required. String

GetStorageHitachiNvmSubsystemResultParent

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

GetStorageHitachiNvmSubsystemResultPermissionResource

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

GetStorageHitachiNvmSubsystemResultRegisteredDevice

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

GetStorageHitachiNvmSubsystemResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetStorageHitachiNvmSubsystemResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetStorageHitachiNvmSubsystemResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetStorageHitachiNvmSubsystemResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetStorageHitachiNvmSubsystemResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetStorageHitachiNvmSubsystemResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetStorageHitachiNvmSubsystemResultVersionContextInterestedMo

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

GetStorageHitachiNvmSubsystemResultVersionContextRefMo

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

GetStorageHitachiNvmSubsystemTag

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.

GetStorageHitachiNvmSubsystemVersionContext

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<GetStorageHitachiNvmSubsystemVersionContextInterestedMo>
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 GetStorageHitachiNvmSubsystemVersionContextRefMo
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 []GetStorageHitachiNvmSubsystemVersionContextInterestedMo
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 GetStorageHitachiNvmSubsystemVersionContextRefMo
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<GetStorageHitachiNvmSubsystemVersionContextInterestedMo>
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 GetStorageHitachiNvmSubsystemVersionContextRefMo
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 GetStorageHitachiNvmSubsystemVersionContextInterestedMo[]
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 GetStorageHitachiNvmSubsystemVersionContextRefMo
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[GetStorageHitachiNvmSubsystemVersionContextInterestedMo]
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 GetStorageHitachiNvmSubsystemVersionContextRefMo
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.

GetStorageHitachiNvmSubsystemVersionContextInterestedMo

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

GetStorageHitachiNvmSubsystemVersionContextRefMo

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.