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

intersight.getStorageNetAppCluster

Explore with Pulumi AI

NetApp cluster consists of one or more nodes grouped together as HA pairs to form a scalable cluster.

Using getStorageNetAppCluster

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 getStorageNetAppCluster(args: GetStorageNetAppClusterArgs, opts?: InvokeOptions): Promise<GetStorageNetAppClusterResult>
function getStorageNetAppClusterOutput(args: GetStorageNetAppClusterOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppClusterResult>
Copy
def get_storage_net_app_cluster(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetStorageNetAppClusterAncestor]] = None,
                                auto_support: Optional[GetStorageNetAppClusterAutoSupport] = None,
                                avg_performance_metrics: Optional[GetStorageNetAppClusterAvgPerformanceMetrics] = None,
                                class_id: Optional[str] = None,
                                cluster_efficiency: Optional[GetStorageNetAppClusterClusterEfficiency] = None,
                                cluster_health_status: Optional[str] = None,
                                create_time: Optional[str] = None,
                                default_admin_locked: Optional[bool] = None,
                                device_location: Optional[GetStorageNetAppClusterDeviceLocation] = None,
                                device_mo_id: Optional[str] = None,
                                device_type: Optional[str] = None,
                                dn: Optional[str] = None,
                                dns_domains: Optional[Sequence[str]] = None,
                                domain_group_moid: Optional[str] = None,
                                events: Optional[Sequence[GetStorageNetAppClusterEvent]] = None,
                                fips_compliant: Optional[bool] = None,
                                hardware_version: Optional[str] = None,
                                id: Optional[str] = None,
                                insecure_ciphers: Optional[float] = None,
                                is_upgraded: Optional[bool] = None,
                                key: Optional[str] = None,
                                location: Optional[str] = None,
                                management_addresses: Optional[Sequence[str]] = None,
                                mod_time: Optional[str] = None,
                                model: Optional[str] = None,
                                moid: Optional[str] = None,
                                name: Optional[str] = None,
                                name_servers: Optional[Sequence[str]] = None,
                                nr_version: Optional[str] = None,
                                ntp_servers: Optional[Sequence[str]] = None,
                                object_type: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetStorageNetAppClusterParent] = None,
                                permission_resources: Optional[Sequence[GetStorageNetAppClusterPermissionResource]] = None,
                                presence: Optional[str] = None,
                                previous_fru: Optional[GetStorageNetAppClusterPreviousFru] = None,
                                registered_device: Optional[GetStorageNetAppClusterRegisteredDevice] = None,
                                revision: Optional[str] = None,
                                rn: Optional[str] = None,
                                rsh_enabled: Optional[bool] = None,
                                serial: Optional[str] = None,
                                shared_scope: Optional[str] = None,
                                storage_utilization: Optional[GetStorageNetAppClusterStorageUtilization] = None,
                                tags: Optional[Sequence[GetStorageNetAppClusterTag]] = None,
                                telnet_enabled: Optional[bool] = None,
                                uuid: Optional[str] = None,
                                vendor: Optional[str] = None,
                                version_context: Optional[GetStorageNetAppClusterVersionContext] = None,
                                version_generation: Optional[float] = None,
                                version_major: Optional[float] = None,
                                version_minor: Optional[float] = None,
                                opts: Optional[InvokeOptions] = None) -> GetStorageNetAppClusterResult
def get_storage_net_app_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppClusterAncestorArgs]]]] = None,
                                auto_support: Optional[pulumi.Input[GetStorageNetAppClusterAutoSupportArgs]] = None,
                                avg_performance_metrics: Optional[pulumi.Input[GetStorageNetAppClusterAvgPerformanceMetricsArgs]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                cluster_efficiency: Optional[pulumi.Input[GetStorageNetAppClusterClusterEfficiencyArgs]] = None,
                                cluster_health_status: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                default_admin_locked: Optional[pulumi.Input[bool]] = None,
                                device_location: Optional[pulumi.Input[GetStorageNetAppClusterDeviceLocationArgs]] = None,
                                device_mo_id: Optional[pulumi.Input[str]] = None,
                                device_type: Optional[pulumi.Input[str]] = None,
                                dn: Optional[pulumi.Input[str]] = 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[GetStorageNetAppClusterEventArgs]]]] = None,
                                fips_compliant: Optional[pulumi.Input[bool]] = None,
                                hardware_version: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                insecure_ciphers: Optional[pulumi.Input[float]] = None,
                                is_upgraded: Optional[pulumi.Input[bool]] = None,
                                key: Optional[pulumi.Input[str]] = None,
                                location: Optional[pulumi.Input[str]] = None,
                                management_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                model: 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,
                                nr_version: Optional[pulumi.Input[str]] = None,
                                ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetStorageNetAppClusterParentArgs]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppClusterPermissionResourceArgs]]]] = None,
                                presence: Optional[pulumi.Input[str]] = None,
                                previous_fru: Optional[pulumi.Input[GetStorageNetAppClusterPreviousFruArgs]] = None,
                                registered_device: Optional[pulumi.Input[GetStorageNetAppClusterRegisteredDeviceArgs]] = None,
                                revision: Optional[pulumi.Input[str]] = None,
                                rn: Optional[pulumi.Input[str]] = None,
                                rsh_enabled: Optional[pulumi.Input[bool]] = None,
                                serial: Optional[pulumi.Input[str]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                storage_utilization: Optional[pulumi.Input[GetStorageNetAppClusterStorageUtilizationArgs]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppClusterTagArgs]]]] = None,
                                telnet_enabled: Optional[pulumi.Input[bool]] = None,
                                uuid: Optional[pulumi.Input[str]] = None,
                                vendor: Optional[pulumi.Input[str]] = None,
                                version_context: Optional[pulumi.Input[GetStorageNetAppClusterVersionContextArgs]] = None,
                                version_generation: Optional[pulumi.Input[float]] = None,
                                version_major: Optional[pulumi.Input[float]] = None,
                                version_minor: Optional[pulumi.Input[float]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppClusterResult]
