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

intersight.getStorageNetAppStorageVm

Explore with Pulumi AI

NetApp Storage Virtual Machines contain data volumes and one or more Logical Interfaces ( LIFs ) through which they serve data to the clients.

Using getStorageNetAppStorageVm

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 getStorageNetAppStorageVm(args: GetStorageNetAppStorageVmArgs, opts?: InvokeOptions): Promise<GetStorageNetAppStorageVmResult>
function getStorageNetAppStorageVmOutput(args: GetStorageNetAppStorageVmOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppStorageVmResult>
Copy
def get_storage_net_app_storage_vm(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   aggregates: Optional[Sequence[str]] = None,
                                   ancestors: Optional[Sequence[GetStorageNetAppStorageVmAncestor]] = None,
                                   array: Optional[GetStorageNetAppStorageVmArray] = None,
                                   avg_performance_metrics: Optional[GetStorageNetAppStorageVmAvgPerformanceMetrics] = None,
                                   cifs_enabled: Optional[bool] = None,
                                   class_id: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   disk_pools: Optional[Sequence[GetStorageNetAppStorageVmDiskPool]] = None,
                                   dns_domains: Optional[Sequence[str]] = None,
                                   domain_group_moid: Optional[str] = None,
                                   events: Optional[Sequence[GetStorageNetAppStorageVmEvent]] = None,
                                   fcp_enabled: Optional[bool] = None,
                                   id: Optional[str] = None,
                                   ipspace: Optional[str] = None,
                                   is_protected: Optional[str] = None,
                                   iscsi_enabled: Optional[bool] = None,
                                   key: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   name_servers: Optional[Sequence[str]] = None,
                                   native_fpolicy_count: Optional[float] = None,
                                   nfs_enabled: Optional[bool] = None,
                                   nvme_enabled: Optional[bool] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetStorageNetAppStorageVmParent] = None,
                                   permission_resources: Optional[Sequence[GetStorageNetAppStorageVmPermissionResource]] = None,
                                   shared_scope: Optional[str] = None,
                                   state: Optional[str] = None,
                                   subtype: Optional[str] = None,
                                   tags: Optional[Sequence[GetStorageNetAppStorageVmTag]] = None,
                                   uuid: Optional[str] = None,
                                   version_context: Optional[GetStorageNetAppStorageVmVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetStorageNetAppStorageVmResult
def get_storage_net_app_storage_vm_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   aggregates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppStorageVmAncestorArgs]]]] = None,
                                   array: Optional[pulumi.Input[GetStorageNetAppStorageVmArrayArgs]] = None,
                                   avg_performance_metrics: Optional[pulumi.Input[GetStorageNetAppStorageVmAvgPerformanceMetricsArgs]] = None,
                                   cifs_enabled: Optional[pulumi.Input[bool]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   disk_pools: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppStorageVmDiskPoolArgs]]]] = None,
                                   dns_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   events: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppStorageVmEventArgs]]]] = None,
                                   fcp_enabled: Optional[pulumi.Input[bool]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   ipspace: Optional[pulumi.Input[str]] = None,
                                   is_protected: Optional[pulumi.Input[str]] = None,
                                   iscsi_enabled: Optional[pulumi.Input[bool]] = None,
                                   key: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   name_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   native_fpolicy_count: Optional[pulumi.Input[float]] = None,
                                   nfs_enabled: Optional[pulumi.Input[bool]] = None,
                                   nvme_enabled: Optional[pulumi.Input[bool]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetStorageNetAppStorageVmParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppStorageVmPermissionResourceArgs]]]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   state: Optional[pulumi.Input[str]] = None,
                                   subtype: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppStorageVmTagArgs]]]] = None,
                                   uuid: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetStorageNetAppStorageVmVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppStorageVmResult]
Copy
func LookupStorageNetAppStorageVm(ctx *Context, args *LookupStorageNetAppStorageVmArgs, opts ...InvokeOption) (*LookupStorageNetAppStorageVmResult, error)
func LookupStorageNetAppStorageVmOutput(ctx *Context, args *LookupStorageNetAppStorageVmOutputArgs, opts ...InvokeOption) LookupStorageNetAppStorageVmResultOutput
Copy

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

