published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The PureFlashBladeSystem object represents the details of a Pure FlashBlade storage system, serving as the primary model for managing and monitoring array-level attributes and operations within the PureStorage ecosystem.
Purpose
PureFlashBladeSystem is designed to capture the essential characteristics and operational status of a FlashBlade storage array. This provides customers with a unified overview of the array, supporting inventory, utilization tracking, and integration with management platforms.
Key Concepts
- Array Inventory: Enables comprehensive tracking and identification of FlashBlade arrays, supporting efficient asset management.
- Utilization Monitoring: Facilitates real-time visibility into file system and object store utilization for optimal resource allocation.
- Integration : Seamlessly connects to external management systems, allowing for consistent monitoring and updates.
- Access Control: Ensures secure access through privilege sets and licensing, safeguarding critical storage operations.
Using getStoragePureFlashBladeSystem
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 getStoragePureFlashBladeSystem(args: GetStoragePureFlashBladeSystemArgs, opts?: InvokeOptions): Promise<GetStoragePureFlashBladeSystemResult>
function getStoragePureFlashBladeSystemOutput(args: GetStoragePureFlashBladeSystemOutputArgs, opts?: InvokeOutputOptions): Output<GetStoragePureFlashBladeSystemResult>def get_storage_pure_flash_blade_system(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStoragePureFlashBladeSystemAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device_location: Optional[GetStoragePureFlashBladeSystemDeviceLocation] = None,
device_mo_id: Optional[str] = None,
device_type: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
file_system: Optional[GetStoragePureFlashBladeSystemFileSystem] = None,
hardware_version: Optional[str] = None,
id: Optional[str] = None,
is_upgraded: Optional[bool] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[str] = None,
object_store: Optional[GetStoragePureFlashBladeSystemObjectStore] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStoragePureFlashBladeSystemParent] = None,
permission_resources: Optional[Sequence[GetStoragePureFlashBladeSystemPermissionResource]] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetStoragePureFlashBladeSystemPreviousFru] = None,
registered_device: Optional[GetStoragePureFlashBladeSystemRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
storage_utilization: Optional[GetStoragePureFlashBladeSystemStorageUtilization] = None,
tags: Optional[Sequence[GetStoragePureFlashBladeSystemTag]] = None,
uuid: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetStoragePureFlashBladeSystemVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetStoragePureFlashBladeSystemResult
def get_storage_pure_flash_blade_system_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeSystemAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
device_location: pulumi.Input[Optional[GetStoragePureFlashBladeSystemDeviceLocationArgs]] = None,
device_mo_id: pulumi.Input[Optional[str]] = None,
device_type: pulumi.Input[Optional[str]] = None,
dn: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
file_system: pulumi.Input[Optional[GetStoragePureFlashBladeSystemFileSystemArgs]] = None,
hardware_version: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
is_upgraded: pulumi.Input[Optional[bool]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
model: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
nr_version: pulumi.Input[Optional[str]] = None,
object_store: pulumi.Input[Optional[GetStoragePureFlashBladeSystemObjectStoreArgs]] = None,
object_type: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetStoragePureFlashBladeSystemParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeSystemPermissionResourceArgs]]]] = None,
presence: pulumi.Input[Optional[str]] = None,
previous_fru: pulumi.Input[Optional[GetStoragePureFlashBladeSystemPreviousFruArgs]] = None,
registered_device: pulumi.Input[Optional[GetStoragePureFlashBladeSystemRegisteredDeviceArgs]] = None,
revision: pulumi.Input[Optional[str]] = None,
rn: pulumi.Input[Optional[str]] = None,
serial: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
storage_utilization: pulumi.Input[Optional[GetStoragePureFlashBladeSystemStorageUtilizationArgs]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeSystemTagArgs]]]] = None,
uuid: pulumi.Input[Optional[str]] = None,
vendor: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetStoragePureFlashBladeSystemVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetStoragePureFlashBladeSystemResult]func LookupStoragePureFlashBladeSystem(ctx *Context, args *LookupStoragePureFlashBladeSystemArgs, opts ...InvokeOption) (*LookupStoragePureFlashBladeSystemResult, error)
func LookupStoragePureFlashBladeSystemOutput(ctx *Context, args *LookupStoragePureFlashBladeSystemOutputArgs, opts ...InvokeOption) LookupStoragePureFlashBladeSystemResultOutput> Note: This function is named LookupStoragePureFlashBladeSystem in the Go SDK.
public static class GetStoragePureFlashBladeSystem
{
public static Task<GetStoragePureFlashBladeSystemResult> InvokeAsync(GetStoragePureFlashBladeSystemArgs args, InvokeOptions? opts = null)
public static Output<GetStoragePureFlashBladeSystemResult> Invoke(GetStoragePureFlashBladeSystemInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetStoragePureFlashBladeSystemResult> Invoke(GetStoragePureFlashBladeSystemInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetStoragePureFlashBladeSystemResult> getStoragePureFlashBladeSystem(GetStoragePureFlashBladeSystemArgs args, InvokeOptions options)
public static Output<GetStoragePureFlashBladeSystemResult> getStoragePureFlashBladeSystem(GetStoragePureFlashBladeSystemArgs args, InvokeOptions options)
public static Output<GetStoragePureFlashBladeSystemResult> getStoragePureFlashBladeSystem(GetStoragePureFlashBladeSystemArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getStoragePureFlashBladeSystem:getStoragePureFlashBladeSystem
arguments:
# arguments dictionarydata "intersight_get_storage_pure_flash_blade_system" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Pure Flash Blade System Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Location GetStorage Pure Flash Blade System Device Location - Device
Mo stringId - The database identifier of the registered device of an object.
- Device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System GetStorage Pure Flash Blade System File System - Hardware
Version string - The hardware version of the device.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Administrator defined name for the device.
- Nr
Version string - Current running software version of the device.
- Object
Store GetStorage Pure Flash Blade System Object Store - Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Flash Blade System Parent - Permission
Resources List<GetStorage Pure Flash Blade System Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Pure Flash Blade System Previous Fru - Registered
Device GetStorage Pure Flash Blade System Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
List<Get
Storage Pure Flash Blade System Tag> - Uuid string
- Unique identity of the device.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Pure Flash Blade System Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade System Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Location GetStorage Pure Flash Blade System Device Location - Device
Mo stringId - The database identifier of the registered device of an object.
- Device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System GetStorage Pure Flash Blade System File System - Hardware
Version string - The hardware version of the device.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Administrator defined name for the device.
- Nr
Version string - Current running software version of the device.
- Object
Store GetStorage Pure Flash Blade System Object Store - Object
Type string - Owners []string
- Parent
Get
Storage Pure Flash Blade System Parent - Permission
Resources []GetStorage Pure Flash Blade System Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Pure Flash Blade System Previous Fru - Registered
Device GetStorage Pure Flash Blade System Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
[]Get
Storage Pure Flash Blade System Tag - Uuid string
- Unique identity of the device.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Pure Flash Blade System Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- device_
location object - device_
mo_ stringid - The database identifier of the registered device of an object.
- device_
type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- file_
system object - hardware_
version string - The hardware version of the device.
- id string
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Administrator defined name for the device.
- nr_
version string - Current running software version of the device.
- object_
store object - object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru object - registered_
device object - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- storage_
utilization object - list(object)
- uuid string
- Unique identity of the device.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade System Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- device
Location GetStorage Pure Flash Blade System Device Location - device
Mo StringId - The database identifier of the registered device of an object.
- device
Type String - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System GetStorage Pure Flash Blade System File System - hardware
Version String - The hardware version of the device.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Administrator defined name for the device.
- nr
Version String - Current running software version of the device.
- object
Store GetStorage Pure Flash Blade System Object Store - object
Type String - owners List<String>
- parent
Get
Storage Pure Flash Blade System Parent - permission
Resources List<GetStorage Pure Flash Blade System Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Pure Flash Blade System Previous Fru - registered
Device GetStorage Pure Flash Blade System Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
List<Get
Storage Pure Flash Blade System Tag> - uuid String
- Unique identity of the device.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Pure Flash Blade System Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Flash Blade System Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Location GetStorage Pure Flash Blade System Device Location - device
Mo stringId - The database identifier of the registered device of an object.
- device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
System GetStorage Pure Flash Blade System File System - hardware
Version string - The hardware version of the device.
- id string
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Administrator defined name for the device.
- nr
Version string - Current running software version of the device.
- object
Store GetStorage Pure Flash Blade System Object Store - object
Type string - owners string[]
- parent
Get
Storage Pure Flash Blade System Parent - permission
Resources GetStorage Pure Flash Blade System Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Pure Flash Blade System Previous Fru - registered
Device GetStorage Pure Flash Blade System Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
Get
Storage Pure Flash Blade System Tag[] - uuid string
- Unique identity of the device.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Pure Flash Blade System Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade System Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
location GetStorage Pure Flash Blade System Device Location - device_
mo_ strid - The database identifier of the registered device of an object.
- device_
type str - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
system GetStorage Pure Flash Blade System File System - hardware_
version str - The hardware version of the device.
- id str
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Administrator defined name for the device.
- nr_
version str - Current running software version of the device.
- object_
store GetStorage Pure Flash Blade System Object Store - object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Flash Blade System Parent - permission_
resources Sequence[GetStorage Pure Flash Blade System Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetStorage Pure Flash Blade System Previous Fru - registered_
device GetStorage Pure Flash Blade System Registered Device - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilization GetStorage Pure Flash Blade System Storage Utilization -
Sequence[Get
Storage Pure Flash Blade System Tag] - uuid str
- Unique identity of the device.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetStorage Pure Flash Blade System Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device
Location Property Map - device
Mo StringId - The database identifier of the registered device of an object.
- device
Type String - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System Property Map - hardware
Version String - The hardware version of the device.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Administrator defined name for the device.
- nr
Version String - Current running software version of the device.
- object
Store Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilization Property Map - List<Property Map>
- uuid String
- Unique identity of the device.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map
getStoragePureFlashBladeSystem Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Pure Flash Blade System Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Pure Flash Blade System Ancestor> - Class
Id string - Create
Time string - Device
Location GetStorage Pure Flash Blade System Device Location - Device
Mo stringId - Device
Type string - Dn string
- Domain
Group stringMoid - File
System GetStorage Pure Flash Blade System File System - Hardware
Version string - Is
Upgraded bool - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Object
Store GetStorage Pure Flash Blade System Object Store - Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Flash Blade System Parent - Permission
Resources List<GetStorage Pure Flash Blade System Permission Resource> - Presence string
- Previous
Fru GetStorage Pure Flash Blade System Previous Fru - Registered
Device GetStorage Pure Flash Blade System Registered Device - Revision string
- Rn string
- Serial string
- string
- Storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
List<Get
Storage Pure Flash Blade System Tag> - Uuid string
- Vendor string
- Version
Context GetStorage Pure Flash Blade System Version Context
- Id string
- Results
[]Get
Storage Pure Flash Blade System Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade System Ancestor - Class
Id string - Create
Time string - Device
Location GetStorage Pure Flash Blade System Device Location - Device
Mo stringId - Device
Type string - Dn string
- Domain
Group stringMoid - File
System GetStorage Pure Flash Blade System File System - Hardware
Version string - Is
Upgraded bool - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Object
Store GetStorage Pure Flash Blade System Object Store - Object
Type string - Owners []string
- Parent
Get
Storage Pure Flash Blade System Parent - Permission
Resources []GetStorage Pure Flash Blade System Permission Resource - Presence string
- Previous
Fru GetStorage Pure Flash Blade System Previous Fru - Registered
Device GetStorage Pure Flash Blade System Registered Device - Revision string
- Rn string
- Serial string
- string
- Storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
[]Get
Storage Pure Flash Blade System Tag - Uuid string
- Vendor string
- Version
Context GetStorage Pure Flash Blade System Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - device_
location object - device_
mo_ stringid - device_
type string - dn string
- domain_
group_ stringmoid - file_
system object - hardware_
version string - is_
upgraded bool - mod_
time string - model string
- moid string
- name string
- nr_
version string - object_
store object - object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - presence string
- previous_
fru object - registered_
device object - revision string
- rn string
- serial string
- string
- storage_
utilization object - list(object)
- uuid string
- vendor string
- version_
context object
- id String
- results
List<Get
Storage Pure Flash Blade System Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade System Ancestor> - class
Id String - create
Time String - device
Location GetStorage Pure Flash Blade System Device Location - device
Mo StringId - device
Type String - dn String
- domain
Group StringMoid - file
System GetStorage Pure Flash Blade System File System - hardware
Version String - is
Upgraded Boolean - mod
Time String - model String
- moid String
- name String
- nr
Version String - object
Store GetStorage Pure Flash Blade System Object Store - object
Type String - owners List<String>
- parent
Get
Storage Pure Flash Blade System Parent - permission
Resources List<GetStorage Pure Flash Blade System Permission Resource> - presence String
- previous
Fru GetStorage Pure Flash Blade System Previous Fru - registered
Device GetStorage Pure Flash Blade System Registered Device - revision String
- rn String
- serial String
- String
- storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
List<Get
Storage Pure Flash Blade System Tag> - uuid String
- vendor String
- version
Context GetStorage Pure Flash Blade System Version Context
- id string
- results
Get
Storage Pure Flash Blade System Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Pure Flash Blade System Ancestor[] - class
Id string - create
Time string - device
Location GetStorage Pure Flash Blade System Device Location - device
Mo stringId - device
Type string - dn string
- domain
Group stringMoid - file
System GetStorage Pure Flash Blade System File System - hardware
Version string - is
Upgraded boolean - mod
Time string - model string
- moid string
- name string
- nr
Version string - object
Store GetStorage Pure Flash Blade System Object Store - object
Type string - owners string[]
- parent
Get
Storage Pure Flash Blade System Parent - permission
Resources GetStorage Pure Flash Blade System Permission Resource[] - presence string
- previous
Fru GetStorage Pure Flash Blade System Previous Fru - registered
Device GetStorage Pure Flash Blade System Registered Device - revision string
- rn string
- serial string
- string
- storage
Utilization GetStorage Pure Flash Blade System Storage Utilization -
Get
Storage Pure Flash Blade System Tag[] - uuid string
- vendor string
- version
Context GetStorage Pure Flash Blade System Version Context
- id str
- results
Sequence[Get
Storage Pure Flash Blade System Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade System Ancestor] - class_
id str - create_
time str - device_
location GetStorage Pure Flash Blade System Device Location - device_
mo_ strid - device_
type str - dn str
- domain_
group_ strmoid - file_
system GetStorage Pure Flash Blade System File System - hardware_
version str - is_
upgraded bool - mod_
time str - model str
- moid str
- name str
- nr_
version str - object_
store GetStorage Pure Flash Blade System Object Store - object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Flash Blade System Parent - permission_
resources Sequence[GetStorage Pure Flash Blade System Permission Resource] - presence str
- previous_
fru GetStorage Pure Flash Blade System Previous Fru - registered_
device GetStorage Pure Flash Blade System Registered Device - revision str
- rn str
- serial str
- str
- storage_
utilization GetStorage Pure Flash Blade System Storage Utilization -
Sequence[Get
Storage Pure Flash Blade System Tag] - uuid str
- vendor str
- version_
context GetStorage Pure Flash Blade System Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - device
Location Property Map - device
Mo StringId - device
Type String - dn String
- domain
Group StringMoid - file
System Property Map - hardware
Version String - is
Upgraded Boolean - mod
Time String - model String
- moid String
- name String
- nr
Version String - object
Store Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - presence String
- previous
Fru Property Map - registered
Device Property Map - revision String
- rn String
- serial String
- String
- storage
Utilization Property Map - List<Property Map>
- uuid String
- vendor String
- version
Context Property Map
Supporting Types
GetStoragePureFlashBladeSystemAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemDeviceLocation
- Additional
Properties string - Address string
- The information about the address.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Latitude double
- Location latitude in decimal degrees format.
- Longitude double
- Location longitude in decimal degrees format.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Address string
- The information about the address.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Latitude float64
- Location latitude in decimal degrees format.
- Longitude float64
- Location longitude in decimal degrees format.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties string - address string
- The information about the address.
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- latitude number
- Location latitude in decimal degrees format.
- longitude number
- Location longitude in decimal degrees format.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address String
- The information about the address.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- latitude Double
- Location latitude in decimal degrees format.
- longitude Double
- Location longitude in decimal degrees format.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - address string
- The information about the address.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- latitude number
- Location latitude in decimal degrees format.
- longitude number
- Location longitude in decimal degrees format.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - address str
- The information about the address.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- latitude float
- Location latitude in decimal degrees format.
- longitude float
- Location longitude in decimal degrees format.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address String
- The information about the address.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- latitude Number
- Location latitude in decimal degrees format.
- longitude Number
- Location longitude in decimal degrees format.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetStoragePureFlashBladeSystemFileSystem
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio double - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed double
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- Destroyed
Virtual double - The amount of destroyed logically written data within the child containers, in bytes.
- Free double
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot double
- Physical usage by snapshots, other than unique in bytes.
- Total double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used double
- Used or consumed storage capacity, represented in bytes.
- Virtual double
- Logically consumed space for the object, in bytes.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned float64 - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio float64 - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction float64 - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed float64
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- Destroyed
Virtual float64 - The amount of destroyed logically written data within the child containers, in bytes.
- Free float64
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity float64
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot float64
- Physical usage by snapshots, other than unique in bytes.
- Total float64
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned float64 - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique float64
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used float64
- Used or consumed storage capacity, represented in bytes.
- Virtual float64
- Logically consumed space for the object, in bytes.
- additional_
properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available_
provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available_
ratio number - The ratio of the available space versus the total provisioned space.
- capacity_
utilization number - Percentage of used capacity.
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data_
reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed_
virtual number - The amount of destroyed logically written data within the child containers, in bytes.
- free number
- Unused space available for applications to consume, represented in bytes.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot number
- Physical usage by snapshots, other than unique in bytes.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total_
provisioned number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used number
- Used or consumed storage capacity, represented in bytes.
- virtual number
- Logically consumed space for the object, in bytes.
- additional
Properties String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned Double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio Double - The ratio of the available space versus the total provisioned space.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction Double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed Double
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual Double - The amount of destroyed logically written data within the child containers, in bytes.
- free Double
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity Double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot Double
- Physical usage by snapshots, other than unique in bytes.
- total Double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned Double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique Double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used Double
- Used or consumed storage capacity, represented in bytes.
- virtual Double
- Logically consumed space for the object, in bytes.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio number - The ratio of the available space versus the total provisioned space.
- capacity
Utilization number - Percentage of used capacity.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual number - The amount of destroyed logically written data within the child containers, in bytes.
- free number
- Unused space available for applications to consume, represented in bytes.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot number
- Physical usage by snapshots, other than unique in bytes.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used number
- Used or consumed storage capacity, represented in bytes.
- virtual number
- Logically consumed space for the object, 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.
- available_
provisioned float - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available_
ratio float - The ratio of the available space versus the total provisioned space.
- 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.
- data_
reduction float - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed float
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed_
virtual float - The amount of destroyed logically written data within the child containers, in bytes.
- 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.
- parity float
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot float
- Physical usage by snapshots, other than unique in bytes.
- total float
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total_
provisioned float - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique float
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used float
- Used or consumed storage capacity, represented in bytes.
- virtual float
- Logically consumed space for the object, in bytes.
- additional
Properties String - available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned Number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio Number - The ratio of the available space versus the total provisioned space.
- capacity
Utilization Number - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction Number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed Number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual Number - The amount of destroyed logically written data within the child containers, in bytes.
- free Number
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity Number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot Number
- Physical usage by snapshots, other than unique in bytes.
- total Number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned Number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique Number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used Number
- Used or consumed storage capacity, represented in bytes.
- virtual Number
- Logically consumed space for the object, in bytes.
GetStoragePureFlashBladeSystemObjectStore
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio double - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed double
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- Destroyed
Virtual double - The amount of destroyed logically written data within the child containers, in bytes.
- Free double
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot double
- Physical usage by snapshots, other than unique in bytes.
- Total double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used double
- Used or consumed storage capacity, represented in bytes.
- Virtual double
- Logically consumed space for the object, in bytes.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned float64 - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio float64 - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction float64 - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed float64
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- Destroyed
Virtual float64 - The amount of destroyed logically written data within the child containers, in bytes.
- Free float64
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity float64
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot float64
- Physical usage by snapshots, other than unique in bytes.
- Total float64
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned float64 - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique float64
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used float64
- Used or consumed storage capacity, represented in bytes.
- Virtual float64
- Logically consumed space for the object, in bytes.
- additional_
properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available_
provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available_
ratio number - The ratio of the available space versus the total provisioned space.
- capacity_
utilization number - Percentage of used capacity.
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data_
reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed_
virtual number - The amount of destroyed logically written data within the child containers, in bytes.
- free number
- Unused space available for applications to consume, represented in bytes.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot number
- Physical usage by snapshots, other than unique in bytes.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total_
provisioned number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used number
- Used or consumed storage capacity, represented in bytes.
- virtual number
- Logically consumed space for the object, in bytes.
- additional
Properties String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned Double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio Double - The ratio of the available space versus the total provisioned space.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction Double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed Double
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual Double - The amount of destroyed logically written data within the child containers, in bytes.
- free Double
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity Double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot Double
- Physical usage by snapshots, other than unique in bytes.
- total Double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned Double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique Double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used Double
- Used or consumed storage capacity, represented in bytes.
- virtual Double
- Logically consumed space for the object, in bytes.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio number - The ratio of the available space versus the total provisioned space.
- capacity
Utilization number - Percentage of used capacity.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual number - The amount of destroyed logically written data within the child containers, in bytes.
- free number
- Unused space available for applications to consume, represented in bytes.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot number
- Physical usage by snapshots, other than unique in bytes.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used number
- Used or consumed storage capacity, represented in bytes.
- virtual number
- Logically consumed space for the object, 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.
- available_
provisioned float - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available_
ratio float - The ratio of the available space versus the total provisioned space.
- 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.
- data_
reduction float - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed float
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed_
virtual float - The amount of destroyed logically written data within the child containers, in bytes.
- 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.
- parity float
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot float
- Physical usage by snapshots, other than unique in bytes.
- total float
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total_
provisioned float - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique float
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used float
- Used or consumed storage capacity, represented in bytes.
- virtual float
- Logically consumed space for the object, in bytes.
- additional
Properties String - available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned Number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio Number - The ratio of the available space versus the total provisioned space.
- capacity
Utilization Number - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction Number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed Number
- Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.
- destroyed
Virtual Number - The amount of destroyed logically written data within the child containers, in bytes.
- free Number
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity Number
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot Number
- Physical usage by snapshots, other than unique in bytes.
- total Number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned Number - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique Number
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used Number
- Used or consumed storage capacity, represented in bytes.
- virtual Number
- Logically consumed space for the object, in bytes.
GetStoragePureFlashBladeSystemParent
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemPreviousFru
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Pure Flash Blade System Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Locations List<GetStorage Pure Flash Blade System Result Device Location> - Device
Mo stringId - The database identifier of the registered device of an object.
- Device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Systems List<GetStorage Pure Flash Blade System Result File System> - Hardware
Version string - The hardware version of the device.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Administrator defined name for the device.
- Nr
Version string - Current running software version of the device.
- Object
Stores List<GetStorage Pure Flash Blade System Result Object Store> - Object
Type string - Owners List<string>
- Parents
List<Get
Storage Pure Flash Blade System Result Parent> - Permission
Resources List<GetStorage Pure Flash Blade System Result Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetStorage Pure Flash Blade System Result Previous Frus> - Registered
Devices List<GetStorage Pure Flash Blade System Result Registered Device> - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Storage
Utilizations List<GetStorage Pure Flash Blade System Result Storage Utilization> -
List<Get
Storage Pure Flash Blade System Result Tag> - Uuid string
- Unique identity of the device.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetStorage Pure Flash Blade System Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade System Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Locations []GetStorage Pure Flash Blade System Result Device Location - Device
Mo stringId - The database identifier of the registered device of an object.
- Device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Systems []GetStorage Pure Flash Blade System Result File System - Hardware
Version string - The hardware version of the device.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Administrator defined name for the device.
- Nr
Version string - Current running software version of the device.
- Object
Stores []GetStorage Pure Flash Blade System Result Object Store - Object
Type string - Owners []string
- Parents
[]Get
Storage Pure Flash Blade System Result Parent - Permission
Resources []GetStorage Pure Flash Blade System Result Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetStorage Pure Flash Blade System Result Previous Frus - Registered
Devices []GetStorage Pure Flash Blade System Result Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Storage
Utilizations []GetStorage Pure Flash Blade System Result Storage Utilization -
[]Get
Storage Pure Flash Blade System Result Tag - Uuid string
- Unique identity of the device.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetStorage Pure Flash Blade System Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- device_
locations list(object) - device_
mo_ stringid - The database identifier of the registered device of an object.
- device_
type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- file_
systems list(object) - hardware_
version string - The hardware version of the device.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Administrator defined name for the device.
- nr_
version string - Current running software version of the device.
- object_
stores list(object) - object_
type string - owners list(string)
- parents list(object)
- permission_
resources list(object) - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus list(object) - registered_
devices list(object) - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- storage_
utilizations list(object) - list(object)
- uuid string
- Unique identity of the device.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade System Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- device
Locations List<GetStorage Pure Flash Blade System Result Device Location> - device
Mo StringId - The database identifier of the registered device of an object.
- device
Type String - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Systems List<GetStorage Pure Flash Blade System Result File System> - hardware
Version String - The hardware version of the device.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Administrator defined name for the device.
- nr
Version String - Current running software version of the device.
- object
Stores List<GetStorage Pure Flash Blade System Result Object Store> - object
Type String - owners List<String>
- parents
List<Get
Storage Pure Flash Blade System Result Parent> - permission
Resources List<GetStorage Pure Flash Blade System Result Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetStorage Pure Flash Blade System Result Previous Frus> - registered
Devices List<GetStorage Pure Flash Blade System Result Registered Device> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilizations List<GetStorage Pure Flash Blade System Result Storage Utilization> -
List<Get
Storage Pure Flash Blade System Result Tag> - uuid String
- Unique identity of the device.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetStorage Pure Flash Blade System Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Flash Blade System Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Locations GetStorage Pure Flash Blade System Result Device Location[] - device
Mo stringId - The database identifier of the registered device of an object.
- device
Type string - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
Systems GetStorage Pure Flash Blade System Result File System[] - hardware
Version string - The hardware version of the device.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Administrator defined name for the device.
- nr
Version string - Current running software version of the device.
- object
Stores GetStorage Pure Flash Blade System Result Object Store[] - object
Type string - owners string[]
- parents
Get
Storage Pure Flash Blade System Result Parent[] - permission
Resources GetStorage Pure Flash Blade System Result Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetStorage Pure Flash Blade System Result Previous Frus[] - registered
Devices GetStorage Pure Flash Blade System Result Registered Device[] - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilizations GetStorage Pure Flash Blade System Result Storage Utilization[] -
Get
Storage Pure Flash Blade System Result Tag[] - uuid string
- Unique identity of the device.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetStorage Pure Flash Blade System Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade System Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
locations Sequence[GetStorage Pure Flash Blade System Result Device Location] - device_
mo_ strid - The database identifier of the registered device of an object.
- device_
type str - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
systems Sequence[GetStorage Pure Flash Blade System Result File System] - hardware_
version str - The hardware version of the device.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Administrator defined name for the device.
- nr_
version str - Current running software version of the device.
- object_
stores Sequence[GetStorage Pure Flash Blade System Result Object Store] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Storage Pure Flash Blade System Result Parent] - permission_
resources Sequence[GetStorage Pure Flash Blade System Result Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus Sequence[GetStorage Pure Flash Blade System Result Previous Frus] - registered_
devices Sequence[GetStorage Pure Flash Blade System Result Registered Device] - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilizations Sequence[GetStorage Pure Flash Blade System Result Storage Utilization] -
Sequence[Get
Storage Pure Flash Blade System Result Tag] - uuid str
- Unique identity of the device.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetStorage Pure Flash Blade System Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device
Locations List<Property Map> - device
Mo StringId - The database identifier of the registered device of an object.
- device
Type String - The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Systems List<Property Map> - hardware
Version String - The hardware version of the device.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Administrator defined name for the device.
- nr
Version String - Current running software version of the device.
- object
Stores List<Property Map> - object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - registered
Devices List<Property Map> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- storage
Utilizations List<Property Map> - List<Property Map>
- uuid String
- Unique identity of the device.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map>
GetStoragePureFlashBladeSystemResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultDeviceLocation
- Additional
Properties string - Address string
- Class
Id string - Latitude double
- Longitude double
- Object
Type string
- Additional
Properties string - Address string
- Class
Id string - Latitude float64
- Longitude float64
- Object
Type string
- additional_
properties string - address string
- class_
id string - latitude number
- longitude number
- object_
type string
- additional
Properties String - address String
- class
Id String - latitude Double
- longitude Double
- object
Type String
- additional
Properties string - address string
- class
Id string - latitude number
- longitude number
- object
Type string
- additional_
properties str - address str
- class_
id str - latitude float
- longitude float
- object_
type str
- additional
Properties String - address String
- class
Id String - latitude Number
- longitude Number
- object
Type String
GetStoragePureFlashBladeSystemResultFileSystem
- Additional
Properties string - Available double
- Available
Provisioned double - Available
Ratio double - Capacity
Utilization double - Class
Id string - Data
Reduction double - Destroyed double
- Destroyed
Virtual double - Free double
- Object
Type string - Parity double
- Snapshot double
- Total double
- Total
Provisioned double - Unique double
- Used double
- Virtual double
- Additional
Properties string - Available float64
- Available
Provisioned float64 - Available
Ratio float64 - Capacity
Utilization float64 - Class
Id string - Data
Reduction float64 - Destroyed float64
- Destroyed
Virtual float64 - Free float64
- Object
Type string - Parity float64
- Snapshot float64
- Total float64
- Total
Provisioned float64 - Unique float64
- Used float64
- Virtual float64
- additional_
properties string - available number
- available_
provisioned number - available_
ratio number - capacity_
utilization number - class_
id string - data_
reduction number - destroyed number
- destroyed_
virtual number - free number
- object_
type string - parity number
- snapshot number
- total number
- total_
provisioned number - unique number
- used number
- virtual number
- additional
Properties String - available Double
- available
Provisioned Double - available
Ratio Double - capacity
Utilization Double - class
Id String - data
Reduction Double - destroyed Double
- destroyed
Virtual Double - free Double
- object
Type String - parity Double
- snapshot Double
- total Double
- total
Provisioned Double - unique Double
- used Double
- virtual Double
- additional
Properties string - available number
- available
Provisioned number - available
Ratio number - capacity
Utilization number - class
Id string - data
Reduction number - destroyed number
- destroyed
Virtual number - free number
- object
Type string - parity number
- snapshot number
- total number
- total
Provisioned number - unique number
- used number
- virtual number
- additional_
properties str - available float
- available_
provisioned float - available_
ratio float - capacity_
utilization float - class_
id str - data_
reduction float - destroyed float
- destroyed_
virtual float - free float
- object_
type str - parity float
- snapshot float
- total float
- total_
provisioned float - unique float
- used float
- virtual float
- additional
Properties String - available Number
- available
Provisioned Number - available
Ratio Number - capacity
Utilization Number - class
Id String - data
Reduction Number - destroyed Number
- destroyed
Virtual Number - free Number
- object
Type String - parity Number
- snapshot Number
- total Number
- total
Provisioned Number - unique Number
- used Number
- virtual Number
GetStoragePureFlashBladeSystemResultObjectStore
- Additional
Properties string - Available double
- Available
Provisioned double - Available
Ratio double - Capacity
Utilization double - Class
Id string - Data
Reduction double - Destroyed double
- Destroyed
Virtual double - Free double
- Object
Type string - Parity double
- Snapshot double
- Total double
- Total
Provisioned double - Unique double
- Used double
- Virtual double
- Additional
Properties string - Available float64
- Available
Provisioned float64 - Available
Ratio float64 - Capacity
Utilization float64 - Class
Id string - Data
Reduction float64 - Destroyed float64
- Destroyed
Virtual float64 - Free float64
- Object
Type string - Parity float64
- Snapshot float64
- Total float64
- Total
Provisioned float64 - Unique float64
- Used float64
- Virtual float64
- additional_
properties string - available number
- available_
provisioned number - available_
ratio number - capacity_
utilization number - class_
id string - data_
reduction number - destroyed number
- destroyed_
virtual number - free number
- object_
type string - parity number
- snapshot number
- total number
- total_
provisioned number - unique number
- used number
- virtual number
- additional
Properties String - available Double
- available
Provisioned Double - available
Ratio Double - capacity
Utilization Double - class
Id String - data
Reduction Double - destroyed Double
- destroyed
Virtual Double - free Double
- object
Type String - parity Double
- snapshot Double
- total Double
- total
Provisioned Double - unique Double
- used Double
- virtual Double
- additional
Properties string - available number
- available
Provisioned number - available
Ratio number - capacity
Utilization number - class
Id string - data
Reduction number - destroyed number
- destroyed
Virtual number - free number
- object
Type string - parity number
- snapshot number
- total number
- total
Provisioned number - unique number
- used number
- virtual number
- additional_
properties str - available float
- available_
provisioned float - available_
ratio float - capacity_
utilization float - class_
id str - data_
reduction float - destroyed float
- destroyed_
virtual float - free float
- object_
type str - parity float
- snapshot float
- total float
- total_
provisioned float - unique float
- used float
- virtual float
- additional
Properties String - available Number
- available
Provisioned Number - available
Ratio Number - capacity
Utilization Number - class
Id String - data
Reduction Number - destroyed Number
- destroyed
Virtual Number - free Number
- object
Type String - parity Number
- snapshot Number
- total Number
- total
Provisioned Number - unique Number
- used Number
- virtual Number
GetStoragePureFlashBladeSystemResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultPreviousFrus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultStorageUtilization
- Additional
Properties string - Available double
- Capacity
Utilization double - Class
Id string - Free double
- Object
Type string - Total double
- Used double
- Additional
Properties string - Available float64
- Capacity
Utilization float64 - Class
Id string - Free float64
- Object
Type string - Total float64
- Used float64
- additional_
properties string - available number
- capacity_
utilization number - class_
id string - free number
- object_
type string - total number
- used number
- additional
Properties String - available Double
- capacity
Utilization Double - class
Id String - free Double
- object
Type String - total Double
- used Double
- additional
Properties string - available number
- capacity
Utilization number - class
Id string - free number
- object
Type 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
- additional
Properties String - available Number
- capacity
Utilization Number - class
Id String - free Number
- object
Type String - total Number
- used Number
GetStoragePureFlashBladeSystemResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetStoragePureFlashBladeSystemResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetStorage Pure Flash Blade System Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Current running software version of the device.
- Object
Type string - Ref
Mos List<GetStorage Pure Flash Blade System Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetStorage Pure Flash Blade System Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Current running software version of the device.
- Object
Type string - Ref
Mos []GetStorage Pure Flash Blade System Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - Current running software version of the device.
- object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<GetStorage Pure Flash Blade System Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Current running software version of the device.
- object
Type String - ref
Mos List<GetStorage Pure Flash Blade System Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetStorage Pure Flash Blade System Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Current running software version of the device.
- object
Type string - ref
Mos GetStorage Pure Flash Blade System Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetStorage Pure Flash Blade System Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Current running software version of the device.
- object_
type str - ref_
mos Sequence[GetStorage Pure Flash Blade System Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Current running software version of the device.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStoragePureFlashBladeSystemResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureFlashBladeSystemStorageUtilization
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id string - The fully-qualified name 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.
- Object
Type 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.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id string - The fully-qualified name 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.
- Object
Type 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.
- additional_
properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity_
utilization number - Percentage of used capacity.
- class_
id string - The fully-qualified name 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.
- object_
type 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 String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id String - The fully-qualified name 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.
- object
Type 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.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization number - Percentage of used capacity.
- class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Number - Percentage of used capacity.
- class
Id String - The fully-qualified name 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.
- object
Type 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.
GetStoragePureFlashBladeSystemTag
- Additional
Properties string - Ancestor
Definitions List<GetStorage Pure Flash Blade System Tag Ancestor Definition> - Definition
Get
Storage Pure Flash Blade System Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetStorage Pure Flash Blade System Tag Ancestor Definition - Definition
Get
Storage Pure Flash Blade System Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetStorage Pure Flash Blade System Tag Ancestor Definition> - definition
Get
Storage Pure Flash Blade System Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetStorage Pure Flash Blade System Tag Ancestor Definition[] - definition
Get
Storage Pure Flash Blade System Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetStorage Pure Flash Blade System Tag Ancestor Definition] - definition
Get
Storage Pure Flash Blade System Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetStoragePureFlashBladeSystemTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetStorage Pure Flash Blade System 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 string - Current running software version of the device.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Pure Flash Blade System Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []GetStorage Pure Flash Blade System 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 string - Current running software version of the device.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Pure Flash Blade System Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - class_
id string - The fully-qualified name 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 list(object) - 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 string - Current running software version of the device.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type 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 String - class
Id String - The fully-qualified name 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 List<GetStorage Pure Flash Blade System Version Context Interested Mo> - marked
For 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.
- nr
Version String - Current running software version of the device.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Pure Flash Blade System Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetStorage Pure Flash Blade System Version Context Interested Mo[] - marked
For 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.
- nr
Version string - Current running software version of the device.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Pure Flash Blade System Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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 Pure Flash Blade System 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 - Current running software version of the device.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetStorage Pure Flash Blade System 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For 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.
- nr
Version String - Current running software version of the device.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetStoragePureFlashBladeSystemVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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'.
GetStoragePureFlashBladeSystemVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - class_
id string - The fully-qualified name 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.
- object_
type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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.
published on Monday, Aug 24, 2026 by ciscodevnet