intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageNetAppStorageVm
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupStorageNetAppStorageVm(ctx *Context, args *LookupStorageNetAppStorageVmArgs, opts ...InvokeOption) (*LookupStorageNetAppStorageVmResult, error)
func LookupStorageNetAppStorageVmOutput(ctx *Context, args *LookupStorageNetAppStorageVmOutputArgs, opts ...InvokeOption) LookupStorageNetAppStorageVmResultOutput> 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)
}public static CompletableFuture<GetStorageNetAppStorageVmResult> getStorageNetAppStorageVm(GetStorageNetAppStorageVmArgs args, InvokeOptions options)
public static Output<GetStorageNetAppStorageVmResult> getStorageNetAppStorageVm(GetStorageNetAppStorageVmArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageNetAppStorageVm:getStorageNetAppStorageVm
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Aggregates List<string>
- Ancestors
List<GetStorage Net App Storage Vm Ancestor> 
- Array
GetStorage Net App Storage Vm Array 
- AvgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- 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<GetStorage Net App Storage Vm Disk Pool> 
- DnsDomains List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
List<GetStorage Net App Storage Vm Event> 
- 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>
- NativeFpolicy doubleCount 
- 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
GetStorage Net App Storage Vm Parent 
- PermissionResources List<GetStorage Net App Storage Vm Permission Resource> 
- 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.
- 
List<GetStorage Net App Storage Vm Tag> 
- Uuid string
- The uuid of this tenant in storage array.
- VersionContext GetStorage Net App Storage Vm Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Aggregates []string
- Ancestors
[]GetStorage Net App Storage Vm Ancestor 
- Array
GetStorage Net App Storage Vm Array 
- AvgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- 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 []GetStorage Net App Storage Vm Disk Pool 
- DnsDomains []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
[]GetStorage Net App Storage Vm Event 
- 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
- NativeFpolicy float64Count 
- 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
GetStorage Net App Storage Vm Parent 
- PermissionResources []GetStorage Net App Storage Vm Permission Resource 
- 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.
- 
[]GetStorage Net App Storage Vm Tag 
- Uuid string
- The uuid of this tenant in storage array.
- VersionContext GetStorage Net App Storage Vm Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregates List<String>
- ancestors
List<GetStorage Net App Storage Vm Ancestor> 
- array
GetStorage Net App Storage Vm Array 
- avgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- 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<GetStorage Net App Storage Vm Disk Pool> 
- dnsDomains List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- events
List<GetStorage Net App Storage Vm Event> 
- 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>
- nativeFpolicy DoubleCount 
- 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
GetStorage Net App Storage Vm Parent 
- permissionResources List<GetStorage Net App Storage Vm Permission Resource> 
- 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.
- 
List<GetStorage Net App Storage Vm Tag> 
- uuid String
- The uuid of this tenant in storage array.
- versionContext GetStorage Net App Storage Vm Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregates string[]
- ancestors
GetStorage Net App Storage Vm Ancestor[] 
- array
GetStorage Net App Storage Vm Array 
- avgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- 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 GetStorage Net App Storage Vm Disk Pool[] 
- dnsDomains string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- events
GetStorage Net App Storage Vm Event[] 
- 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[]
- nativeFpolicy numberCount 
- 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
GetStorage Net App Storage Vm Parent 
- permissionResources GetStorage Net App Storage Vm Permission Resource[] 
- 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.
- 
GetStorage Net App Storage Vm Tag[] 
- uuid string
- The uuid of this tenant in storage array.
- versionContext GetStorage Net App Storage Vm Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregates Sequence[str]
- ancestors
Sequence[GetStorage Net App Storage Vm Ancestor] 
- array
GetStorage Net App Storage Vm Array 
- avg_performance_ Getmetrics Storage Net App Storage Vm Avg Performance Metrics 
- 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[GetStorage Net App Storage Vm Disk Pool] 
- dns_domains Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- events
Sequence[GetStorage Net App Storage Vm Event] 
- 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_ floatcount 
- 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
GetStorage Net App Storage Vm Parent 
- permission_resources Sequence[GetStorage Net App Storage Vm Permission Resource] 
- 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.
- 
Sequence[GetStorage Net App Storage Vm Tag] 
- uuid str
- The uuid of this tenant in storage array.
- version_context GetStorage Net App Storage Vm Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregates List<String>
- ancestors List<Property Map>
- array Property Map
- avgPerformance Property MapMetrics 
- 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>
- domainGroup StringMoid 
- 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>
- nativeFpolicy NumberCount 
- 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>
- 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.
- 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<GetStorage Net App Storage Vm Result> 
- AccountMoid string
- AdditionalProperties string
- Aggregates List<string>
- Ancestors
List<GetStorage Net App Storage Vm Ancestor> 
- Array
GetStorage Net App Storage Vm Array 
- AvgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- CifsEnabled bool
- ClassId string
- CreateTime string
- DiskPools List<GetStorage Net App Storage Vm Disk Pool> 
- DnsDomains List<string>
- DomainGroup stringMoid 
- Events
List<GetStorage Net App Storage Vm Event> 
- FcpEnabled bool
- Ipspace string
- IsProtected string
- IscsiEnabled bool
- Key string
- ModTime string
- Moid string
- Name string
- NameServers List<string>
- NativeFpolicy doubleCount 
- NfsEnabled bool
- NvmeEnabled bool
- ObjectType string
- Owners List<string>
- Parent
GetStorage Net App Storage Vm Parent 
- PermissionResources List<GetStorage Net App Storage Vm Permission Resource> 
- string
- State string
- Subtype string
- 
List<GetStorage Net App Storage Vm Tag> 
- Uuid string
- VersionContext GetStorage Net App Storage Vm Version Context 
- Id string
- Results
[]GetStorage Net App Storage Vm Result 
- AccountMoid string
- AdditionalProperties string
- Aggregates []string
- Ancestors
[]GetStorage Net App Storage Vm Ancestor 
- Array
GetStorage Net App Storage Vm Array 
- AvgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- CifsEnabled bool
- ClassId string
- CreateTime string
- DiskPools []GetStorage Net App Storage Vm Disk Pool 
- DnsDomains []string
- DomainGroup stringMoid 
- Events
[]GetStorage Net App Storage Vm Event 
- FcpEnabled bool
- Ipspace string
- IsProtected string
- IscsiEnabled bool
- Key string
- ModTime string
- Moid string
- Name string
- NameServers []string
- NativeFpolicy float64Count 
- NfsEnabled bool
- NvmeEnabled bool
- ObjectType string
- Owners []string
- Parent
GetStorage Net App Storage Vm Parent 
- PermissionResources []GetStorage Net App Storage Vm Permission Resource 
- string
- State string
- Subtype string
- 
[]GetStorage Net App Storage Vm Tag 
- Uuid string
- VersionContext GetStorage Net App Storage Vm Version Context 
- id String
- results
List<GetStorage Net App Storage Vm Result> 
- accountMoid String
- additionalProperties String
- aggregates List<String>
- ancestors
List<GetStorage Net App Storage Vm Ancestor> 
- array
GetStorage Net App Storage Vm Array 
- avgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- cifsEnabled Boolean
- classId String
- createTime String
- diskPools List<GetStorage Net App Storage Vm Disk Pool> 
- dnsDomains List<String>
- domainGroup StringMoid 
- events
List<GetStorage Net App Storage Vm Event> 
- fcpEnabled Boolean
- ipspace String
- isProtected String
- iscsiEnabled Boolean
- key String
- modTime String
- moid String
- name String
- nameServers List<String>
- nativeFpolicy DoubleCount 
- nfsEnabled Boolean
- nvmeEnabled Boolean
- objectType String
- owners List<String>
- parent
GetStorage Net App Storage Vm Parent 
- permissionResources List<GetStorage Net App Storage Vm Permission Resource> 
- String
- state String
- subtype String
- 
List<GetStorage Net App Storage Vm Tag> 
- uuid String
- versionContext GetStorage Net App Storage Vm Version Context 
- id string
- results
GetStorage Net App Storage Vm Result[] 
- accountMoid string
- additionalProperties string
- aggregates string[]
- ancestors
GetStorage Net App Storage Vm Ancestor[] 
- array
GetStorage Net App Storage Vm Array 
- avgPerformance GetMetrics Storage Net App Storage Vm Avg Performance Metrics 
- cifsEnabled boolean
- classId string
- createTime string
- diskPools GetStorage Net App Storage Vm Disk Pool[] 
- dnsDomains string[]
- domainGroup stringMoid 
- events
GetStorage Net App Storage Vm Event[] 
- fcpEnabled boolean
- ipspace string
- isProtected string
- iscsiEnabled boolean
- key string
- modTime string
- moid string
- name string
- nameServers string[]
- nativeFpolicy numberCount 
- nfsEnabled boolean
- nvmeEnabled boolean
- objectType string
- owners string[]
- parent
GetStorage Net App Storage Vm Parent 
- permissionResources GetStorage Net App Storage Vm Permission Resource[] 
- string
- state string
- subtype string
- 
GetStorage Net App Storage Vm Tag[] 
- uuid string
- versionContext GetStorage Net App Storage Vm Version Context 
- id str
- results
Sequence[GetStorage Net App Storage Vm Result] 
- account_moid str
- additional_properties str
- aggregates Sequence[str]
- ancestors
Sequence[GetStorage Net App Storage Vm Ancestor] 
- array
GetStorage Net App Storage Vm Array 
- avg_performance_ Getmetrics Storage Net App Storage Vm Avg Performance Metrics 
- cifs_enabled bool
- class_id str
- create_time str
- disk_pools Sequence[GetStorage Net App Storage Vm Disk Pool] 
- dns_domains Sequence[str]
- domain_group_ strmoid 
- events
Sequence[GetStorage Net App Storage Vm Event] 
- 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_ floatcount 
- nfs_enabled bool
- nvme_enabled bool
- object_type str
- owners Sequence[str]
- parent
GetStorage Net App Storage Vm Parent 
- permission_resources Sequence[GetStorage Net App Storage Vm Permission Resource] 
- str
- state str
- subtype str
- 
Sequence[GetStorage Net App Storage Vm Tag] 
- uuid str
- version_context GetStorage Net App Storage Vm Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- aggregates List<String>
- ancestors List<Property Map>
- array Property Map
- avgPerformance Property MapMetrics 
- cifsEnabled Boolean
- classId String
- createTime String
- diskPools List<Property Map>
- dnsDomains List<String>
- domainGroup StringMoid 
- events List<Property Map>
- fcpEnabled Boolean
- ipspace String
- isProtected String
- iscsiEnabled Boolean
- key String
- modTime String
- moid String
- name String
- nameServers List<String>
- nativeFpolicy NumberCount 
- nfsEnabled Boolean
- nvmeEnabled Boolean
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- state String
- subtype String
- List<Property Map>
- uuid String
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 string
- The Account ID for this managed object.
- AdditionalProperties string
- Aggregates List<string>
- Ancestors
List<GetStorage Net App Storage Vm Result Ancestor> 
- Arrays
List<GetStorage Net App Storage Vm Result Array> 
- AvgPerformance List<GetMetrics Storage Net App Storage Vm Result Avg Performance Metric> 
- 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<GetStorage Net App Storage Vm Result Disk Pool> 
- DnsDomains List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
List<GetStorage Net App Storage Vm Result Event> 
- FcpEnabled bool
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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>
- NativeFpolicy doubleCount 
- 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>
- Parents
List<GetStorage Net App Storage Vm Result Parent> 
- PermissionResources List<GetStorage Net App Storage Vm Result Permission Resource> 
- 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.
- 
List<GetStorage Net App Storage Vm Result Tag> 
- Uuid string
- The uuid of this tenant in storage array.
- VersionContexts List<GetStorage Net App Storage Vm Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Aggregates []string
- Ancestors
[]GetStorage Net App Storage Vm Result Ancestor 
- Arrays
[]GetStorage Net App Storage Vm Result Array 
- AvgPerformance []GetMetrics Storage Net App Storage Vm Result Avg Performance Metric 
- 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 []GetStorage Net App Storage Vm Result Disk Pool 
- DnsDomains []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
[]GetStorage Net App Storage Vm Result Event 
- FcpEnabled bool
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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
- NativeFpolicy float64Count 
- 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
- Parents
[]GetStorage Net App Storage Vm Result Parent 
- PermissionResources []GetStorage Net App Storage Vm Result Permission Resource 
- 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.
- 
[]GetStorage Net App Storage Vm Result Tag 
- Uuid string
- The uuid of this tenant in storage array.
- VersionContexts []GetStorage Net App Storage Vm Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregates List<String>
- ancestors
List<GetStorage Net App Storage Vm Result Ancestor> 
- arrays
List<GetStorage Net App Storage Vm Result Array> 
- avgPerformance List<GetMetrics Storage Net App Storage Vm Result Avg Performance Metric> 
- 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<GetStorage Net App Storage Vm Result Disk Pool> 
- dnsDomains List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- events
List<GetStorage Net App Storage Vm Result Event> 
- fcpEnabled Boolean
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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>
- nativeFpolicy DoubleCount 
- 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>
- parents
List<GetStorage Net App Storage Vm Result Parent> 
- permissionResources List<GetStorage Net App Storage Vm Result Permission Resource> 
- 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.
- 
List<GetStorage Net App Storage Vm Result Tag> 
- uuid String
- The uuid of this tenant in storage array.
- versionContexts List<GetStorage Net App Storage Vm Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregates string[]
- ancestors
GetStorage Net App Storage Vm Result Ancestor[] 
- arrays
GetStorage Net App Storage Vm Result Array[] 
- avgPerformance GetMetrics Storage Net App Storage Vm Result Avg Performance Metric[] 
- 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 GetStorage Net App Storage Vm Result Disk Pool[] 
- dnsDomains string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- events
GetStorage Net App Storage Vm Result Event[] 
- fcpEnabled boolean
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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[]
- nativeFpolicy numberCount 
- 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[]
- parents
GetStorage Net App Storage Vm Result Parent[] 
- permissionResources GetStorage Net App Storage Vm Result Permission Resource[] 
- 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.
- 
GetStorage Net App Storage Vm Result Tag[] 
- uuid string
- The uuid of this tenant in storage array.
- versionContexts GetStorage Net App Storage Vm Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregates Sequence[str]
- ancestors
Sequence[GetStorage Net App Storage Vm Result Ancestor] 
- arrays
Sequence[GetStorage Net App Storage Vm Result Array] 
- avg_performance_ Sequence[Getmetrics Storage Net App Storage Vm Result Avg Performance Metric] 
- 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[GetStorage Net App Storage Vm Result Disk Pool] 
- dns_domains Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- events
Sequence[GetStorage Net App Storage Vm Result Event] 
- fcp_enabled bool
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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_ floatcount 
- 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]
- parents
Sequence[GetStorage Net App Storage Vm Result Parent] 
- permission_resources Sequence[GetStorage Net App Storage Vm Result Permission Resource] 
- 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.
- 
Sequence[GetStorage Net App Storage Vm Result Tag] 
- uuid str
- The uuid of this tenant in storage array.
- version_contexts Sequence[GetStorage Net App Storage Vm Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregates List<String>
- ancestors List<Property Map>
- arrays List<Property Map>
- avgPerformance List<Property Map>Metrics 
- 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>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- events List<Property Map>
- fcpEnabled Boolean
- Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.
- 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>
- nativeFpolicy NumberCount 
- 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>
- parents List<Property Map>
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- uuid String
- The uuid of this tenant in storage array.
- versionContexts List<Property Map>
GetStorageNetAppStorageVmResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultArray       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultAvgPerformanceMetric         
- AdditionalProperties string
- ClassId string
- Iops double
- Latency double
- ObjectType string
- Period double
- Throughput double
- AdditionalProperties string
- ClassId string
- Iops float64
- Latency float64
- ObjectType string
- Period float64
- Throughput float64
- additionalProperties String
- classId String
- iops Double
- latency Double
- objectType String
- period Double
- throughput Double
- additionalProperties string
- classId string
- iops number
- latency number
- objectType string
- period number
- throughput number
- additional_properties str
- class_id str
- iops float
- latency float
- object_type str
- period float
- throughput float
- additionalProperties String
- classId String
- iops Number
- latency Number
- objectType String
- period Number
- throughput Number
GetStorageNetAppStorageVmResultDiskPool        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultEvent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultTag       
- AdditionalProperties string
- Key string
- Unique identifier of VServer across data center.
- Value string
- AdditionalProperties string
- Key string
- Unique identifier of VServer across data center.
- Value string
- additionalProperties String
- key String
- Unique identifier of VServer across data center.
- value String
- additionalProperties string
- key string
- Unique identifier of VServer across data center.
- value string
- additional_properties str
- key str
- Unique identifier of VServer across data center.
- value str
- additionalProperties String
- key String
- Unique identifier of VServer across data center.
- value String
GetStorageNetAppStorageVmResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageNetAppStorageVmResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageNetAppStorageVmResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetStorage Net App Storage Vm Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetStorage Net App Storage Vm Version Context Ref Mo 
- 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 []GetStorage Net App Storage Vm Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetStorage Net App Storage Vm Version Context Ref Mo 
- 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<GetStorage Net App Storage Vm Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetStorage Net App Storage Vm Version Context Ref Mo 
- 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 GetStorage Net App Storage Vm Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetStorage Net App Storage Vm Version Context Ref Mo 
- 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[GetStorage Net App Storage Vm Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetStorage Net App Storage Vm Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet