intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageHyperFlexVolume
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A HyperFlex Volume entity.
Using getStorageHyperFlexVolume
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 getStorageHyperFlexVolume(args: GetStorageHyperFlexVolumeArgs, opts?: InvokeOptions): Promise<GetStorageHyperFlexVolumeResult>
function getStorageHyperFlexVolumeOutput(args: GetStorageHyperFlexVolumeOutputArgs, opts?: InvokeOptions): Output<GetStorageHyperFlexVolumeResult>def get_storage_hyper_flex_volume(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetStorageHyperFlexVolumeAncestor]] = None,
                                  capacity: Optional[float] = None,
                                  class_id: Optional[str] = None,
                                  client_id: Optional[str] = None,
                                  cluster: Optional[GetStorageHyperFlexVolumeCluster] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  id: Optional[str] = None,
                                  last_modified_time: Optional[str] = None,
                                  lun_uuid: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  naa_id: Optional[str] = None,
                                  name: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetStorageHyperFlexVolumeParent] = None,
                                  permission_resources: Optional[Sequence[GetStorageHyperFlexVolumePermissionResource]] = None,
                                  registered_device: Optional[GetStorageHyperFlexVolumeRegisteredDevice] = None,
                                  serial_number: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  size: Optional[float] = None,
                                  storage_container: Optional[GetStorageHyperFlexVolumeStorageContainer] = None,
                                  storage_utilization: Optional[GetStorageHyperFlexVolumeStorageUtilization] = None,
                                  tags: Optional[Sequence[GetStorageHyperFlexVolumeTag]] = None,
                                  uuid: Optional[str] = None,
                                  version_context: Optional[GetStorageHyperFlexVolumeVersionContext] = None,
                                  volume_access_mode: Optional[str] = None,
                                  volume_mode: Optional[str] = None,
                                  volume_type: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStorageHyperFlexVolumeResult
def get_storage_hyper_flex_volume_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumeAncestorArgs]]]] = None,
                                  capacity: Optional[pulumi.Input[float]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  client_id: Optional[pulumi.Input[str]] = None,
                                  cluster: Optional[pulumi.Input[GetStorageHyperFlexVolumeClusterArgs]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  last_modified_time: Optional[pulumi.Input[str]] = None,
                                  lun_uuid: Optional[pulumi.Input[str]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  naa_id: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetStorageHyperFlexVolumeParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumePermissionResourceArgs]]]] = None,
                                  registered_device: Optional[pulumi.Input[GetStorageHyperFlexVolumeRegisteredDeviceArgs]] = None,
                                  serial_number: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  size: Optional[pulumi.Input[float]] = None,
                                  storage_container: Optional[pulumi.Input[GetStorageHyperFlexVolumeStorageContainerArgs]] = None,
                                  storage_utilization: Optional[pulumi.Input[GetStorageHyperFlexVolumeStorageUtilizationArgs]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumeTagArgs]]]] = None,
                                  uuid: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetStorageHyperFlexVolumeVersionContextArgs]] = None,
                                  volume_access_mode: Optional[pulumi.Input[str]] = None,
                                  volume_mode: Optional[pulumi.Input[str]] = None,
                                  volume_type: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStorageHyperFlexVolumeResult]func LookupStorageHyperFlexVolume(ctx *Context, args *LookupStorageHyperFlexVolumeArgs, opts ...InvokeOption) (*LookupStorageHyperFlexVolumeResult, error)
func LookupStorageHyperFlexVolumeOutput(ctx *Context, args *LookupStorageHyperFlexVolumeOutputArgs, opts ...InvokeOption) LookupStorageHyperFlexVolumeResultOutput> Note: This function is named LookupStorageHyperFlexVolume in the Go SDK.
public static class GetStorageHyperFlexVolume 
{
    public static Task<GetStorageHyperFlexVolumeResult> InvokeAsync(GetStorageHyperFlexVolumeArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageHyperFlexVolumeResult> Invoke(GetStorageHyperFlexVolumeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageHyperFlexVolumeResult> getStorageHyperFlexVolume(GetStorageHyperFlexVolumeArgs args, InvokeOptions options)
public static Output<GetStorageHyperFlexVolumeResult> getStorageHyperFlexVolume(GetStorageHyperFlexVolumeArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageHyperFlexVolume:getStorageHyperFlexVolume
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Volume Ancestor> 
- Capacity double
- Provisioned Capacity of the Storage container in Bytes.
- ClassId string
- ClientId string
- Client ID to which the volume belongs.
- Cluster
GetStorage Hyper Flex Volume Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the volume.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- LastModified stringTime 
- Last modified time as UTC of the volume.
- LunUuid string
- UUID of Lun associated with the volume.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NaaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hyper Flex Volume Parent 
- PermissionResources List<GetStorage Hyper Flex Volume Permission Resource> 
- RegisteredDevice GetStorage Hyper Flex Volume Registered Device 
- SerialNumber string
- Serial number of the volume.
- 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.
- Size double
- User provisioned volume size. It is the size exposed to host.
- StorageContainer GetStorage Hyper Flex Volume Storage Container 
- StorageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
List<GetStorage Hyper Flex Volume Tag> 
- Uuid string
- UUID of the Datastore/Storage Containter.
- VersionContext GetStorage Hyper Flex Volume Version Context 
- VolumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- VolumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- VolumeType string
- The Type of the volume.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Volume Ancestor 
- Capacity float64
- Provisioned Capacity of the Storage container in Bytes.
- ClassId string
- ClientId string
- Client ID to which the volume belongs.
- Cluster
GetStorage Hyper Flex Volume Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the volume.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- LastModified stringTime 
- Last modified time as UTC of the volume.
- LunUuid string
- UUID of Lun associated with the volume.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NaaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- ObjectType string
- Owners []string
- Parent
GetStorage Hyper Flex Volume Parent 
- PermissionResources []GetStorage Hyper Flex Volume Permission Resource 
- RegisteredDevice GetStorage Hyper Flex Volume Registered Device 
- SerialNumber string
- Serial number of the volume.
- 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.
- Size float64
- User provisioned volume size. It is the size exposed to host.
- StorageContainer GetStorage Hyper Flex Volume Storage Container 
- StorageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
[]GetStorage Hyper Flex Volume Tag 
- Uuid string
- UUID of the Datastore/Storage Containter.
- VersionContext GetStorage Hyper Flex Volume Version Context 
- VolumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- VolumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- VolumeType string
- The Type of the volume.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Volume Ancestor> 
- capacity Double
- Provisioned Capacity of the Storage container in Bytes.
- classId String
- clientId String
- Client ID to which the volume belongs.
- cluster
GetStorage Hyper Flex Volume Cluster 
- createTime String
- The time when this managed object was created.
- description String
- Short description about the volume.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- lastModified StringTime 
- Last modified time as UTC of the volume.
- lunUuid String
- UUID of Lun associated with the volume.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naaId String
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- objectType String
- owners List<String>
- parent
GetStorage Hyper Flex Volume Parent 
- permissionResources List<GetStorage Hyper Flex Volume Permission Resource> 
- registeredDevice GetStorage Hyper Flex Volume Registered Device 
- serialNumber String
- Serial number of the volume.
- 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.
- size Double
- User provisioned volume size. It is the size exposed to host.
- storageContainer GetStorage Hyper Flex Volume Storage Container 
- storageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
List<GetStorage Hyper Flex Volume Tag> 
- uuid String
- UUID of the Datastore/Storage Containter.
- versionContext GetStorage Hyper Flex Volume Version Context 
- volumeAccess StringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode String
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType String
- The Type of the volume.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hyper Flex Volume Ancestor[] 
- capacity number
- Provisioned Capacity of the Storage container in Bytes.
- classId string
- clientId string
- Client ID to which the volume belongs.
- cluster
GetStorage Hyper Flex Volume Cluster 
- createTime string
- The time when this managed object was created.
- description string
- Short description about the volume.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- lastModified stringTime 
- Last modified time as UTC of the volume.
- lunUuid string
- UUID of Lun associated with the volume.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- naaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name string
- Named entity of the volume.
- objectType string
- owners string[]
- parent
GetStorage Hyper Flex Volume Parent 
- permissionResources GetStorage Hyper Flex Volume Permission Resource[] 
- registeredDevice GetStorage Hyper Flex Volume Registered Device 
- serialNumber string
- Serial number of the volume.
- 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.
- size number
- User provisioned volume size. It is the size exposed to host.
- storageContainer GetStorage Hyper Flex Volume Storage Container 
- storageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
GetStorage Hyper Flex Volume Tag[] 
- uuid string
- UUID of the Datastore/Storage Containter.
- versionContext GetStorage Hyper Flex Volume Version Context 
- volumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType string
- The Type of the volume.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Volume Ancestor] 
- capacity float
- Provisioned Capacity of the Storage container in Bytes.
- class_id str
- client_id str
- Client ID to which the volume belongs.
- cluster
GetStorage Hyper Flex Volume Cluster 
- create_time str
- The time when this managed object was created.
- description str
- Short description about the volume.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- last_modified_ strtime 
- Last modified time as UTC of the volume.
- lun_uuid str
- UUID of Lun associated with the volume.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- naa_id str
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name str
- Named entity of the volume.
- object_type str
- owners Sequence[str]
- parent
GetStorage Hyper Flex Volume Parent 
- permission_resources Sequence[GetStorage Hyper Flex Volume Permission Resource] 
- registered_device GetStorage Hyper Flex Volume Registered Device 
- serial_number str
- Serial number of the volume.
- 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.
- size float
- User provisioned volume size. It is the size exposed to host.
- storage_container GetStorage Hyper Flex Volume Storage Container 
- storage_utilization GetStorage Hyper Flex Volume Storage Utilization 
- 
Sequence[GetStorage Hyper Flex Volume Tag] 
- uuid str
- UUID of the Datastore/Storage Containter.
- version_context GetStorage Hyper Flex Volume Version Context 
- volume_access_ strmode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volume_mode str
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volume_type str
- The Type of the volume.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- capacity Number
- Provisioned Capacity of the Storage container in Bytes.
- classId String
- clientId String
- Client ID to which the volume belongs.
- cluster Property Map
- createTime String
- The time when this managed object was created.
- description String
- Short description about the volume.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- lastModified StringTime 
- Last modified time as UTC of the volume.
- lunUuid String
- UUID of Lun associated with the volume.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naaId String
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- serialNumber String
- Serial number of the volume.
- 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.
- size Number
- User provisioned volume size. It is the size exposed to host.
- storageContainer Property Map
- storageUtilization Property Map
- List<Property Map>
- uuid String
- UUID of the Datastore/Storage Containter.
- versionContext Property Map
- volumeAccess StringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode String
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType String
- The Type of the volume.
getStorageHyperFlexVolume Result
The following output properties are available:
- Id string
- Results
List<GetStorage Hyper Flex Volume Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Volume Ancestor> 
- Capacity double
- ClassId string
- ClientId string
- Cluster
GetStorage Hyper Flex Volume Cluster 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- LastModified stringTime 
- LunUuid string
- ModTime string
- Moid string
- NaaId string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hyper Flex Volume Parent 
- PermissionResources List<GetStorage Hyper Flex Volume Permission Resource> 
- RegisteredDevice GetStorage Hyper Flex Volume Registered Device 
- SerialNumber string
- string
- Size double
- StorageContainer GetStorage Hyper Flex Volume Storage Container 
- StorageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
List<GetStorage Hyper Flex Volume Tag> 
- Uuid string
- VersionContext GetStorage Hyper Flex Volume Version Context 
- VolumeAccess stringMode 
- VolumeMode string
- VolumeType string
- Id string
- Results
[]GetStorage Hyper Flex Volume Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Volume Ancestor 
- Capacity float64
- ClassId string
- ClientId string
- Cluster
GetStorage Hyper Flex Volume Cluster 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- LastModified stringTime 
- LunUuid string
- ModTime string
- Moid string
- NaaId string
- Name string
- ObjectType string
- Owners []string
- Parent
GetStorage Hyper Flex Volume Parent 
- PermissionResources []GetStorage Hyper Flex Volume Permission Resource 
- RegisteredDevice GetStorage Hyper Flex Volume Registered Device 
- SerialNumber string
- string
- Size float64
- StorageContainer GetStorage Hyper Flex Volume Storage Container 
- StorageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
[]GetStorage Hyper Flex Volume Tag 
- Uuid string
- VersionContext GetStorage Hyper Flex Volume Version Context 
- VolumeAccess stringMode 
- VolumeMode string
- VolumeType string
- id String
- results
List<GetStorage Hyper Flex Volume Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Volume Ancestor> 
- capacity Double
- classId String
- clientId String
- cluster
GetStorage Hyper Flex Volume Cluster 
- createTime String
- description String
- domainGroup StringMoid 
- lastModified StringTime 
- lunUuid String
- modTime String
- moid String
- naaId String
- name String
- objectType String
- owners List<String>
- parent
GetStorage Hyper Flex Volume Parent 
- permissionResources List<GetStorage Hyper Flex Volume Permission Resource> 
- registeredDevice GetStorage Hyper Flex Volume Registered Device 
- serialNumber String
- String
- size Double
- storageContainer GetStorage Hyper Flex Volume Storage Container 
- storageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
List<GetStorage Hyper Flex Volume Tag> 
- uuid String
- versionContext GetStorage Hyper Flex Volume Version Context 
- volumeAccess StringMode 
- volumeMode String
- volumeType String
- id string
- results
GetStorage Hyper Flex Volume Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Hyper Flex Volume Ancestor[] 
- capacity number
- classId string
- clientId string
- cluster
GetStorage Hyper Flex Volume Cluster 
- createTime string
- description string
- domainGroup stringMoid 
- lastModified stringTime 
- lunUuid string
- modTime string
- moid string
- naaId string
- name string
- objectType string
- owners string[]
- parent
GetStorage Hyper Flex Volume Parent 
- permissionResources GetStorage Hyper Flex Volume Permission Resource[] 
- registeredDevice GetStorage Hyper Flex Volume Registered Device 
- serialNumber string
- string
- size number
- storageContainer GetStorage Hyper Flex Volume Storage Container 
- storageUtilization GetStorage Hyper Flex Volume Storage Utilization 
- 
GetStorage Hyper Flex Volume Tag[] 
- uuid string
- versionContext GetStorage Hyper Flex Volume Version Context 
- volumeAccess stringMode 
- volumeMode string
- volumeType string
- id str
- results
Sequence[GetStorage Hyper Flex Volume Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Volume Ancestor] 
- capacity float
- class_id str
- client_id str
- cluster
GetStorage Hyper Flex Volume Cluster 
- create_time str
- description str
- domain_group_ strmoid 
- last_modified_ strtime 
- lun_uuid str
- mod_time str
- moid str
- naa_id str
- name str
- object_type str
- owners Sequence[str]
- parent
GetStorage Hyper Flex Volume Parent 
- permission_resources Sequence[GetStorage Hyper Flex Volume Permission Resource] 
- registered_device GetStorage Hyper Flex Volume Registered Device 
- serial_number str
- str
- size float
- storage_container GetStorage Hyper Flex Volume Storage Container 
- storage_utilization GetStorage Hyper Flex Volume Storage Utilization 
- 
Sequence[GetStorage Hyper Flex Volume Tag] 
- uuid str
- version_context GetStorage Hyper Flex Volume Version Context 
- volume_access_ strmode 
- volume_mode str
- volume_type str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- capacity Number
- classId String
- clientId String
- cluster Property Map
- createTime String
- description String
- domainGroup StringMoid 
- lastModified StringTime 
- lunUuid String
- modTime String
- moid String
- naaId String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- serialNumber String
- String
- size Number
- storageContainer Property Map
- storageUtilization Property Map
- List<Property Map>
- uuid String
- versionContext Property Map
- volumeAccess StringMode 
- volumeMode String
- volumeType String
Supporting Types
GetStorageHyperFlexVolumeAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeCluster     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumePermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Volume Result Ancestor> 
- Capacity double
- Provisioned Capacity of the Storage container in Bytes.
- ClassId string
- ClientId string
- Client ID to which the volume belongs.
- Clusters
List<GetStorage Hyper Flex Volume Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the volume.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- LastModified stringTime 
- Last modified time as UTC of the volume.
- LunUuid string
- UUID of Lun associated with the volume.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NaaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- ObjectType string
- Owners List<string>
- Parents
List<GetStorage Hyper Flex Volume Result Parent> 
- PermissionResources List<GetStorage Hyper Flex Volume Result Permission Resource> 
- RegisteredDevices List<GetStorage Hyper Flex Volume Result Registered Device> 
- SerialNumber string
- Serial number of the volume.
- 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.
- Size double
- User provisioned volume size. It is the size exposed to host.
- StorageContainers List<GetStorage Hyper Flex Volume Result Storage Container> 
- StorageUtilizations List<GetStorage Hyper Flex Volume Result Storage Utilization> 
- 
List<GetStorage Hyper Flex Volume Result Tag> 
- Uuid string
- UUID of the Datastore/Storage Containter.
- VersionContexts List<GetStorage Hyper Flex Volume Result Version Context> 
- VolumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- VolumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- VolumeType string
- The Type of the volume.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Volume Result Ancestor 
- Capacity float64
- Provisioned Capacity of the Storage container in Bytes.
- ClassId string
- ClientId string
- Client ID to which the volume belongs.
- Clusters
[]GetStorage Hyper Flex Volume Result Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the volume.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- LastModified stringTime 
- Last modified time as UTC of the volume.
- LunUuid string
- UUID of Lun associated with the volume.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NaaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- ObjectType string
- Owners []string
- Parents
[]GetStorage Hyper Flex Volume Result Parent 
- PermissionResources []GetStorage Hyper Flex Volume Result Permission Resource 
- RegisteredDevices []GetStorage Hyper Flex Volume Result Registered Device 
- SerialNumber string
- Serial number of the volume.
- 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.
- Size float64
- User provisioned volume size. It is the size exposed to host.
- StorageContainers []GetStorage Hyper Flex Volume Result Storage Container 
- StorageUtilizations []GetStorage Hyper Flex Volume Result Storage Utilization 
- 
[]GetStorage Hyper Flex Volume Result Tag 
- Uuid string
- UUID of the Datastore/Storage Containter.
- VersionContexts []GetStorage Hyper Flex Volume Result Version Context 
- VolumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- VolumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- VolumeType string
- The Type of the volume.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Volume Result Ancestor> 
- capacity Double
- Provisioned Capacity of the Storage container in Bytes.
- classId String
- clientId String
- Client ID to which the volume belongs.
- clusters
List<GetStorage Hyper Flex Volume Result Cluster> 
- createTime String
- The time when this managed object was created.
- description String
- Short description about the volume.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- lastModified StringTime 
- Last modified time as UTC of the volume.
- lunUuid String
- UUID of Lun associated with the volume.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naaId String
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- objectType String
- owners List<String>
- parents
List<GetStorage Hyper Flex Volume Result Parent> 
- permissionResources List<GetStorage Hyper Flex Volume Result Permission Resource> 
- registeredDevices List<GetStorage Hyper Flex Volume Result Registered Device> 
- serialNumber String
- Serial number of the volume.
- 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.
- size Double
- User provisioned volume size. It is the size exposed to host.
- storageContainers List<GetStorage Hyper Flex Volume Result Storage Container> 
- storageUtilizations List<GetStorage Hyper Flex Volume Result Storage Utilization> 
- 
List<GetStorage Hyper Flex Volume Result Tag> 
- uuid String
- UUID of the Datastore/Storage Containter.
- versionContexts List<GetStorage Hyper Flex Volume Result Version Context> 
- volumeAccess StringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode String
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType String
- The Type of the volume.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hyper Flex Volume Result Ancestor[] 
- capacity number
- Provisioned Capacity of the Storage container in Bytes.
- classId string
- clientId string
- Client ID to which the volume belongs.
- clusters
GetStorage Hyper Flex Volume Result Cluster[] 
- createTime string
- The time when this managed object was created.
- description string
- Short description about the volume.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- lastModified stringTime 
- Last modified time as UTC of the volume.
- lunUuid string
- UUID of Lun associated with the volume.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- naaId string
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name string
- Named entity of the volume.
- objectType string
- owners string[]
- parents
GetStorage Hyper Flex Volume Result Parent[] 
- permissionResources GetStorage Hyper Flex Volume Result Permission Resource[] 
- registeredDevices GetStorage Hyper Flex Volume Result Registered Device[] 
- serialNumber string
- Serial number of the volume.
- 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.
- size number
- User provisioned volume size. It is the size exposed to host.
- storageContainers GetStorage Hyper Flex Volume Result Storage Container[] 
- storageUtilizations GetStorage Hyper Flex Volume Result Storage Utilization[] 
- 
GetStorage Hyper Flex Volume Result Tag[] 
- uuid string
- UUID of the Datastore/Storage Containter.
- versionContexts GetStorage Hyper Flex Volume Result Version Context[] 
- volumeAccess stringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode string
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType string
- The Type of the volume.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Volume Result Ancestor] 
- capacity float
- Provisioned Capacity of the Storage container in Bytes.
- class_id str
- client_id str
- Client ID to which the volume belongs.
- clusters
Sequence[GetStorage Hyper Flex Volume Result Cluster] 
- create_time str
- The time when this managed object was created.
- description str
- Short description about the volume.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- last_modified_ strtime 
- Last modified time as UTC of the volume.
- lun_uuid str
- UUID of Lun associated with the volume.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- naa_id str
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name str
- Named entity of the volume.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetStorage Hyper Flex Volume Result Parent] 
- permission_resources Sequence[GetStorage Hyper Flex Volume Result Permission Resource] 
- registered_devices Sequence[GetStorage Hyper Flex Volume Result Registered Device] 
- serial_number str
- Serial number of the volume.
- 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.
- size float
- User provisioned volume size. It is the size exposed to host.
- storage_containers Sequence[GetStorage Hyper Flex Volume Result Storage Container] 
- storage_utilizations Sequence[GetStorage Hyper Flex Volume Result Storage Utilization] 
- 
Sequence[GetStorage Hyper Flex Volume Result Tag] 
- uuid str
- UUID of the Datastore/Storage Containter.
- version_contexts Sequence[GetStorage Hyper Flex Volume Result Version Context] 
- volume_access_ strmode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volume_mode str
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volume_type str
- The Type of the volume.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- capacity Number
- Provisioned Capacity of the Storage container in Bytes.
- classId String
- clientId String
- Client ID to which the volume belongs.
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Short description about the volume.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- lastModified StringTime 
- Last modified time as UTC of the volume.
- lunUuid String
- UUID of Lun associated with the volume.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naaId String
- NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- serialNumber String
- Serial number of the volume.
- 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.
- size Number
- User provisioned volume size. It is the size exposed to host.
- storageContainers List<Property Map>
- storageUtilizations List<Property Map>
- List<Property Map>
- uuid String
- UUID of the Datastore/Storage Containter.
- versionContexts List<Property Map>
- volumeAccess StringMode 
- Access Mode of the volume.* ReadWriteOnce- Read write permisisons to a Virtual disk by a single virtual machine.*ReadWriteMany- Read write permisisons to a Virtual disk by multiple virtual machines.*ReadOnlyMany- Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
- volumeMode String
- Mode of the volume.* Block- It is a Block virtual disk.*Filesystem- It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
- volumeType String
- The Type of the volume.
GetStorageHyperFlexVolumeResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultCluster      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultStorageContainer       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultStorageUtilization       
- AdditionalProperties string
- Available double
- CapacityUtilization double
- ClassId string
- Free double
- ObjectType string
- Total double
- Used double
- AdditionalProperties string
- Available float64
- CapacityUtilization float64
- ClassId string
- Free float64
- ObjectType string
- Total float64
- Used float64
- additionalProperties String
- available Double
- capacityUtilization Double
- classId String
- free Double
- objectType String
- total Double
- used Double
- additionalProperties string
- available number
- capacityUtilization number
- classId string
- free number
- objectType string
- total number
- used number
- additional_properties str
- available float
- capacity_utilization float
- class_id str
- free float
- object_type str
- total float
- used float
- additionalProperties String
- available Number
- capacityUtilization Number
- classId String
- free Number
- objectType String
- total Number
- used Number
GetStorageHyperFlexVolumeResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageHyperFlexVolumeResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageHyperFlexVolumeResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHyperFlexVolumeStorageContainer      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeStorageUtilization      
- 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.
GetStorageHyperFlexVolumeTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageHyperFlexVolumeVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetStorage Hyper Flex Volume Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hyper Flex Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Hyper Flex Volume Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hyper Flex Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Hyper Flex Volume Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hyper Flex Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Hyper Flex Volume Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hyper Flex Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetStorage Hyper Flex Volume Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetStorage Hyper Flex Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetStorageHyperFlexVolumeVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHyperFlexVolumeVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet