published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The PureFlashBladeFileSystem object represents a file system entity within the PureStorage FlashBlade array. It is a foundational model for organizing and managing file-based storage resources.
Purpose
PureFlashBladeFileSystem is designed to facilitate the creation, monitoring, and management of file systems, supporting quota limits, replication status, and utilization tracking within the FlashBlade environment.
Key Concepts
- File System Management: Enables structured organization and oversight of file-based storage, including quotas and writable status.
- Replication Support: Integrates promotion status for replicated file systems, supporting disaster recovery and high availability.
- Utilization Metrics: Tracks space usage for resource planning and optimization.
- Relationship Mapping: Connects file systems to their storage arrays and device registrations for seamless integration.
Using getStoragePureFlashBladeFileSystem
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 getStoragePureFlashBladeFileSystem(args: GetStoragePureFlashBladeFileSystemArgs, opts?: InvokeOptions): Promise<GetStoragePureFlashBladeFileSystemResult>
function getStoragePureFlashBladeFileSystemOutput(args: GetStoragePureFlashBladeFileSystemOutputArgs, opts?: InvokeOutputOptions): Output<GetStoragePureFlashBladeFileSystemResult>def get_storage_pure_flash_blade_file_system(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStoragePureFlashBladeFileSystemAncestor]] = None,
array: Optional[GetStoragePureFlashBladeFileSystemArray] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
created_time: Optional[str] = None,
destroyed: Optional[bool] = None,
domain_group_moid: Optional[str] = None,
file_system_id: Optional[str] = None,
hard_limit_enabled: Optional[bool] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStoragePureFlashBladeFileSystemParent] = None,
permission_resources: Optional[Sequence[GetStoragePureFlashBladeFileSystemPermissionResource]] = None,
promotion_status: Optional[str] = None,
provisioned: Optional[float] = None,
registered_device: Optional[GetStoragePureFlashBladeFileSystemRegisteredDevice] = None,
shared_scope: Optional[str] = None,
storage_utilization: Optional[GetStoragePureFlashBladeFileSystemStorageUtilization] = None,
tags: Optional[Sequence[GetStoragePureFlashBladeFileSystemTag]] = None,
version_context: Optional[GetStoragePureFlashBladeFileSystemVersionContext] = None,
writable: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetStoragePureFlashBladeFileSystemResult
def get_storage_pure_flash_blade_file_system_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeFileSystemAncestorArgs]]]] = None,
array: pulumi.Input[Optional[GetStoragePureFlashBladeFileSystemArrayArgs]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
created_time: pulumi.Input[Optional[str]] = None,
destroyed: pulumi.Input[Optional[bool]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
file_system_id: pulumi.Input[Optional[str]] = None,
hard_limit_enabled: pulumi.Input[Optional[bool]] = None,
id: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetStoragePureFlashBladeFileSystemParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeFileSystemPermissionResourceArgs]]]] = None,
promotion_status: pulumi.Input[Optional[str]] = None,
provisioned: pulumi.Input[Optional[float]] = None,
registered_device: pulumi.Input[Optional[GetStoragePureFlashBladeFileSystemRegisteredDeviceArgs]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
storage_utilization: pulumi.Input[Optional[GetStoragePureFlashBladeFileSystemStorageUtilizationArgs]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureFlashBladeFileSystemTagArgs]]]] = None,
version_context: pulumi.Input[Optional[GetStoragePureFlashBladeFileSystemVersionContextArgs]] = None,
writable: pulumi.Input[Optional[bool]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetStoragePureFlashBladeFileSystemResult]func LookupStoragePureFlashBladeFileSystem(ctx *Context, args *LookupStoragePureFlashBladeFileSystemArgs, opts ...InvokeOption) (*LookupStoragePureFlashBladeFileSystemResult, error)
func LookupStoragePureFlashBladeFileSystemOutput(ctx *Context, args *LookupStoragePureFlashBladeFileSystemOutputArgs, opts ...InvokeOption) LookupStoragePureFlashBladeFileSystemResultOutput> Note: This function is named LookupStoragePureFlashBladeFileSystem in the Go SDK.
public static class GetStoragePureFlashBladeFileSystem
{
public static Task<GetStoragePureFlashBladeFileSystemResult> InvokeAsync(GetStoragePureFlashBladeFileSystemArgs args, InvokeOptions? opts = null)
public static Output<GetStoragePureFlashBladeFileSystemResult> Invoke(GetStoragePureFlashBladeFileSystemInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetStoragePureFlashBladeFileSystemResult> Invoke(GetStoragePureFlashBladeFileSystemInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetStoragePureFlashBladeFileSystemResult> getStoragePureFlashBladeFileSystem(GetStoragePureFlashBladeFileSystemArgs args, InvokeOptions options)
public static Output<GetStoragePureFlashBladeFileSystemResult> getStoragePureFlashBladeFileSystem(GetStoragePureFlashBladeFileSystemArgs args, InvokeOptions options)
public static Output<GetStoragePureFlashBladeFileSystemResult> getStoragePureFlashBladeFileSystem(GetStoragePureFlashBladeFileSystemArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getStoragePureFlashBladeFileSystem:getStoragePureFlashBladeFileSystem
arguments:
# arguments dictionarydata "intersight_get_storage_pure_flash_blade_file_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 File System Ancestor> - Array
Get
Storage Pure Flash Blade File System Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Created
Time string - Creation timestamp of the file system.
- Destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System stringId - A non-modifiable, globally unique ID chosen by the system.
- Hard
Limit boolEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the object (e.g., a file system or snapshot).
- Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Flash Blade File System Parent - Permission
Resources List<GetStorage Pure Flash Blade File System Permission Resource> - Promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- Provisioned double
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- Registered
Device GetStorage Pure Flash Blade File System Registered Device - 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 File System Storage Utilization -
List<Get
Storage Pure Flash Blade File System Tag> - Version
Context GetStorage Pure Flash Blade File System Version Context - Writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade File System Ancestor - Array
Get
Storage Pure Flash Blade File System Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Created
Time string - Creation timestamp of the file system.
- Destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System stringId - A non-modifiable, globally unique ID chosen by the system.
- Hard
Limit boolEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the object (e.g., a file system or snapshot).
- Object
Type string - Owners []string
- Parent
Get
Storage Pure Flash Blade File System Parent - Permission
Resources []GetStorage Pure Flash Blade File System Permission Resource - Promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- Provisioned float64
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- Registered
Device GetStorage Pure Flash Blade File System Registered Device - 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 File System Storage Utilization -
[]Get
Storage Pure Flash Blade File System Tag - Version
Context GetStorage Pure Flash Blade File System Version Context - Writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- array object
- class_
id string - create_
time string - The time when this managed object was created.
- created_
time string - Creation timestamp of the file system.
- destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- file_
system_ stringid - A non-modifiable, globally unique ID chosen by the system.
- hard_
limit_ boolenabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- id string
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the object (e.g., a file system or snapshot).
- object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - promotion_
status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered_
device object - 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)
- version_
context object - writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade File System Ancestor> - array
Get
Storage Pure Flash Blade File System Array - class
Id String - create
Time String - The time when this managed object was created.
- created
Time String - Creation timestamp of the file system.
- destroyed Boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System StringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit BooleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the object (e.g., a file system or snapshot).
- object
Type String - owners List<String>
- parent
Get
Storage Pure Flash Blade File System Parent - permission
Resources List<GetStorage Pure Flash Blade File System Permission Resource> - promotion
Status String - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned Double
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Device GetStorage Pure Flash Blade File System Registered Device - 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 File System Storage Utilization -
List<Get
Storage Pure Flash Blade File System Tag> - version
Context GetStorage Pure Flash Blade File System Version Context - writable Boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Flash Blade File System Ancestor[] - array
Get
Storage Pure Flash Blade File System Array - class
Id string - create
Time string - The time when this managed object was created.
- created
Time string - Creation timestamp of the file system.
- destroyed boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
System stringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit booleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the object (e.g., a file system or snapshot).
- object
Type string - owners string[]
- parent
Get
Storage Pure Flash Blade File System Parent - permission
Resources GetStorage Pure Flash Blade File System Permission Resource[] - promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Device GetStorage Pure Flash Blade File System Registered Device - 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 File System Storage Utilization -
Get
Storage Pure Flash Blade File System Tag[] - version
Context GetStorage Pure Flash Blade File System Version Context - writable boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade File System Ancestor] - array
Get
Storage Pure Flash Blade File System Array - class_
id str - create_
time str - The time when this managed object was created.
- created_
time str - Creation timestamp of the file system.
- destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
system_ strid - A non-modifiable, globally unique ID chosen by the system.
- hard_
limit_ boolenabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- id str
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the object (e.g., a file system or snapshot).
- object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Flash Blade File System Parent - permission_
resources Sequence[GetStorage Pure Flash Blade File System Permission Resource] - promotion_
status str - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned float
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered_
device GetStorage Pure Flash Blade File System Registered Device - 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 File System Storage Utilization -
Sequence[Get
Storage Pure Flash Blade File System Tag] - version_
context GetStorage Pure Flash Blade File System Version Context - writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- array Property Map
- class
Id String - create
Time String - The time when this managed object was created.
- created
Time String - Creation timestamp of the file system.
- destroyed Boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System StringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit BooleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the object (e.g., a file system or snapshot).
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - promotion
Status String - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned Number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Device Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilization Property Map - List<Property Map>
- version
Context Property Map - writable Boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
getStoragePureFlashBladeFileSystem Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Pure Flash Blade File System Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Pure Flash Blade File System Ancestor> - Array
Get
Storage Pure Flash Blade File System Array - Class
Id string - Create
Time string - Created
Time string - Destroyed bool
- Domain
Group stringMoid - File
System stringId - Hard
Limit boolEnabled - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Flash Blade File System Parent - Permission
Resources List<GetStorage Pure Flash Blade File System Permission Resource> - Promotion
Status string - Provisioned double
- Registered
Device GetStorage Pure Flash Blade File System Registered Device - string
- Storage
Utilization GetStorage Pure Flash Blade File System Storage Utilization -
List<Get
Storage Pure Flash Blade File System Tag> - Version
Context GetStorage Pure Flash Blade File System Version Context - Writable bool
- Id string
- Results
[]Get
Storage Pure Flash Blade File System Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade File System Ancestor - Array
Get
Storage Pure Flash Blade File System Array - Class
Id string - Create
Time string - Created
Time string - Destroyed bool
- Domain
Group stringMoid - File
System stringId - Hard
Limit boolEnabled - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Storage Pure Flash Blade File System Parent - Permission
Resources []GetStorage Pure Flash Blade File System Permission Resource - Promotion
Status string - Provisioned float64
- Registered
Device GetStorage Pure Flash Blade File System Registered Device - string
- Storage
Utilization GetStorage Pure Flash Blade File System Storage Utilization -
[]Get
Storage Pure Flash Blade File System Tag - Version
Context GetStorage Pure Flash Blade File System Version Context - Writable bool
- id string
- results list(object)
- account_
moid string - additional_
properties string - ancestors list(object)
- array object
- class_
id string - create_
time string - created_
time string - destroyed bool
- domain_
group_ stringmoid - file_
system_ stringid - hard_
limit_ boolenabled - mod_
time string - moid string
- name string
- object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - promotion_
status string - provisioned number
- registered_
device object - string
- storage_
utilization object - list(object)
- version_
context object - writable bool
- id String
- results
List<Get
Storage Pure Flash Blade File System Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade File System Ancestor> - array
Get
Storage Pure Flash Blade File System Array - class
Id String - create
Time String - created
Time String - destroyed Boolean
- domain
Group StringMoid - file
System StringId - hard
Limit BooleanEnabled - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Storage Pure Flash Blade File System Parent - permission
Resources List<GetStorage Pure Flash Blade File System Permission Resource> - promotion
Status String - provisioned Double
- registered
Device GetStorage Pure Flash Blade File System Registered Device - String
- storage
Utilization GetStorage Pure Flash Blade File System Storage Utilization -
List<Get
Storage Pure Flash Blade File System Tag> - version
Context GetStorage Pure Flash Blade File System Version Context - writable Boolean
- id string
- results
Get
Storage Pure Flash Blade File System Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Pure Flash Blade File System Ancestor[] - array
Get
Storage Pure Flash Blade File System Array - class
Id string - create
Time string - created
Time string - destroyed boolean
- domain
Group stringMoid - file
System stringId - hard
Limit booleanEnabled - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Storage Pure Flash Blade File System Parent - permission
Resources GetStorage Pure Flash Blade File System Permission Resource[] - promotion
Status string - provisioned number
- registered
Device GetStorage Pure Flash Blade File System Registered Device - string
- storage
Utilization GetStorage Pure Flash Blade File System Storage Utilization -
Get
Storage Pure Flash Blade File System Tag[] - version
Context GetStorage Pure Flash Blade File System Version Context - writable boolean
- id str
- results
Sequence[Get
Storage Pure Flash Blade File System Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade File System Ancestor] - array
Get
Storage Pure Flash Blade File System Array - class_
id str - create_
time str - created_
time str - destroyed bool
- domain_
group_ strmoid - file_
system_ strid - hard_
limit_ boolenabled - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Flash Blade File System Parent - permission_
resources Sequence[GetStorage Pure Flash Blade File System Permission Resource] - promotion_
status str - provisioned float
- registered_
device GetStorage Pure Flash Blade File System Registered Device - str
- storage_
utilization GetStorage Pure Flash Blade File System Storage Utilization -
Sequence[Get
Storage Pure Flash Blade File System Tag] - version_
context GetStorage Pure Flash Blade File System Version Context - writable bool
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- array Property Map
- class
Id String - create
Time String - created
Time String - destroyed Boolean
- domain
Group StringMoid - file
System StringId - hard
Limit BooleanEnabled - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - promotion
Status String - provisioned Number
- registered
Device Property Map - String
- storage
Utilization Property Map - List<Property Map>
- version
Context Property Map - writable Boolean
Supporting Types
GetStoragePureFlashBladeFileSystemAncestor
- 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'.
GetStoragePureFlashBladeFileSystemArray
- 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'.
GetStoragePureFlashBladeFileSystemParent
- 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'.
GetStoragePureFlashBladeFileSystemPermissionResource
- 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'.
GetStoragePureFlashBladeFileSystemRegisteredDevice
- 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'.
GetStoragePureFlashBladeFileSystemResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Pure Flash Blade File System Result Ancestor> - Arrays
List<Get
Storage Pure Flash Blade File System Result Array> - Class
Id string - Create
Time string - The time when this managed object was created.
- Created
Time string - Creation timestamp of the file system.
- Destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System stringId - A non-modifiable, globally unique ID chosen by the system.
- Hard
Limit boolEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the object (e.g., a file system or snapshot).
- Object
Type string - Owners List<string>
- Parents
List<Get
Storage Pure Flash Blade File System Result Parent> - Permission
Resources List<GetStorage Pure Flash Blade File System Result Permission Resource> - Promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- Provisioned double
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- Registered
Devices List<GetStorage Pure Flash Blade File System Result Registered Device> - 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 File System Result Storage Utilization> -
List<Get
Storage Pure Flash Blade File System Result Tag> - Version
Contexts List<GetStorage Pure Flash Blade File System Result Version Context> - Writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Flash Blade File System Result Ancestor - Arrays
[]Get
Storage Pure Flash Blade File System Result Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Created
Time string - Creation timestamp of the file system.
- Destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System stringId - A non-modifiable, globally unique ID chosen by the system.
- Hard
Limit boolEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the object (e.g., a file system or snapshot).
- Object
Type string - Owners []string
- Parents
[]Get
Storage Pure Flash Blade File System Result Parent - Permission
Resources []GetStorage Pure Flash Blade File System Result Permission Resource - Promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- Provisioned float64
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- Registered
Devices []GetStorage Pure Flash Blade File System Result Registered Device - 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 File System Result Storage Utilization -
[]Get
Storage Pure Flash Blade File System Result Tag - Version
Contexts []GetStorage Pure Flash Blade File System Result Version Context - Writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- arrays list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- created_
time string - Creation timestamp of the file system.
- destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- file_
system_ stringid - A non-modifiable, globally unique ID chosen by the system.
- hard_
limit_ boolenabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the object (e.g., a file system or snapshot).
- object_
type string - owners list(string)
- parents list(object)
- permission_
resources list(object) - promotion_
status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered_
devices list(object) - 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)
- version_
contexts list(object) - writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Flash Blade File System Result Ancestor> - arrays
List<Get
Storage Pure Flash Blade File System Result Array> - class
Id String - create
Time String - The time when this managed object was created.
- created
Time String - Creation timestamp of the file system.
- destroyed Boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System StringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit BooleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the object (e.g., a file system or snapshot).
- object
Type String - owners List<String>
- parents
List<Get
Storage Pure Flash Blade File System Result Parent> - permission
Resources List<GetStorage Pure Flash Blade File System Result Permission Resource> - promotion
Status String - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned Double
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Devices List<GetStorage Pure Flash Blade File System Result Registered Device> - 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 File System Result Storage Utilization> -
List<Get
Storage Pure Flash Blade File System Result Tag> - version
Contexts List<GetStorage Pure Flash Blade File System Result Version Context> - writable Boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Flash Blade File System Result Ancestor[] - arrays
Get
Storage Pure Flash Blade File System Result Array[] - class
Id string - create
Time string - The time when this managed object was created.
- created
Time string - Creation timestamp of the file system.
- destroyed boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
System stringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit booleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the object (e.g., a file system or snapshot).
- object
Type string - owners string[]
- parents
Get
Storage Pure Flash Blade File System Result Parent[] - permission
Resources GetStorage Pure Flash Blade File System Result Permission Resource[] - promotion
Status string - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Devices GetStorage Pure Flash Blade File System Result Registered Device[] - 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 File System Result Storage Utilization[] -
Get
Storage Pure Flash Blade File System Result Tag[] - version
Contexts GetStorage Pure Flash Blade File System Result Version Context[] - writable boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Flash Blade File System Result Ancestor] - arrays
Sequence[Get
Storage Pure Flash Blade File System Result Array] - class_
id str - create_
time str - The time when this managed object was created.
- created_
time str - Creation timestamp of the file system.
- destroyed bool
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
system_ strid - A non-modifiable, globally unique ID chosen by the system.
- hard_
limit_ boolenabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the object (e.g., a file system or snapshot).
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Storage Pure Flash Blade File System Result Parent] - permission_
resources Sequence[GetStorage Pure Flash Blade File System Result Permission Resource] - promotion_
status str - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned float
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered_
devices Sequence[GetStorage Pure Flash Blade File System Result Registered Device] - 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 File System Result Storage Utilization] -
Sequence[Get
Storage Pure Flash Blade File System Result Tag] - version_
contexts Sequence[GetStorage Pure Flash Blade File System Result Version Context] - writable bool
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- arrays List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- created
Time String - Creation timestamp of the file system.
- destroyed Boolean
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System StringId - A non-modifiable, globally unique ID chosen by the system.
- hard
Limit BooleanEnabled - If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the object (e.g., a file system or snapshot).
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - promotion
Status String - The current status of the file system with respect to replication. Possible values are promoted and demoted.
- provisioned Number
- The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.
- registered
Devices List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilizations List<Property Map> - List<Property Map>
- version
Contexts List<Property Map> - writable Boolean
- Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
GetStoragePureFlashBladeFileSystemResultAncestor
- 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
GetStoragePureFlashBladeFileSystemResultArray
- 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
GetStoragePureFlashBladeFileSystemResultParent
- 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
GetStoragePureFlashBladeFileSystemResultPermissionResource
- 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
GetStoragePureFlashBladeFileSystemResultRegisteredDevice
- 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
GetStoragePureFlashBladeFileSystemResultStorageUtilization
- Additional
Properties string - Available double
- Available
Provisioned double - Available
Ratio double - Capacity
Utilization double - Class
Id string - Data
Reduction double - Destroyed double
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- destroyed
Virtual Number - free Number
- object
Type String - parity Number
- snapshot Number
- total Number
- total
Provisioned Number - unique Number
- used Number
- virtual Number
GetStoragePureFlashBladeFileSystemResultTag
- 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
GetStoragePureFlashBladeFileSystemResultTagAncestorDefinition
- 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
GetStoragePureFlashBladeFileSystemResultTagDefinition
- 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
GetStoragePureFlashBladeFileSystemResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStoragePureFlashBladeFileSystemResultVersionContextInterestedMo
- 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
GetStoragePureFlashBladeFileSystemResultVersionContextRefMo
- 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
GetStoragePureFlashBladeFileSystemStorageUtilization
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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
- Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.
- 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.
GetStoragePureFlashBladeFileSystemTag
- Additional
Properties string - Ancestor
Definitions List<GetStorage Pure Flash Blade File System Tag Ancestor Definition> - Definition
Get
Storage Pure Flash Blade File 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 File System Tag Ancestor Definition - Definition
Get
Storage Pure Flash Blade File 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 File System Tag Ancestor Definition> - definition
Get
Storage Pure Flash Blade File 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 File System Tag Ancestor Definition[] - definition
Get
Storage Pure Flash Blade File 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 File System Tag Ancestor Definition] - definition
Get
Storage Pure Flash Blade File 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.
GetStoragePureFlashBladeFileSystemTagAncestorDefinition
- 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'.
GetStoragePureFlashBladeFileSystemTagDefinition
- 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'.
GetStoragePureFlashBladeFileSystemVersionContext
- 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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 File 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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 File 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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 File 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 File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetStorage Pure Flash Blade File 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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.
GetStoragePureFlashBladeFileSystemVersionContextInterestedMo
- 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'.
GetStoragePureFlashBladeFileSystemVersionContextRefMo
- 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