public static class GetStorageNetAppStorageVm 
{
    public static Task<GetStorageNetAppStorageVmResult> InvokeAsync(GetStorageNetAppStorageVmArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageNetAppStorageVmResult> Invoke(GetStorageNetAppStorageVmInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStorageNetAppStorageVmResult> getStorageNetAppStorageVm(GetStorageNetAppStorageVmArgs args, InvokeOptions options)
public static Output<GetStorageNetAppStorageVmResult> getStorageNetAppStorageVm(GetStorageNetAppStorageVmArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getStorageNetAppStorageVm:getStorageNetAppStorageVm
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Aggregates List<string>
Ancestors List<GetStorageNetAppStorageVmAncestor>
Array GetStorageNetAppStorageVmArray
AvgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
CifsEnabled bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
ClassId string
CreateTime string
The time when this managed object was created.
DiskPools List<GetStorageNetAppStorageVmDiskPool>
DnsDomains List<string>
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events List<GetStorageNetAppStorageVmEvent>
FcpEnabled bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
Id string
Ipspace string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
IsProtected string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
IscsiEnabled bool
Status for iSCSI protocol allowed to run on Vservers.
Key string
Unique identifier of VServer across data center.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the tenant in storage array.
NameServers List<string>
NativeFpolicyCount double
The number of native FPolicy engines enabled on this SVM.
NfsEnabled bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
NvmeEnabled bool
Status for NVME protocol allowed to run on Vservers.
ObjectType string
Owners List<string>
Parent GetStorageNetAppStorageVmParent
PermissionResources List<GetStorageNetAppStorageVmPermissionResource>
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
State string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
Subtype string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
Tags List<GetStorageNetAppStorageVmTag>
Uuid string
The uuid of this tenant in storage array.
VersionContext GetStorageNetAppStorageVmVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Aggregates []string
Ancestors []GetStorageNetAppStorageVmAncestor
Array GetStorageNetAppStorageVmArray
AvgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
CifsEnabled bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
ClassId string
CreateTime string
The time when this managed object was created.
DiskPools []GetStorageNetAppStorageVmDiskPool
DnsDomains []string
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events []GetStorageNetAppStorageVmEvent
FcpEnabled bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
Id string
Ipspace string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
IsProtected string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
IscsiEnabled bool
Status for iSCSI protocol allowed to run on Vservers.
Key string
Unique identifier of VServer across data center.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the tenant in storage array.
NameServers []string
NativeFpolicyCount float64
The number of native FPolicy engines enabled on this SVM.
NfsEnabled bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
NvmeEnabled bool
Status for NVME protocol allowed to run on Vservers.
ObjectType string
Owners []string
Parent GetStorageNetAppStorageVmParent
PermissionResources []GetStorageNetAppStorageVmPermissionResource
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
State string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
Subtype string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
Tags []GetStorageNetAppStorageVmTag
Uuid string
The uuid of this tenant in storage array.
VersionContext GetStorageNetAppStorageVmVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
aggregates List<String>
ancestors List<GetStorageNetAppStorageVmAncestor>
array GetStorageNetAppStorageVmArray
avgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
cifsEnabled Boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId String
createTime String
The time when this managed object was created.
diskPools List<GetStorageNetAppStorageVmDiskPool>
dnsDomains List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<GetStorageNetAppStorageVmEvent>
fcpEnabled Boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
id String
ipspace String
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected String
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled Boolean
Status for iSCSI protocol allowed to run on Vservers.
key String
Unique identifier of VServer across data center.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the tenant in storage array.
nameServers List<String>
nativeFpolicyCount Double
The number of native FPolicy engines enabled on this SVM.
nfsEnabled Boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled Boolean
Status for NVME protocol allowed to run on Vservers.
objectType String
owners List<String>
parent GetStorageNetAppStorageVmParent
permissionResources List<GetStorageNetAppStorageVmPermissionResource>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
state String
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype String
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags List<GetStorageNetAppStorageVmTag>
uuid String
The uuid of this tenant in storage array.
versionContext GetStorageNetAppStorageVmVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
aggregates string[]
ancestors GetStorageNetAppStorageVmAncestor[]
array GetStorageNetAppStorageVmArray
avgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
cifsEnabled boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId string
createTime string
The time when this managed object was created.
diskPools GetStorageNetAppStorageVmDiskPool[]
dnsDomains string[]
domainGroupMoid string
The DomainGroup ID for this managed object.
events GetStorageNetAppStorageVmEvent[]
fcpEnabled boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
id string
ipspace string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled boolean
Status for iSCSI protocol allowed to run on Vservers.
key string
Unique identifier of VServer across data center.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
Name of the tenant in storage array.
nameServers string[]
nativeFpolicyCount number
The number of native FPolicy engines enabled on this SVM.
nfsEnabled boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled boolean
Status for NVME protocol allowed to run on Vservers.
objectType string
owners string[]
parent GetStorageNetAppStorageVmParent
permissionResources GetStorageNetAppStorageVmPermissionResource[]
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
state string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags GetStorageNetAppStorageVmTag[]
uuid string
The uuid of this tenant in storage array.
versionContext GetStorageNetAppStorageVmVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
aggregates Sequence[str]
ancestors Sequence[GetStorageNetAppStorageVmAncestor]
array GetStorageNetAppStorageVmArray
avg_performance_metrics GetStorageNetAppStorageVmAvgPerformanceMetrics
cifs_enabled bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
class_id str
create_time str
The time when this managed object was created.
disk_pools Sequence[GetStorageNetAppStorageVmDiskPool]
dns_domains Sequence[str]
domain_group_moid str
The DomainGroup ID for this managed object.
events Sequence[GetStorageNetAppStorageVmEvent]
fcp_enabled bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
id str
ipspace str
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
is_protected str
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsi_enabled bool
Status for iSCSI protocol allowed to run on Vservers.
key str
Unique identifier of VServer across data center.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
Name of the tenant in storage array.
name_servers Sequence[str]
native_fpolicy_count float
The number of native FPolicy engines enabled on this SVM.
nfs_enabled bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvme_enabled bool
Status for NVME protocol allowed to run on Vservers.
object_type str
owners Sequence[str]
parent GetStorageNetAppStorageVmParent
permission_resources Sequence[GetStorageNetAppStorageVmPermissionResource]
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
state str
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype str
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags Sequence[GetStorageNetAppStorageVmTag]
uuid str
The uuid of this tenant in storage array.
version_context GetStorageNetAppStorageVmVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
aggregates List<String>
ancestors List<Property Map>
array Property Map
avgPerformanceMetrics Property Map
cifsEnabled Boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId String
createTime String
The time when this managed object was created.
diskPools List<Property Map>
dnsDomains List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<Property Map>
fcpEnabled Boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
id String
ipspace String
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected String
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled Boolean
Status for iSCSI protocol allowed to run on Vservers.
key String
Unique identifier of VServer across data center.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the tenant in storage array.
nameServers List<String>
nativeFpolicyCount Number
The number of native FPolicy engines enabled on this SVM.
nfsEnabled Boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled Boolean
Status for NVME protocol allowed to run on Vservers.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
state String
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype String
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags List<Property Map>
uuid String
The uuid of this tenant in storage array.
versionContext Property Map

getStorageNetAppStorageVm Result

The following output properties are available:

Id string
Results List<GetStorageNetAppStorageVmResult>
AccountMoid string
AdditionalProperties string
Aggregates List<string>
Ancestors List<GetStorageNetAppStorageVmAncestor>
Array GetStorageNetAppStorageVmArray
AvgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
CifsEnabled bool
ClassId string
CreateTime string
DiskPools List<GetStorageNetAppStorageVmDiskPool>
DnsDomains List<string>
DomainGroupMoid string
Events List<GetStorageNetAppStorageVmEvent>
FcpEnabled bool
Ipspace string
IsProtected string
IscsiEnabled bool
Key string
ModTime string
Moid string
Name string
NameServers List<string>
NativeFpolicyCount double
NfsEnabled bool
NvmeEnabled bool
ObjectType string
Owners List<string>
Parent GetStorageNetAppStorageVmParent
PermissionResources List<GetStorageNetAppStorageVmPermissionResource>
SharedScope string
State string
Subtype string
Tags List<GetStorageNetAppStorageVmTag>
Uuid string
VersionContext GetStorageNetAppStorageVmVersionContext
Id string
Results []GetStorageNetAppStorageVmResult
AccountMoid string
AdditionalProperties string
Aggregates []string
Ancestors []GetStorageNetAppStorageVmAncestor
Array GetStorageNetAppStorageVmArray
AvgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
CifsEnabled bool
ClassId string
CreateTime string
DiskPools []GetStorageNetAppStorageVmDiskPool
DnsDomains []string
DomainGroupMoid string
Events []GetStorageNetAppStorageVmEvent
FcpEnabled bool
Ipspace string
IsProtected string
IscsiEnabled bool
Key string
ModTime string
Moid string
Name string
NameServers []string
NativeFpolicyCount float64
NfsEnabled bool
NvmeEnabled bool
ObjectType string
Owners []string
Parent GetStorageNetAppStorageVmParent
PermissionResources []GetStorageNetAppStorageVmPermissionResource
SharedScope string
State string
Subtype string
Tags []GetStorageNetAppStorageVmTag
Uuid string
VersionContext GetStorageNetAppStorageVmVersionContext
id String
results List<GetStorageNetAppStorageVmResult>
accountMoid String
additionalProperties String
aggregates List<String>
ancestors List<GetStorageNetAppStorageVmAncestor>
array GetStorageNetAppStorageVmArray
avgPerformanceMetrics GetStorageNetAppStorageVmAvgPerformanceMetrics
cifsEnabled Boolean
classId String
createTime String
diskPools List<GetStorageNetAppStorageVmDiskPool>
dnsDomains List<String>
domainGroupMoid String
events List<GetStorageNetAppStorageVmEvent>
fcpEnabled Boolean
ipspace String
isProtected String
iscsiEnabled Boolean
key String
modTime String
moid String
name String
nameServers List<String>
nativeFpolicyCount Double
nfsEnabled Boolean
nvmeEnabled Boolean
objectType String
owners List<String>
parent GetStorageNetAppStorageVmParent
permissionResources List<GetStorageNetAppStorageVmPermissionResource>
sharedScope String
state String
subtype String
tags List<GetStorageNetAppStorageVmTag>
uuid String
versionContext GetStorageNetAppStorageVmVersionContext
id str
results Sequence[GetStorageNetAppStorageVmResult]
account_moid str
additional_properties str
aggregates Sequence[str]
ancestors Sequence[GetStorageNetAppStorageVmAncestor]
array GetStorageNetAppStorageVmArray
avg_performance_metrics GetStorageNetAppStorageVmAvgPerformanceMetrics
cifs_enabled bool
class_id str
create_time str
disk_pools Sequence[GetStorageNetAppStorageVmDiskPool]
dns_domains Sequence[str]
domain_group_moid str
events Sequence[GetStorageNetAppStorageVmEvent]
fcp_enabled bool
ipspace str
is_protected str
iscsi_enabled bool
key str
mod_time str
moid str
name str
name_servers Sequence[str]
native_fpolicy_count float
nfs_enabled bool
nvme_enabled bool
object_type str
owners Sequence[str]
parent GetStorageNetAppStorageVmParent
permission_resources Sequence[GetStorageNetAppStorageVmPermissionResource]
shared_scope str
state str
subtype str
tags Sequence[GetStorageNetAppStorageVmTag]
uuid str
version_context GetStorageNetAppStorageVmVersionContext

Supporting Types

GetStorageNetAppStorageVmAncestor

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

GetStorageNetAppStorageVmArray

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

GetStorageNetAppStorageVmAvgPerformanceMetrics

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
Iops double
Rate of I/O operations observed at the storage object.
Latency double
Latency observed at the storage object.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
Period double
Duration of periodic aggregation, in hours.
Throughput double
Throughput observed at the storage object.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
Iops float64
Rate of I/O operations observed at the storage object.
Latency float64
Latency observed at the storage object.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
Period float64
Duration of periodic aggregation, in hours.
Throughput float64
Throughput observed at the storage object.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
iops Double
Rate of I/O operations observed at the storage object.
latency Double
Latency observed at the storage object.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
period Double
Duration of periodic aggregation, in hours.
throughput Double
Throughput observed at the storage object.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
iops number
Rate of I/O operations observed at the storage object.
latency number
Latency observed at the storage object.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
period number
Duration of periodic aggregation, in hours.
throughput number
Throughput observed at the storage object.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
iops float
Rate of I/O operations observed at the storage object.
latency float
Latency observed at the storage object.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
period float
Duration of periodic aggregation, in hours.
throughput float
Throughput observed at the storage object.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
iops Number
Rate of I/O operations observed at the storage object.
latency Number
Latency observed at the storage object.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
period Number
Duration of periodic aggregation, in hours.
throughput Number
Throughput observed at the storage object.

GetStorageNetAppStorageVmDiskPool

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

GetStorageNetAppStorageVmEvent

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

GetStorageNetAppStorageVmParent

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

GetStorageNetAppStorageVmPermissionResource

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

GetStorageNetAppStorageVmResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Aggregates This property is required. List<string>
Ancestors This property is required. List<GetStorageNetAppStorageVmResultAncestor>
Arrays This property is required. List<GetStorageNetAppStorageVmResultArray>
AvgPerformanceMetrics This property is required. List<GetStorageNetAppStorageVmResultAvgPerformanceMetric>
CifsEnabled This property is required. bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DiskPools This property is required. List<GetStorageNetAppStorageVmResultDiskPool>
DnsDomains This property is required. List<string>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. List<GetStorageNetAppStorageVmResultEvent>
FcpEnabled This property is required. bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
Ipspace This property is required. string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
IsProtected This property is required. string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
IscsiEnabled This property is required. bool
Status for iSCSI protocol allowed to run on Vservers.
Key This property is required. string
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
NameServers This property is required. List<string>
NativeFpolicyCount This property is required. double
The number of native FPolicy engines enabled on this SVM.
NfsEnabled This property is required. bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
NvmeEnabled This property is required. bool
Status for NVME protocol allowed to run on Vservers.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetStorageNetAppStorageVmResultParent>
PermissionResources This property is required. List<GetStorageNetAppStorageVmResultPermissionResource>
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.
State This property is required. string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
Subtype This property is required. string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
Tags This property is required. List<GetStorageNetAppStorageVmResultTag>
Uuid This property is required. string
The uuid of this tenant in storage array.
VersionContexts This property is required. List<GetStorageNetAppStorageVmResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Aggregates This property is required. []string
Ancestors This property is required. []GetStorageNetAppStorageVmResultAncestor
Arrays This property is required. []GetStorageNetAppStorageVmResultArray
AvgPerformanceMetrics This property is required. []GetStorageNetAppStorageVmResultAvgPerformanceMetric
CifsEnabled This property is required. bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DiskPools This property is required. []GetStorageNetAppStorageVmResultDiskPool
DnsDomains This property is required. []string
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. []GetStorageNetAppStorageVmResultEvent
FcpEnabled This property is required. bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
Ipspace This property is required. string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
IsProtected This property is required. string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
IscsiEnabled This property is required. bool
Status for iSCSI protocol allowed to run on Vservers.
Key This property is required. string
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
NameServers This property is required. []string
NativeFpolicyCount This property is required. float64
The number of native FPolicy engines enabled on this SVM.
NfsEnabled This property is required. bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
NvmeEnabled This property is required. bool
Status for NVME protocol allowed to run on Vservers.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetStorageNetAppStorageVmResultParent
PermissionResources This property is required. []GetStorageNetAppStorageVmResultPermissionResource
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.
State This property is required. string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
Subtype This property is required. string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
Tags This property is required. []GetStorageNetAppStorageVmResultTag
Uuid This property is required. string
The uuid of this tenant in storage array.
VersionContexts This property is required. []GetStorageNetAppStorageVmResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
aggregates This property is required. List<String>
ancestors This property is required. List<GetStorageNetAppStorageVmResultAncestor>
arrays This property is required. List<GetStorageNetAppStorageVmResultArray>
avgPerformanceMetrics This property is required. List<GetStorageNetAppStorageVmResultAvgPerformanceMetric>
cifsEnabled This property is required. Boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
diskPools This property is required. List<GetStorageNetAppStorageVmResultDiskPool>
dnsDomains This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<GetStorageNetAppStorageVmResultEvent>
fcpEnabled This property is required. Boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
ipspace This property is required. String
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected This property is required. String
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled This property is required. Boolean
Status for iSCSI protocol allowed to run on Vservers.
key This property is required. String
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
nameServers This property is required. List<String>
nativeFpolicyCount This property is required. Double
The number of native FPolicy engines enabled on this SVM.
nfsEnabled This property is required. Boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled This property is required. Boolean
Status for NVME protocol allowed to run on Vservers.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetStorageNetAppStorageVmResultParent>
permissionResources This property is required. List<GetStorageNetAppStorageVmResultPermissionResource>
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.
state This property is required. String
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype This property is required. String
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags This property is required. List<GetStorageNetAppStorageVmResultTag>
uuid This property is required. String
The uuid of this tenant in storage array.
versionContexts This property is required. List<GetStorageNetAppStorageVmResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
aggregates This property is required. string[]
ancestors This property is required. GetStorageNetAppStorageVmResultAncestor[]
arrays This property is required. GetStorageNetAppStorageVmResultArray[]
avgPerformanceMetrics This property is required. GetStorageNetAppStorageVmResultAvgPerformanceMetric[]
cifsEnabled This property is required. boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
diskPools This property is required. GetStorageNetAppStorageVmResultDiskPool[]
dnsDomains This property is required. string[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
events This property is required. GetStorageNetAppStorageVmResultEvent[]
fcpEnabled This property is required. boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
ipspace This property is required. string
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected This property is required. string
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled This property is required. boolean
Status for iSCSI protocol allowed to run on Vservers.
key This property is required. string
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
nameServers This property is required. string[]
nativeFpolicyCount This property is required. number
The number of native FPolicy engines enabled on this SVM.
nfsEnabled This property is required. boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled This property is required. boolean
Status for NVME protocol allowed to run on Vservers.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetStorageNetAppStorageVmResultParent[]
permissionResources This property is required. GetStorageNetAppStorageVmResultPermissionResource[]
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.
state This property is required. string
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype This property is required. string
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags This property is required. GetStorageNetAppStorageVmResultTag[]
uuid This property is required. string
The uuid of this tenant in storage array.
versionContexts This property is required. GetStorageNetAppStorageVmResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
aggregates This property is required. Sequence[str]
ancestors This property is required. Sequence[GetStorageNetAppStorageVmResultAncestor]
arrays This property is required. Sequence[GetStorageNetAppStorageVmResultArray]
avg_performance_metrics This property is required. Sequence[GetStorageNetAppStorageVmResultAvgPerformanceMetric]
cifs_enabled This property is required. bool
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
disk_pools This property is required. Sequence[GetStorageNetAppStorageVmResultDiskPool]
dns_domains This property is required. Sequence[str]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
events This property is required. Sequence[GetStorageNetAppStorageVmResultEvent]
fcp_enabled This property is required. bool
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
ipspace This property is required. str
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
is_protected This property is required. str
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsi_enabled This property is required. bool
Status for iSCSI protocol allowed to run on Vservers.
key This property is required. str
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
name_servers This property is required. Sequence[str]
native_fpolicy_count This property is required. float
The number of native FPolicy engines enabled on this SVM.
nfs_enabled This property is required. bool
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvme_enabled This property is required. bool
Status for NVME protocol allowed to run on Vservers.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetStorageNetAppStorageVmResultParent]
permission_resources This property is required. Sequence[GetStorageNetAppStorageVmResultPermissionResource]
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.
state This property is required. str
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype This property is required. str
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags This property is required. Sequence[GetStorageNetAppStorageVmResultTag]
uuid This property is required. str
The uuid of this tenant in storage array.
version_contexts This property is required. Sequence[GetStorageNetAppStorageVmResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
aggregates This property is required. List<String>
ancestors This property is required. List<Property Map>
arrays This property is required. List<Property Map>
avgPerformanceMetrics This property is required. List<Property Map>
cifsEnabled This property is required. Boolean
Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
diskPools This property is required. List<Property Map>
dnsDomains This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<Property Map>
fcpEnabled This property is required. Boolean
Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
ipspace This property is required. String
IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.
isProtected This property is required. String
Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.
iscsiEnabled This property is required. Boolean
Status for iSCSI protocol allowed to run on Vservers.
key This property is required. String
Unique identifier of VServer across data center.
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
Name of the tenant in storage array.
nameServers This property is required. List<String>
nativeFpolicyCount This property is required. Number
The number of native FPolicy engines enabled on this SVM.
nfsEnabled This property is required. Boolean
Status for Network File System Protocol ( NFS ) allowed to run on Vservers.
nvmeEnabled This property is required. Boolean
Status for NVME protocol allowed to run on Vservers.
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>
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.
state This property is required. String
The state of this tenant.* Unknown - Component state is not available.* Starting - Component is being started.* Running - Component is currently running.* Stopping - Component is being stopped.* Stopped - Component has been stopped.* Deleting - Component deletion is in progress.
subtype This property is required. String
SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.
tags This property is required. List<Property Map>
uuid This property is required. String
The uuid of this tenant in storage array.
versionContexts This property is required. List<Property Map>

GetStorageNetAppStorageVmResultAncestor

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

GetStorageNetAppStorageVmResultArray

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

GetStorageNetAppStorageVmResultAvgPerformanceMetric

AdditionalProperties This property is required. string
ClassId This property is required. string
Iops This property is required. double
Latency This property is required. double
ObjectType This property is required. string
Period This property is required. double
Throughput This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Iops This property is required. float64
Latency This property is required. float64
ObjectType This property is required. string
Period This property is required. float64
Throughput This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
iops This property is required. Double
latency This property is required. Double
objectType This property is required. String
period This property is required. Double
throughput This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
iops This property is required. number
latency This property is required. number
objectType This property is required. string
period This property is required. number
throughput This property is required. number
additional_properties This property is required. str
class_id This property is required. str
iops This property is required. float
latency This property is required. float
object_type This property is required. str
period This property is required. float
throughput This property is required. float
additionalProperties This property is required. String
classId This property is required. String
iops This property is required. Number
latency This property is required. Number
objectType This property is required. String
period This property is required. Number
throughput This property is required. Number

GetStorageNetAppStorageVmResultDiskPool

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

GetStorageNetAppStorageVmResultEvent

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

GetStorageNetAppStorageVmResultParent

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

GetStorageNetAppStorageVmResultPermissionResource

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

GetStorageNetAppStorageVmResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Unique identifier of VServer across data center.
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Unique identifier of VServer across data center.
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
Unique identifier of VServer across data center.
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
Unique identifier of VServer across data center.
value This property is required. string
additional_properties This property is required. str
key This property is required. str
Unique identifier of VServer across data center.
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
Unique identifier of VServer across data center.
value This property is required. String

GetStorageNetAppStorageVmResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetStorageNetAppStorageVmResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetStorageNetAppStorageVmResultVersionContextRefMo>
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. []GetStorageNetAppStorageVmResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetStorageNetAppStorageVmResultVersionContextRefMo
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<GetStorageNetAppStorageVmResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetStorageNetAppStorageVmResultVersionContextRefMo>
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. GetStorageNetAppStorageVmResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetStorageNetAppStorageVmResultVersionContextRefMo[]
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[GetStorageNetAppStorageVmResultVersionContextInterestedMo]
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[GetStorageNetAppStorageVmResultVersionContextRefMo]
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

GetStorageNetAppStorageVmResultVersionContextInterestedMo

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

GetStorageNetAppStorageVmResultVersionContextRefMo

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

GetStorageNetAppStorageVmTag

AdditionalProperties string
Key string
Unique identifier of VServer across data center.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
Unique identifier of VServer across data center.
Value string
The string representation of a tag value.
additionalProperties String
key String
Unique identifier of VServer across data center.
value String
The string representation of a tag value.
additionalProperties string
key string
Unique identifier of VServer across data center.
value string
The string representation of a tag value.
additional_properties str
key str
Unique identifier of VServer across data center.
value str
The string representation of a tag value.
additionalProperties String
key String
Unique identifier of VServer across data center.
value String
The string representation of a tag value.

GetStorageNetAppStorageVmVersionContext

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<GetStorageNetAppStorageVmVersionContextInterestedMo>
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 GetStorageNetAppStorageVmVersionContextRefMo
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 []GetStorageNetAppStorageVmVersionContextInterestedMo
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 GetStorageNetAppStorageVmVersionContextRefMo
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<GetStorageNetAppStorageVmVersionContextInterestedMo>
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 GetStorageNetAppStorageVmVersionContextRefMo
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 GetStorageNetAppStorageVmVersionContextInterestedMo[]
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 GetStorageNetAppStorageVmVersionContextRefMo
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[GetStorageNetAppStorageVmVersionContextInterestedMo]
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 GetStorageNetAppStorageVmVersionContextRefMo
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.

GetStorageNetAppStorageVmVersionContextInterestedMo

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

GetStorageNetAppStorageVmVersionContextRefMo

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.