Copy
func LookupStorageNetAppCluster(ctx *Context, args *LookupStorageNetAppClusterArgs, opts ...InvokeOption) (*LookupStorageNetAppClusterResult, error)
func LookupStorageNetAppClusterOutput(ctx *Context, args *LookupStorageNetAppClusterOutputArgs, opts ...InvokeOption) LookupStorageNetAppClusterResultOutput
Copy

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

public static class GetStorageNetAppCluster 
{
    public static Task<GetStorageNetAppClusterResult> InvokeAsync(GetStorageNetAppClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageNetAppClusterResult> Invoke(GetStorageNetAppClusterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStorageNetAppClusterResult> getStorageNetAppCluster(GetStorageNetAppClusterArgs args, InvokeOptions options)
public static Output<GetStorageNetAppClusterResult> getStorageNetAppCluster(GetStorageNetAppClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getStorageNetAppCluster:getStorageNetAppCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetStorageNetAppClusterAncestor>
AutoSupport GetStorageNetAppClusterAutoSupport
AvgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
ClassId string
ClusterEfficiency GetStorageNetAppClusterClusterEfficiency
ClusterHealthStatus string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
CreateTime string
The time when this managed object was created.
DefaultAdminLocked bool
Indicates whether the default admin user is locked out.
DeviceLocation GetStorageNetAppClusterDeviceLocation
DeviceMoId string
The database identifier of the registered device of an object.
DeviceType string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DnsDomains List<string>
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events List<GetStorageNetAppClusterEvent>
FipsCompliant bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
HardwareVersion string
The hardware version of the device.
Id string
InsecureCiphers double
Number of SVMs on the cluster that use insecure ciphers.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Key string
Unique identifier of NetApp Cluster across data center.
Location string
Location of the storage controller.
ManagementAddresses List<string>
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Administrator defined name for the device.
NameServers List<string>
NrVersion string
Current running software version of the device.
NtpServers List<string>
ObjectType string
Owners List<string>
Parent GetStorageNetAppClusterParent
PermissionResources List<GetStorageNetAppClusterPermissionResource>
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetStorageNetAppClusterPreviousFru
RegisteredDevice GetStorageNetAppClusterRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
RshEnabled bool
Indicates whether or not rsh is enabled on the cluster.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageUtilization GetStorageNetAppClusterStorageUtilization
Tags List<GetStorageNetAppClusterTag>
TelnetEnabled bool
Indicates whether or not telnet is enabled on the cluster.
Uuid string
Unique identity of the device.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetStorageNetAppClusterVersionContext
VersionGeneration double
The generation portion of the version.
VersionMajor double
The major portion of the version.
VersionMinor double
The minor portion of the version.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetStorageNetAppClusterAncestor
AutoSupport GetStorageNetAppClusterAutoSupport
AvgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
ClassId string
ClusterEfficiency GetStorageNetAppClusterClusterEfficiency
ClusterHealthStatus string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
CreateTime string
The time when this managed object was created.
DefaultAdminLocked bool
Indicates whether the default admin user is locked out.
DeviceLocation GetStorageNetAppClusterDeviceLocation
DeviceMoId string
The database identifier of the registered device of an object.
DeviceType string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DnsDomains []string
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events []GetStorageNetAppClusterEvent
FipsCompliant bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
HardwareVersion string
The hardware version of the device.
Id string
InsecureCiphers float64
Number of SVMs on the cluster that use insecure ciphers.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Key string
Unique identifier of NetApp Cluster across data center.
Location string
Location of the storage controller.
ManagementAddresses []string
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Administrator defined name for the device.
NameServers []string
NrVersion string
Current running software version of the device.
NtpServers []string
ObjectType string
Owners []string
Parent GetStorageNetAppClusterParent
PermissionResources []GetStorageNetAppClusterPermissionResource
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetStorageNetAppClusterPreviousFru
RegisteredDevice GetStorageNetAppClusterRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
RshEnabled bool
Indicates whether or not rsh is enabled on the cluster.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageUtilization GetStorageNetAppClusterStorageUtilization
Tags []GetStorageNetAppClusterTag
TelnetEnabled bool
Indicates whether or not telnet is enabled on the cluster.
Uuid string
Unique identity of the device.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetStorageNetAppClusterVersionContext
VersionGeneration float64
The generation portion of the version.
VersionMajor float64
The major portion of the version.
VersionMinor float64
The minor portion of the version.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetStorageNetAppClusterAncestor>
autoSupport GetStorageNetAppClusterAutoSupport
avgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
classId String
clusterEfficiency GetStorageNetAppClusterClusterEfficiency
clusterHealthStatus String
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime String
The time when this managed object was created.
defaultAdminLocked Boolean
Indicates whether the default admin user is locked out.
deviceLocation GetStorageNetAppClusterDeviceLocation
deviceMoId String
The database identifier of the registered device of an object.
deviceType String
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn String
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<GetStorageNetAppClusterEvent>
fipsCompliant Boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion String
The hardware version of the device.
id String
insecureCiphers Double
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key String
Unique identifier of NetApp Cluster across data center.
location String
Location of the storage controller.
managementAddresses List<String>
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Administrator defined name for the device.
nameServers List<String>
nrVersion String
Current running software version of the device.
ntpServers List<String>
objectType String
owners List<String>
parent GetStorageNetAppClusterParent
permissionResources List<GetStorageNetAppClusterPermissionResource>
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetStorageNetAppClusterPreviousFru
registeredDevice GetStorageNetAppClusterRegisteredDevice
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
rshEnabled Boolean
Indicates whether or not rsh is enabled on the cluster.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilization GetStorageNetAppClusterStorageUtilization
tags List<GetStorageNetAppClusterTag>
telnetEnabled Boolean
Indicates whether or not telnet is enabled on the cluster.
uuid String
Unique identity of the device.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext GetStorageNetAppClusterVersionContext
versionGeneration Double
The generation portion of the version.
versionMajor Double
The major portion of the version.
versionMinor Double
The minor portion of the version.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetStorageNetAppClusterAncestor[]
autoSupport GetStorageNetAppClusterAutoSupport
avgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
classId string
clusterEfficiency GetStorageNetAppClusterClusterEfficiency
clusterHealthStatus string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime string
The time when this managed object was created.
defaultAdminLocked boolean
Indicates whether the default admin user is locked out.
deviceLocation GetStorageNetAppClusterDeviceLocation
deviceMoId string
The database identifier of the registered device of an object.
deviceType string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn string
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains string[]
domainGroupMoid string
The DomainGroup ID for this managed object.
events GetStorageNetAppClusterEvent[]
fipsCompliant boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion string
The hardware version of the device.
id string
insecureCiphers number
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key string
Unique identifier of NetApp Cluster across data center.
location string
Location of the storage controller.
managementAddresses string[]
modTime string
The time when this managed object was last modified.
model string
This field displays the model number of the associated component or hardware.
moid string
The unique identifier of this Managed Object instance.
name string
Administrator defined name for the device.
nameServers string[]
nrVersion string
Current running software version of the device.
ntpServers string[]
objectType string
owners string[]
parent GetStorageNetAppClusterParent
permissionResources GetStorageNetAppClusterPermissionResource[]
presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetStorageNetAppClusterPreviousFru
registeredDevice GetStorageNetAppClusterRegisteredDevice
revision string
This field displays the revised version of the associated component or hardware (if any).
rn string
The Relative Name uniquely identifies an object within a given context.
rshEnabled boolean
Indicates whether or not rsh is enabled on the cluster.
serial string
This field displays the serial number of the associated component or hardware.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilization GetStorageNetAppClusterStorageUtilization
tags GetStorageNetAppClusterTag[]
telnetEnabled boolean
Indicates whether or not telnet is enabled on the cluster.
uuid string
Unique identity of the device.
vendor string
This field displays the vendor information of the associated component or hardware.
versionContext GetStorageNetAppClusterVersionContext
versionGeneration number
The generation portion of the version.
versionMajor number
The major portion of the version.
versionMinor number
The minor portion of the version.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetStorageNetAppClusterAncestor]
auto_support GetStorageNetAppClusterAutoSupport
avg_performance_metrics GetStorageNetAppClusterAvgPerformanceMetrics
class_id str
cluster_efficiency GetStorageNetAppClusterClusterEfficiency
cluster_health_status str
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
create_time str
The time when this managed object was created.
default_admin_locked bool
Indicates whether the default admin user is locked out.
device_location GetStorageNetAppClusterDeviceLocation
device_mo_id str
The database identifier of the registered device of an object.
device_type str
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn str
The Distinguished Name unambiguously identifies an object in the system.
dns_domains Sequence[str]
domain_group_moid str
The DomainGroup ID for this managed object.
events Sequence[GetStorageNetAppClusterEvent]
fips_compliant bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardware_version str
The hardware version of the device.
id str
insecure_ciphers float
Number of SVMs on the cluster that use insecure ciphers.
is_upgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
key str
Unique identifier of NetApp Cluster across data center.
location str
Location of the storage controller.
management_addresses Sequence[str]
mod_time str
The time when this managed object was last modified.
model str
This field displays the model number of the associated component or hardware.
moid str
The unique identifier of this Managed Object instance.
name str
Administrator defined name for the device.
name_servers Sequence[str]
nr_version str
Current running software version of the device.
ntp_servers Sequence[str]
object_type str
owners Sequence[str]
parent GetStorageNetAppClusterParent
permission_resources Sequence[GetStorageNetAppClusterPermissionResource]
presence str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_fru GetStorageNetAppClusterPreviousFru
registered_device GetStorageNetAppClusterRegisteredDevice
revision str
This field displays the revised version of the associated component or hardware (if any).
rn str
The Relative Name uniquely identifies an object within a given context.
rsh_enabled bool
Indicates whether or not rsh is enabled on the cluster.
serial str
This field displays the serial number of the associated component or hardware.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storage_utilization GetStorageNetAppClusterStorageUtilization
tags Sequence[GetStorageNetAppClusterTag]
telnet_enabled bool
Indicates whether or not telnet is enabled on the cluster.
uuid str
Unique identity of the device.
vendor str
This field displays the vendor information of the associated component or hardware.
version_context GetStorageNetAppClusterVersionContext
version_generation float
The generation portion of the version.
version_major float
The major portion of the version.
version_minor float
The minor portion of the version.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
autoSupport Property Map
avgPerformanceMetrics Property Map
classId String
clusterEfficiency Property Map
clusterHealthStatus String
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime String
The time when this managed object was created.
defaultAdminLocked Boolean
Indicates whether the default admin user is locked out.
deviceLocation Property Map
deviceMoId String
The database identifier of the registered device of an object.
deviceType String
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn String
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<Property Map>
fipsCompliant Boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion String
The hardware version of the device.
id String
insecureCiphers Number
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key String
Unique identifier of NetApp Cluster across data center.
location String
Location of the storage controller.
managementAddresses List<String>
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Administrator defined name for the device.
nameServers List<String>
nrVersion String
Current running software version of the device.
ntpServers List<String>
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru Property Map
registeredDevice Property Map
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
rshEnabled Boolean
Indicates whether or not rsh is enabled on the cluster.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilization Property Map
tags List<Property Map>
telnetEnabled Boolean
Indicates whether or not telnet is enabled on the cluster.
uuid String
Unique identity of the device.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext Property Map
versionGeneration Number
The generation portion of the version.
versionMajor Number
The major portion of the version.
versionMinor Number
The minor portion of the version.

getStorageNetAppCluster Result

The following output properties are available:

Id string
Results List<GetStorageNetAppClusterResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetStorageNetAppClusterAncestor>
AutoSupport GetStorageNetAppClusterAutoSupport
AvgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
ClassId string
ClusterEfficiency GetStorageNetAppClusterClusterEfficiency
ClusterHealthStatus string
CreateTime string
DefaultAdminLocked bool
DeviceLocation GetStorageNetAppClusterDeviceLocation
DeviceMoId string
DeviceType string
Dn string
DnsDomains List<string>
DomainGroupMoid string
Events List<GetStorageNetAppClusterEvent>
FipsCompliant bool
HardwareVersion string
InsecureCiphers double
IsUpgraded bool
Key string
Location string
ManagementAddresses List<string>
ModTime string
Model string
Moid string
Name string
NameServers List<string>
NrVersion string
NtpServers List<string>
ObjectType string
Owners List<string>
Parent GetStorageNetAppClusterParent
PermissionResources List<GetStorageNetAppClusterPermissionResource>
Presence string
PreviousFru GetStorageNetAppClusterPreviousFru
RegisteredDevice GetStorageNetAppClusterRegisteredDevice
Revision string
Rn string
RshEnabled bool
Serial string
SharedScope string
StorageUtilization GetStorageNetAppClusterStorageUtilization
Tags List<GetStorageNetAppClusterTag>
TelnetEnabled bool
Uuid string
Vendor string
VersionContext GetStorageNetAppClusterVersionContext
VersionGeneration double
VersionMajor double
VersionMinor double
Id string
Results []GetStorageNetAppClusterResult
AccountMoid string
AdditionalProperties string
Ancestors []GetStorageNetAppClusterAncestor
AutoSupport GetStorageNetAppClusterAutoSupport
AvgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
ClassId string
ClusterEfficiency GetStorageNetAppClusterClusterEfficiency
ClusterHealthStatus string
CreateTime string
DefaultAdminLocked bool
DeviceLocation GetStorageNetAppClusterDeviceLocation
DeviceMoId string
DeviceType string
Dn string
DnsDomains []string
DomainGroupMoid string
Events []GetStorageNetAppClusterEvent
FipsCompliant bool
HardwareVersion string
InsecureCiphers float64
IsUpgraded bool
Key string
Location string
ManagementAddresses []string
ModTime string
Model string
Moid string
Name string
NameServers []string
NrVersion string
NtpServers []string
ObjectType string
Owners []string
Parent GetStorageNetAppClusterParent
PermissionResources []GetStorageNetAppClusterPermissionResource
Presence string
PreviousFru GetStorageNetAppClusterPreviousFru
RegisteredDevice GetStorageNetAppClusterRegisteredDevice
Revision string
Rn string
RshEnabled bool
Serial string
SharedScope string
StorageUtilization GetStorageNetAppClusterStorageUtilization
Tags []GetStorageNetAppClusterTag
TelnetEnabled bool
Uuid string
Vendor string
VersionContext GetStorageNetAppClusterVersionContext
VersionGeneration float64
VersionMajor float64
VersionMinor float64
id String
results List<GetStorageNetAppClusterResult>
accountMoid String
additionalProperties String
ancestors List<GetStorageNetAppClusterAncestor>
autoSupport GetStorageNetAppClusterAutoSupport
avgPerformanceMetrics GetStorageNetAppClusterAvgPerformanceMetrics
classId String
clusterEfficiency GetStorageNetAppClusterClusterEfficiency
clusterHealthStatus String
createTime String
defaultAdminLocked Boolean
deviceLocation GetStorageNetAppClusterDeviceLocation
deviceMoId String
deviceType String
dn String
dnsDomains List<String>
domainGroupMoid String
events List<GetStorageNetAppClusterEvent>
fipsCompliant Boolean
hardwareVersion String
insecureCiphers Double
isUpgraded Boolean
key String
location String
managementAddresses List<String>
modTime String
model String
moid String
name String
nameServers List<String>
nrVersion String
ntpServers List<String>
objectType String
owners List<String>
parent GetStorageNetAppClusterParent
permissionResources List<GetStorageNetAppClusterPermissionResource>
presence String
previousFru GetStorageNetAppClusterPreviousFru
registeredDevice GetStorageNetAppClusterRegisteredDevice
revision String
rn String
rshEnabled Boolean
serial String
sharedScope String
storageUtilization GetStorageNetAppClusterStorageUtilization
tags List<GetStorageNetAppClusterTag>
telnetEnabled Boolean
uuid String
vendor String
versionContext GetStorageNetAppClusterVersionContext
versionGeneration Double
versionMajor Double
versionMinor Double
id str
results Sequence[GetStorageNetAppClusterResult]
account_moid str
additional_properties str
ancestors Sequence[GetStorageNetAppClusterAncestor]
auto_support GetStorageNetAppClusterAutoSupport
avg_performance_metrics GetStorageNetAppClusterAvgPerformanceMetrics
class_id str
cluster_efficiency GetStorageNetAppClusterClusterEfficiency
cluster_health_status str
create_time str
default_admin_locked bool
device_location GetStorageNetAppClusterDeviceLocation
device_mo_id str
device_type str
dn str
dns_domains Sequence[str]
domain_group_moid str
events Sequence[GetStorageNetAppClusterEvent]
fips_compliant bool
hardware_version str
insecure_ciphers float
is_upgraded bool
key str
location str
management_addresses Sequence[str]
mod_time str
model str
moid str
name str
name_servers Sequence[str]
nr_version str
ntp_servers Sequence[str]
object_type str
owners Sequence[str]
parent GetStorageNetAppClusterParent
permission_resources Sequence[GetStorageNetAppClusterPermissionResource]
presence str
previous_fru GetStorageNetAppClusterPreviousFru
registered_device GetStorageNetAppClusterRegisteredDevice
revision str
rn str
rsh_enabled bool
serial str
shared_scope str
storage_utilization GetStorageNetAppClusterStorageUtilization
tags Sequence[GetStorageNetAppClusterTag]
telnet_enabled bool
uuid str
vendor str
version_context GetStorageNetAppClusterVersionContext
version_generation float
version_major float
version_minor float
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
autoSupport Property Map
avgPerformanceMetrics Property Map
classId String
clusterEfficiency Property Map
clusterHealthStatus String
createTime String
defaultAdminLocked Boolean
deviceLocation Property Map
deviceMoId String
deviceType String
dn String
dnsDomains List<String>
domainGroupMoid String
events List<Property Map>
fipsCompliant Boolean
hardwareVersion String
insecureCiphers Number
isUpgraded Boolean
key String
location String
managementAddresses List<String>
modTime String
model String
moid String
name String
nameServers List<String>
nrVersion String
ntpServers List<String>
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
presence String
previousFru Property Map
registeredDevice Property Map
revision String
rn String
rshEnabled Boolean
serial String
sharedScope String
storageUtilization Property Map
tags List<Property Map>
telnetEnabled Boolean
uuid String
vendor String
versionContext Property Map
versionGeneration Number
versionMajor Number
versionMinor Number

Supporting Types

GetStorageNetAppClusterAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterAutoSupport

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.
Enabled bool
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
From string
The e-mail address from which the AutoSupport messages are sent.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProxyUrl string
Proxy server for AutoSupport message delivery via HTTP/S.
Transport string
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.
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.
Enabled bool
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
From string
The e-mail address from which the AutoSupport messages are sent.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProxyUrl string
Proxy server for AutoSupport message delivery via HTTP/S.
Transport string
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.
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.
enabled Boolean
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
from String
The e-mail address from which the AutoSupport messages are sent.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proxyUrl String
Proxy server for AutoSupport message delivery via HTTP/S.
transport String
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.
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.
enabled boolean
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
from string
The e-mail address from which the AutoSupport messages are sent.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proxyUrl string
Proxy server for AutoSupport message delivery via HTTP/S.
transport string
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.
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.
enabled bool
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
from_ str
The e-mail address from which the AutoSupport messages are sent.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proxy_url str
Proxy server for AutoSupport message delivery via HTTP/S.
transport str
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.
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.
enabled Boolean
Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.
from String
The e-mail address from which the AutoSupport messages are sent.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proxyUrl String
Proxy server for AutoSupport message delivery via HTTP/S.
transport String
The name of the transport protocol used to deliver AutoSupport messages.

  • none - Default value of none when nothing is returned.
  • smtp - Simple Mail Transfer Protocol.
  • http - Hypertext Transfer Protocol.
  • https - Hypertext Transfer Protocol Secure.

GetStorageNetAppClusterAvgPerformanceMetrics

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.

GetStorageNetAppClusterClusterEfficiency

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.
LogicalUsed double
The logical space used for the cluster.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Ratio double
Data reduction ratio (logical_used / used).
Savings double
Space saved by storage efficiencies (logical_used - used).
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.
LogicalUsed float64
The logical space used for the cluster.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Ratio float64
Data reduction ratio (logical_used / used).
Savings float64
Space saved by storage efficiencies (logical_used - used).
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.
logicalUsed Double
The logical space used for the cluster.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ratio Double
Data reduction ratio (logical_used / used).
savings Double
Space saved by storage efficiencies (logical_used - used).
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.
logicalUsed number
The logical space used for the cluster.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ratio number
Data reduction ratio (logical_used / used).
savings number
Space saved by storage efficiencies (logical_used - used).
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.
logical_used float
The logical space used for the cluster.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ratio float
Data reduction ratio (logical_used / used).
savings float
Space saved by storage efficiencies (logical_used - used).
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.
logicalUsed Number
The logical space used for the cluster.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ratio Number
Data reduction ratio (logical_used / used).
savings Number
Space saved by storage efficiencies (logical_used - used).

GetStorageNetAppClusterDeviceLocation

AdditionalProperties string
Address string
The information about the address.
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.
Latitude double
Location latitude in decimal degrees format.
Longitude double
Location longitude in decimal degrees format.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
Address string
The information about the address.
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.
Latitude float64
Location latitude in decimal degrees format.
Longitude float64
Location longitude in decimal degrees format.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
address String
The information about the address.
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.
latitude Double
Location latitude in decimal degrees format.
longitude Double
Location longitude in decimal degrees format.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
address string
The information about the address.
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.
latitude number
Location latitude in decimal degrees format.
longitude number
Location longitude in decimal degrees format.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
address str
The information about the address.
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.
latitude float
Location latitude in decimal degrees format.
longitude float
Location longitude in decimal degrees format.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
address String
The information about the address.
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.
latitude Number
Location latitude in decimal degrees format.
longitude Number
Location longitude in decimal degrees format.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetStorageNetAppClusterEvent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterPreviousFru

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterRegisteredDevice

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetStorageNetAppClusterResultAncestor>
AutoSupports This property is required. List<GetStorageNetAppClusterResultAutoSupport>
AvgPerformanceMetrics This property is required. List<GetStorageNetAppClusterResultAvgPerformanceMetric>
ClassId This property is required. string
ClusterEfficiencies This property is required. List<GetStorageNetAppClusterResultClusterEfficiency>
ClusterHealthStatus This property is required. string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
CreateTime This property is required. string
The time when this managed object was created.
DefaultAdminLocked This property is required. bool
Indicates whether the default admin user is locked out.
DeviceLocations This property is required. List<GetStorageNetAppClusterResultDeviceLocation>
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
DeviceType This property is required. string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DnsDomains This property is required. List<string>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. List<GetStorageNetAppClusterResultEvent>
FipsCompliant This property is required. bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
HardwareVersion This property is required. string
The hardware version of the device.
InsecureCiphers This property is required. double
Number of SVMs on the cluster that use insecure ciphers.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Key This property is required. string
Unique identifier of NetApp Cluster across data center.
Location This property is required. string
Location of the storage controller.
ManagementAddresses This property is required. List<string>
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Administrator defined name for the device.
NameServers This property is required. List<string>
NrVersion This property is required. string
Current running software version of the device.
NtpServers This property is required. List<string>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetStorageNetAppClusterResultParent>
PermissionResources This property is required. List<GetStorageNetAppClusterResultPermissionResource>
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. List<GetStorageNetAppClusterResultPreviousFrus>
RegisteredDevices This property is required. List<GetStorageNetAppClusterResultRegisteredDevice>
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RshEnabled This property is required. bool
Indicates whether or not rsh is enabled on the cluster.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageUtilizations This property is required. List<GetStorageNetAppClusterResultStorageUtilization>
Tags This property is required. List<GetStorageNetAppClusterResultTag>
TelnetEnabled This property is required. bool
Indicates whether or not telnet is enabled on the cluster.
Uuid This property is required. string
Unique identity of the device.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. List<GetStorageNetAppClusterResultVersionContext>
VersionGeneration This property is required. double
The generation portion of the version.
VersionMajor This property is required. double
The major portion of the version.
VersionMinor This property is required. double
The minor portion of the version.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetStorageNetAppClusterResultAncestor
AutoSupports This property is required. []GetStorageNetAppClusterResultAutoSupport
AvgPerformanceMetrics This property is required. []GetStorageNetAppClusterResultAvgPerformanceMetric
ClassId This property is required. string
ClusterEfficiencies This property is required. []GetStorageNetAppClusterResultClusterEfficiency
ClusterHealthStatus This property is required. string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
CreateTime This property is required. string
The time when this managed object was created.
DefaultAdminLocked This property is required. bool
Indicates whether the default admin user is locked out.
DeviceLocations This property is required. []GetStorageNetAppClusterResultDeviceLocation
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
DeviceType This property is required. string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DnsDomains This property is required. []string
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. []GetStorageNetAppClusterResultEvent
FipsCompliant This property is required. bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
HardwareVersion This property is required. string
The hardware version of the device.
InsecureCiphers This property is required. float64
Number of SVMs on the cluster that use insecure ciphers.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Key This property is required. string
Unique identifier of NetApp Cluster across data center.
Location This property is required. string
Location of the storage controller.
ManagementAddresses This property is required. []string
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Administrator defined name for the device.
NameServers This property is required. []string
NrVersion This property is required. string
Current running software version of the device.
NtpServers This property is required. []string
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetStorageNetAppClusterResultParent
PermissionResources This property is required. []GetStorageNetAppClusterResultPermissionResource
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. []GetStorageNetAppClusterResultPreviousFrus
RegisteredDevices This property is required. []GetStorageNetAppClusterResultRegisteredDevice
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RshEnabled This property is required. bool
Indicates whether or not rsh is enabled on the cluster.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageUtilizations This property is required. []GetStorageNetAppClusterResultStorageUtilization
Tags This property is required. []GetStorageNetAppClusterResultTag
TelnetEnabled This property is required. bool
Indicates whether or not telnet is enabled on the cluster.
Uuid This property is required. string
Unique identity of the device.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. []GetStorageNetAppClusterResultVersionContext
VersionGeneration This property is required. float64
The generation portion of the version.
VersionMajor This property is required. float64
The major portion of the version.
VersionMinor This property is required. float64
The minor portion of the version.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetStorageNetAppClusterResultAncestor>
autoSupports This property is required. List<GetStorageNetAppClusterResultAutoSupport>
avgPerformanceMetrics This property is required. List<GetStorageNetAppClusterResultAvgPerformanceMetric>
classId This property is required. String
clusterEfficiencies This property is required. List<GetStorageNetAppClusterResultClusterEfficiency>
clusterHealthStatus This property is required. String
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime This property is required. String
The time when this managed object was created.
defaultAdminLocked This property is required. Boolean
Indicates whether the default admin user is locked out.
deviceLocations This property is required. List<GetStorageNetAppClusterResultDeviceLocation>
deviceMoId This property is required. String
The database identifier of the registered device of an object.
deviceType This property is required. String
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<GetStorageNetAppClusterResultEvent>
fipsCompliant This property is required. Boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion This property is required. String
The hardware version of the device.
insecureCiphers This property is required. Double
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key This property is required. String
Unique identifier of NetApp Cluster across data center.
location This property is required. String
Location of the storage controller.
managementAddresses This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Administrator defined name for the device.
nameServers This property is required. List<String>
nrVersion This property is required. String
Current running software version of the device.
ntpServers This property is required. List<String>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetStorageNetAppClusterResultParent>
permissionResources This property is required. List<GetStorageNetAppClusterResultPermissionResource>
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<GetStorageNetAppClusterResultPreviousFrus>
registeredDevices This property is required. List<GetStorageNetAppClusterResultRegisteredDevice>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
rshEnabled This property is required. Boolean
Indicates whether or not rsh is enabled on the cluster.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilizations This property is required. List<GetStorageNetAppClusterResultStorageUtilization>
tags This property is required. List<GetStorageNetAppClusterResultTag>
telnetEnabled This property is required. Boolean
Indicates whether or not telnet is enabled on the cluster.
uuid This property is required. String
Unique identity of the device.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<GetStorageNetAppClusterResultVersionContext>
versionGeneration This property is required. Double
The generation portion of the version.
versionMajor This property is required. Double
The major portion of the version.
versionMinor This property is required. Double
The minor portion of the version.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetStorageNetAppClusterResultAncestor[]
autoSupports This property is required. GetStorageNetAppClusterResultAutoSupport[]
avgPerformanceMetrics This property is required. GetStorageNetAppClusterResultAvgPerformanceMetric[]
classId This property is required. string
clusterEfficiencies This property is required. GetStorageNetAppClusterResultClusterEfficiency[]
clusterHealthStatus This property is required. string
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime This property is required. string
The time when this managed object was created.
defaultAdminLocked This property is required. boolean
Indicates whether the default admin user is locked out.
deviceLocations This property is required. GetStorageNetAppClusterResultDeviceLocation[]
deviceMoId This property is required. string
The database identifier of the registered device of an object.
deviceType This property is required. string
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains This property is required. string[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
events This property is required. GetStorageNetAppClusterResultEvent[]
fipsCompliant This property is required. boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion This property is required. string
The hardware version of the device.
insecureCiphers This property is required. number
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded This property is required. boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key This property is required. string
Unique identifier of NetApp Cluster across data center.
location This property is required. string
Location of the storage controller.
managementAddresses This property is required. string[]
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
This field displays the model number of the associated component or hardware.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Administrator defined name for the device.
nameServers This property is required. string[]
nrVersion This property is required. string
Current running software version of the device.
ntpServers This property is required. string[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetStorageNetAppClusterResultParent[]
permissionResources This property is required. GetStorageNetAppClusterResultPermissionResource[]
presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. GetStorageNetAppClusterResultPreviousFrus[]
registeredDevices This property is required. GetStorageNetAppClusterResultRegisteredDevice[]
revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
rshEnabled This property is required. boolean
Indicates whether or not rsh is enabled on the cluster.
serial This property is required. string
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilizations This property is required. GetStorageNetAppClusterResultStorageUtilization[]
tags This property is required. GetStorageNetAppClusterResultTag[]
telnetEnabled This property is required. boolean
Indicates whether or not telnet is enabled on the cluster.
uuid This property is required. string
Unique identity of the device.
vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. GetStorageNetAppClusterResultVersionContext[]
versionGeneration This property is required. number
The generation portion of the version.
versionMajor This property is required. number
The major portion of the version.
versionMinor This property is required. number
The minor portion of the version.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetStorageNetAppClusterResultAncestor]
auto_supports This property is required. Sequence[GetStorageNetAppClusterResultAutoSupport]
avg_performance_metrics This property is required. Sequence[GetStorageNetAppClusterResultAvgPerformanceMetric]
class_id This property is required. str
cluster_efficiencies This property is required. Sequence[GetStorageNetAppClusterResultClusterEfficiency]
cluster_health_status This property is required. str
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
create_time This property is required. str
The time when this managed object was created.
default_admin_locked This property is required. bool
Indicates whether the default admin user is locked out.
device_locations This property is required. Sequence[GetStorageNetAppClusterResultDeviceLocation]
device_mo_id This property is required. str
The database identifier of the registered device of an object.
device_type This property is required. str
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
dns_domains This property is required. Sequence[str]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
events This property is required. Sequence[GetStorageNetAppClusterResultEvent]
fips_compliant This property is required. bool
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardware_version This property is required. str
The hardware version of the device.
insecure_ciphers This property is required. float
Number of SVMs on the cluster that use insecure ciphers.
is_upgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
key This property is required. str
Unique identifier of NetApp Cluster across data center.
location This property is required. str
Location of the storage controller.
management_addresses This property is required. Sequence[str]
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
This field displays the model number of the associated component or hardware.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Administrator defined name for the device.
name_servers This property is required. Sequence[str]
nr_version This property is required. str
Current running software version of the device.
ntp_servers This property is required. Sequence[str]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetStorageNetAppClusterResultParent]
permission_resources This property is required. Sequence[GetStorageNetAppClusterResultPermissionResource]
presence This property is required. str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_frus This property is required. Sequence[GetStorageNetAppClusterResultPreviousFrus]
registered_devices This property is required. Sequence[GetStorageNetAppClusterResultRegisteredDevice]
revision This property is required. str
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
rsh_enabled This property is required. bool
Indicates whether or not rsh is enabled on the cluster.
serial This property is required. str
This field displays the serial number of the associated component or hardware.
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storage_utilizations This property is required. Sequence[GetStorageNetAppClusterResultStorageUtilization]
tags This property is required. Sequence[GetStorageNetAppClusterResultTag]
telnet_enabled This property is required. bool
Indicates whether or not telnet is enabled on the cluster.
uuid This property is required. str
Unique identity of the device.
vendor This property is required. str
This field displays the vendor information of the associated component or hardware.
version_contexts This property is required. Sequence[GetStorageNetAppClusterResultVersionContext]
version_generation This property is required. float
The generation portion of the version.
version_major This property is required. float
The major portion of the version.
version_minor This property is required. float
The minor portion of the version.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
autoSupports This property is required. List<Property Map>
avgPerformanceMetrics This property is required. List<Property Map>
classId This property is required. String
clusterEfficiencies This property is required. List<Property Map>
clusterHealthStatus This property is required. String
The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.* Unreachable - Cluster status is unreachable.* OK - Cluster status is either ok or ok-with-suppressed.* Degraded - Cluster status is degraded.
createTime This property is required. String
The time when this managed object was created.
defaultAdminLocked This property is required. Boolean
Indicates whether the default admin user is locked out.
deviceLocations This property is required. List<Property Map>
deviceMoId This property is required. String
The database identifier of the registered device of an object.
deviceType This property is required. String
The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
dnsDomains This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<Property Map>
fipsCompliant This property is required. Boolean
Indicates whether or not the software FIPS mode is enabled on the cluster.
hardwareVersion This property is required. String
The hardware version of the device.
insecureCiphers This property is required. Number
Number of SVMs on the cluster that use insecure ciphers.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
key This property is required. String
Unique identifier of NetApp Cluster across data center.
location This property is required. String
Location of the storage controller.
managementAddresses This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Administrator defined name for the device.
nameServers This property is required. List<String>
nrVersion This property is required. String
Current running software version of the device.
ntpServers This property is required. List<String>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
rshEnabled This property is required. Boolean
Indicates whether or not rsh is enabled on the cluster.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageUtilizations This property is required. List<Property Map>
tags This property is required. List<Property Map>
telnetEnabled This property is required. Boolean
Indicates whether or not telnet is enabled on the cluster.
uuid This property is required. String
Unique identity of the device.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<Property Map>
versionGeneration This property is required. Number
The generation portion of the version.
versionMajor This property is required. Number
The major portion of the version.
versionMinor This property is required. Number
The minor portion of the version.

GetStorageNetAppClusterResultAncestor

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

GetStorageNetAppClusterResultAutoSupport

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
From This property is required. string
ObjectType This property is required. string
ProxyUrl This property is required. string
Transport This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
From This property is required. string
ObjectType This property is required. string
ProxyUrl This property is required. string
Transport This property is required. string
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
from This property is required. String
objectType This property is required. String
proxyUrl This property is required. String
transport This property is required. String
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
from This property is required. string
objectType This property is required. string
proxyUrl This property is required. string
transport This property is required. string
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
from_ This property is required. str
object_type This property is required. str
proxy_url This property is required. str
transport This property is required. str
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
from This property is required. String
objectType This property is required. String
proxyUrl This property is required. String
transport This property is required. String

GetStorageNetAppClusterResultAvgPerformanceMetric

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

GetStorageNetAppClusterResultClusterEfficiency

AdditionalProperties This property is required. string
ClassId This property is required. string
LogicalUsed This property is required. double
ObjectType This property is required. string
Ratio This property is required. double
Savings This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
LogicalUsed This property is required. float64
ObjectType This property is required. string
Ratio This property is required. float64
Savings This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
logicalUsed This property is required. Double
objectType This property is required. String
ratio This property is required. Double
savings This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
logicalUsed This property is required. number
objectType This property is required. string
ratio This property is required. number
savings This property is required. number
additional_properties This property is required. str
class_id This property is required. str
logical_used This property is required. float
object_type This property is required. str
ratio This property is required. float
savings This property is required. float
additionalProperties This property is required. String
classId This property is required. String
logicalUsed This property is required. Number
objectType This property is required. String
ratio This property is required. Number
savings This property is required. Number

GetStorageNetAppClusterResultDeviceLocation

AdditionalProperties This property is required. string
Address This property is required. string
ClassId This property is required. string
Latitude This property is required. double
Longitude This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
Address This property is required. string
ClassId This property is required. string
Latitude This property is required. float64
Longitude This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
address This property is required. String
classId This property is required. String
latitude This property is required. Double
longitude This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
address This property is required. string
classId This property is required. string
latitude This property is required. number
longitude This property is required. number
objectType This property is required. string
additional_properties This property is required. str
address This property is required. str
class_id This property is required. str
latitude This property is required. float
longitude This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
address This property is required. String
classId This property is required. String
latitude This property is required. Number
longitude This property is required. Number
objectType This property is required. String

GetStorageNetAppClusterResultEvent

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

GetStorageNetAppClusterResultParent

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

GetStorageNetAppClusterResultPermissionResource

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

GetStorageNetAppClusterResultPreviousFrus

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

GetStorageNetAppClusterResultRegisteredDevice

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

GetStorageNetAppClusterResultStorageUtilization

AdditionalProperties This property is required. string
Available This property is required. double
CapacityUtilization This property is required. double
ClassId This property is required. string
Free This property is required. double
ObjectType This property is required. string
Total This property is required. double
Used This property is required. double
AdditionalProperties This property is required. string
Available This property is required. float64
CapacityUtilization This property is required. float64
ClassId This property is required. string
Free This property is required. float64
ObjectType This property is required. string
Total This property is required. float64
Used This property is required. float64
additionalProperties This property is required. String
available This property is required. Double
capacityUtilization This property is required. Double
classId This property is required. String
free This property is required. Double
objectType This property is required. String
total This property is required. Double
used This property is required. Double
additionalProperties This property is required. string
available This property is required. number
capacityUtilization This property is required. number
classId This property is required. string
free This property is required. number
objectType This property is required. string
total This property is required. number
used This property is required. number
additional_properties This property is required. str
available This property is required. float
capacity_utilization This property is required. float
class_id This property is required. str
free This property is required. float
object_type This property is required. str
total This property is required. float
used This property is required. float
additionalProperties This property is required. String
available This property is required. Number
capacityUtilization This property is required. Number
classId This property is required. String
free This property is required. Number
objectType This property is required. String
total This property is required. Number
used This property is required. Number

GetStorageNetAppClusterResultTag

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

GetStorageNetAppClusterResultVersionContext

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

GetStorageNetAppClusterResultVersionContextInterestedMo

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

GetStorageNetAppClusterResultVersionContextRefMo

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

GetStorageNetAppClusterStorageUtilization

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

GetStorageNetAppClusterTag

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

GetStorageNetAppClusterVersionContext

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<GetStorageNetAppClusterVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
Current running software version of the device.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetStorageNetAppClusterVersionContextRefMo
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 []GetStorageNetAppClusterVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
Current running software version of the device.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetStorageNetAppClusterVersionContextRefMo
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<GetStorageNetAppClusterVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
Current running software version of the device.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetStorageNetAppClusterVersionContextRefMo
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 GetStorageNetAppClusterVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
Current running software version of the device.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetStorageNetAppClusterVersionContextRefMo
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[GetStorageNetAppClusterVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
Current running software version of the device.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetStorageNetAppClusterVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
Current running software version of the device.
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.

GetStorageNetAppClusterVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppClusterVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.