1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getStoragePureFlashBladeFileSystem
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
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 dictionary
    data "intersight_get_storage_pure_flash_blade_file_system" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePureFlashBladeFileSystemAncestor>
    Array GetStoragePureFlashBladeFileSystemArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedTime 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    HardLimitEnabled bool
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the object (e.g., a file system or snapshot).
    ObjectType string
    Owners List<string>
    Parent GetStoragePureFlashBladeFileSystemParent
    PermissionResources List<GetStoragePureFlashBladeFileSystemPermissionResource>
    PromotionStatus 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.
    RegisteredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    Tags List<GetStoragePureFlashBladeFileSystemTag>
    VersionContext GetStoragePureFlashBladeFileSystemVersionContext
    Writable bool
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePureFlashBladeFileSystemAncestor
    Array GetStoragePureFlashBladeFileSystemArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedTime 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    HardLimitEnabled bool
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the object (e.g., a file system or snapshot).
    ObjectType string
    Owners []string
    Parent GetStoragePureFlashBladeFileSystemParent
    PermissionResources []GetStoragePureFlashBladeFileSystemPermissionResource
    PromotionStatus 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.
    RegisteredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    Tags []GetStoragePureFlashBladeFileSystemTag
    VersionContext GetStoragePureFlashBladeFileSystemVersionContext
    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_moid string
    The DomainGroup ID for this managed object.
    file_system_id string
    A non-modifiable, globally unique ID chosen by the system.
    hard_limit_enabled bool
    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
    shared_scope 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
    tags 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.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePureFlashBladeFileSystemAncestor>
    array GetStoragePureFlashBladeFileSystemArray
    classId String
    createTime String
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileSystemId String
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled Boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the object (e.g., a file system or snapshot).
    objectType String
    owners List<String>
    parent GetStoragePureFlashBladeFileSystemParent
    permissionResources List<GetStoragePureFlashBladeFileSystemPermissionResource>
    promotionStatus 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.
    registeredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags List<GetStoragePureFlashBladeFileSystemTag>
    versionContext GetStoragePureFlashBladeFileSystemVersionContext
    writable Boolean
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePureFlashBladeFileSystemAncestor[]
    array GetStoragePureFlashBladeFileSystemArray
    classId string
    createTime string
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the object (e.g., a file system or snapshot).
    objectType string
    owners string[]
    parent GetStoragePureFlashBladeFileSystemParent
    permissionResources GetStoragePureFlashBladeFileSystemPermissionResource[]
    promotionStatus 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.
    registeredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags GetStoragePureFlashBladeFileSystemTag[]
    versionContext GetStoragePureFlashBladeFileSystemVersionContext
    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[GetStoragePureFlashBladeFileSystemAncestor]
    array GetStoragePureFlashBladeFileSystemArray
    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_moid str
    The DomainGroup ID for this managed object.
    file_system_id str
    A non-modifiable, globally unique ID chosen by the system.
    hard_limit_enabled bool
    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 GetStoragePureFlashBladeFileSystemParent
    permission_resources Sequence[GetStoragePureFlashBladeFileSystemPermissionResource]
    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 GetStoragePureFlashBladeFileSystemRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_utilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags Sequence[GetStoragePureFlashBladeFileSystemTag]
    version_context GetStoragePureFlashBladeFileSystemVersionContext
    writable bool
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    classId String
    createTime String
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileSystemId String
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled Boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the object (e.g., a file system or snapshot).
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    promotionStatus 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.
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilization Property Map
    tags List<Property Map>
    versionContext 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<GetStoragePureFlashBladeFileSystemResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStoragePureFlashBladeFileSystemAncestor>
    Array GetStoragePureFlashBladeFileSystemArray
    ClassId string
    CreateTime string
    CreatedTime string
    Destroyed bool
    DomainGroupMoid string
    FileSystemId string
    HardLimitEnabled bool
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetStoragePureFlashBladeFileSystemParent
    PermissionResources List<GetStoragePureFlashBladeFileSystemPermissionResource>
    PromotionStatus string
    Provisioned double
    RegisteredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    SharedScope string
    StorageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    Tags List<GetStoragePureFlashBladeFileSystemTag>
    VersionContext GetStoragePureFlashBladeFileSystemVersionContext
    Writable bool
    Id string
    Results []GetStoragePureFlashBladeFileSystemResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStoragePureFlashBladeFileSystemAncestor
    Array GetStoragePureFlashBladeFileSystemArray
    ClassId string
    CreateTime string
    CreatedTime string
    Destroyed bool
    DomainGroupMoid string
    FileSystemId string
    HardLimitEnabled bool
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetStoragePureFlashBladeFileSystemParent
    PermissionResources []GetStoragePureFlashBladeFileSystemPermissionResource
    PromotionStatus string
    Provisioned float64
    RegisteredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    SharedScope string
    StorageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    Tags []GetStoragePureFlashBladeFileSystemTag
    VersionContext GetStoragePureFlashBladeFileSystemVersionContext
    Writable bool
    id String
    results List<GetStoragePureFlashBladeFileSystemResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStoragePureFlashBladeFileSystemAncestor>
    array GetStoragePureFlashBladeFileSystemArray
    classId String
    createTime String
    createdTime String
    destroyed Boolean
    domainGroupMoid String
    fileSystemId String
    hardLimitEnabled Boolean
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetStoragePureFlashBladeFileSystemParent
    permissionResources List<GetStoragePureFlashBladeFileSystemPermissionResource>
    promotionStatus String
    provisioned Double
    registeredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    sharedScope String
    storageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags List<GetStoragePureFlashBladeFileSystemTag>
    versionContext GetStoragePureFlashBladeFileSystemVersionContext
    writable Boolean
    id string
    results GetStoragePureFlashBladeFileSystemResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStoragePureFlashBladeFileSystemAncestor[]
    array GetStoragePureFlashBladeFileSystemArray
    classId string
    createTime string
    createdTime string
    destroyed boolean
    domainGroupMoid string
    fileSystemId string
    hardLimitEnabled boolean
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetStoragePureFlashBladeFileSystemParent
    permissionResources GetStoragePureFlashBladeFileSystemPermissionResource[]
    promotionStatus string
    provisioned number
    registeredDevice GetStoragePureFlashBladeFileSystemRegisteredDevice
    sharedScope string
    storageUtilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags GetStoragePureFlashBladeFileSystemTag[]
    versionContext GetStoragePureFlashBladeFileSystemVersionContext
    writable boolean
    id str
    results Sequence[GetStoragePureFlashBladeFileSystemResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStoragePureFlashBladeFileSystemAncestor]
    array GetStoragePureFlashBladeFileSystemArray
    class_id str
    create_time str
    created_time str
    destroyed bool
    domain_group_moid str
    file_system_id str
    hard_limit_enabled bool
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetStoragePureFlashBladeFileSystemParent
    permission_resources Sequence[GetStoragePureFlashBladeFileSystemPermissionResource]
    promotion_status str
    provisioned float
    registered_device GetStoragePureFlashBladeFileSystemRegisteredDevice
    shared_scope str
    storage_utilization GetStoragePureFlashBladeFileSystemStorageUtilization
    tags Sequence[GetStoragePureFlashBladeFileSystemTag]
    version_context GetStoragePureFlashBladeFileSystemVersionContext
    writable bool

    Supporting Types

    GetStoragePureFlashBladeFileSystemAncestor

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemArray

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemParent

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemPermissionResource

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemRegisteredDevice

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePureFlashBladeFileSystemResultAncestor>
    Arrays List<GetStoragePureFlashBladeFileSystemResultArray>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedTime 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    HardLimitEnabled bool
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the object (e.g., a file system or snapshot).
    ObjectType string
    Owners List<string>
    Parents List<GetStoragePureFlashBladeFileSystemResultParent>
    PermissionResources List<GetStoragePureFlashBladeFileSystemResultPermissionResource>
    PromotionStatus 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.
    RegisteredDevices List<GetStoragePureFlashBladeFileSystemResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilizations List<GetStoragePureFlashBladeFileSystemResultStorageUtilization>
    Tags List<GetStoragePureFlashBladeFileSystemResultTag>
    VersionContexts List<GetStoragePureFlashBladeFileSystemResultVersionContext>
    Writable bool
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePureFlashBladeFileSystemResultAncestor
    Arrays []GetStoragePureFlashBladeFileSystemResultArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedTime 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    HardLimitEnabled bool
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the object (e.g., a file system or snapshot).
    ObjectType string
    Owners []string
    Parents []GetStoragePureFlashBladeFileSystemResultParent
    PermissionResources []GetStoragePureFlashBladeFileSystemResultPermissionResource
    PromotionStatus 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.
    RegisteredDevices []GetStoragePureFlashBladeFileSystemResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageUtilizations []GetStoragePureFlashBladeFileSystemResultStorageUtilization
    Tags []GetStoragePureFlashBladeFileSystemResultTag
    VersionContexts []GetStoragePureFlashBladeFileSystemResultVersionContext
    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_moid string
    The DomainGroup ID for this managed object.
    file_system_id string
    A non-modifiable, globally unique ID chosen by the system.
    hard_limit_enabled bool
    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)
    shared_scope 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)
    tags 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.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePureFlashBladeFileSystemResultAncestor>
    arrays List<GetStoragePureFlashBladeFileSystemResultArray>
    classId String
    createTime String
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileSystemId String
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled Boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the object (e.g., a file system or snapshot).
    objectType String
    owners List<String>
    parents List<GetStoragePureFlashBladeFileSystemResultParent>
    permissionResources List<GetStoragePureFlashBladeFileSystemResultPermissionResource>
    promotionStatus 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.
    registeredDevices List<GetStoragePureFlashBladeFileSystemResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations List<GetStoragePureFlashBladeFileSystemResultStorageUtilization>
    tags List<GetStoragePureFlashBladeFileSystemResultTag>
    versionContexts List<GetStoragePureFlashBladeFileSystemResultVersionContext>
    writable Boolean
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePureFlashBladeFileSystemResultAncestor[]
    arrays GetStoragePureFlashBladeFileSystemResultArray[]
    classId string
    createTime string
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileSystemId string
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the object (e.g., a file system or snapshot).
    objectType string
    owners string[]
    parents GetStoragePureFlashBladeFileSystemResultParent[]
    permissionResources GetStoragePureFlashBladeFileSystemResultPermissionResource[]
    promotionStatus 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.
    registeredDevices GetStoragePureFlashBladeFileSystemResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations GetStoragePureFlashBladeFileSystemResultStorageUtilization[]
    tags GetStoragePureFlashBladeFileSystemResultTag[]
    versionContexts GetStoragePureFlashBladeFileSystemResultVersionContext[]
    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[GetStoragePureFlashBladeFileSystemResultAncestor]
    arrays Sequence[GetStoragePureFlashBladeFileSystemResultArray]
    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_moid str
    The DomainGroup ID for this managed object.
    file_system_id str
    A non-modifiable, globally unique ID chosen by the system.
    hard_limit_enabled bool
    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[GetStoragePureFlashBladeFileSystemResultParent]
    permission_resources Sequence[GetStoragePureFlashBladeFileSystemResultPermissionResource]
    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[GetStoragePureFlashBladeFileSystemResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_utilizations Sequence[GetStoragePureFlashBladeFileSystemResultStorageUtilization]
    tags Sequence[GetStoragePureFlashBladeFileSystemResultTag]
    version_contexts Sequence[GetStoragePureFlashBladeFileSystemResultVersionContext]
    writable bool
    Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    createdTime 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileSystemId String
    A non-modifiable, globally unique ID chosen by the system.
    hardLimitEnabled Boolean
    If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the object (e.g., a file system or snapshot).
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    promotionStatus 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.
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageUtilizations List<Property Map>
    tags List<Property Map>
    versionContexts 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

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

    GetStoragePureFlashBladeFileSystemResultArray

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

    GetStoragePureFlashBladeFileSystemResultParent

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

    GetStoragePureFlashBladeFileSystemResultPermissionResource

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

    GetStoragePureFlashBladeFileSystemResultRegisteredDevice

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

    GetStoragePureFlashBladeFileSystemResultStorageUtilization

    AdditionalProperties string
    Available double
    AvailableProvisioned double
    AvailableRatio double
    CapacityUtilization double
    ClassId string
    DataReduction 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.
    DestroyedVirtual double
    Free double
    ObjectType string
    Parity double
    Snapshot double
    Total double
    TotalProvisioned double
    Unique double
    Used double
    Virtual double
    AdditionalProperties string
    Available float64
    AvailableProvisioned float64
    AvailableRatio float64
    CapacityUtilization float64
    ClassId string
    DataReduction 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.
    DestroyedVirtual float64
    Free float64
    ObjectType string
    Parity float64
    Snapshot float64
    Total float64
    TotalProvisioned 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
    additionalProperties String
    available Double
    availableProvisioned Double
    availableRatio Double
    capacityUtilization Double
    classId String
    dataReduction 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.
    destroyedVirtual Double
    free Double
    objectType String
    parity Double
    snapshot Double
    total Double
    totalProvisioned Double
    unique Double
    used Double
    virtual Double
    additionalProperties string
    available number
    availableProvisioned number
    availableRatio number
    capacityUtilization number
    classId string
    dataReduction 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.
    destroyedVirtual number
    free number
    objectType string
    parity number
    snapshot number
    total number
    totalProvisioned 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
    additionalProperties String
    available Number
    availableProvisioned Number
    availableRatio Number
    capacityUtilization Number
    classId String
    dataReduction 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.
    destroyedVirtual Number
    free Number
    objectType String
    parity Number
    snapshot Number
    total Number
    totalProvisioned Number
    unique Number
    used Number
    virtual Number

    GetStoragePureFlashBladeFileSystemResultTag

    GetStoragePureFlashBladeFileSystemResultTagAncestorDefinition

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

    GetStoragePureFlashBladeFileSystemResultTagDefinition

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

    GetStoragePureFlashBladeFileSystemResultVersionContext

    GetStoragePureFlashBladeFileSystemResultVersionContextInterestedMo

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

    GetStoragePureFlashBladeFileSystemResultVersionContextRefMo

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

    GetStoragePureFlashBladeFileSystemStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    AvailableProvisioned 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.
    AvailableRatio double
    The ratio of the available space versus the total provisioned space.
    CapacityUtilization double
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    DataReduction 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.
    DestroyedVirtual 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.
    ObjectType 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.
    TotalProvisioned 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.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    AvailableProvisioned 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.
    AvailableRatio float64
    The ratio of the available space versus the total provisioned space.
    CapacityUtilization float64
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    DataReduction 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.
    DestroyedVirtual 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.
    ObjectType 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.
    TotalProvisioned 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.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    availableProvisioned 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.
    availableRatio Double
    The ratio of the available space versus the total provisioned space.
    capacityUtilization Double
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataReduction 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.
    destroyedVirtual 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.
    objectType 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.
    totalProvisioned 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.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    availableProvisioned 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.
    availableRatio number
    The ratio of the available space versus the total provisioned space.
    capacityUtilization number
    Percentage of used capacity.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataReduction 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.
    destroyedVirtual 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.
    objectType 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.
    totalProvisioned 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.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    availableProvisioned 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.
    availableRatio Number
    The ratio of the available space versus the total provisioned space.
    capacityUtilization Number
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataReduction 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.
    destroyedVirtual 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.
    objectType 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.
    totalProvisioned 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

    AdditionalProperties string
    AncestorDefinitions List<GetStoragePureFlashBladeFileSystemTagAncestorDefinition>
    Definition GetStoragePureFlashBladeFileSystemTagDefinition
    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.
    SysTag 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.
    AdditionalProperties string
    AncestorDefinitions []GetStoragePureFlashBladeFileSystemTagAncestorDefinition
    Definition GetStoragePureFlashBladeFileSystemTagDefinition
    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.
    SysTag 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.
    additionalProperties String
    ancestorDefinitions List<GetStoragePureFlashBladeFileSystemTagAncestorDefinition>
    definition GetStoragePureFlashBladeFileSystemTagDefinition
    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.
    sysTag 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.
    additionalProperties string
    ancestorDefinitions GetStoragePureFlashBladeFileSystemTagAncestorDefinition[]
    definition GetStoragePureFlashBladeFileSystemTagDefinition
    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.
    sysTag 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[GetStoragePureFlashBladeFileSystemTagAncestorDefinition]
    definition GetStoragePureFlashBladeFileSystemTagDefinition
    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.
    additionalProperties String
    ancestorDefinitions 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.
    sysTag 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

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemTagDefinition

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetStoragePureFlashBladeFileSystemVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePureFlashBladeFileSystemVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetStoragePureFlashBladeFileSystemVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePureFlashBladeFileSystemVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties 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_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version 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.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetStoragePureFlashBladeFileSystemVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePureFlashBladeFileSystemVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetStoragePureFlashBladeFileSystemVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePureFlashBladeFileSystemVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetStoragePureFlashBladeFileSystemVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    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 GetStoragePureFlashBladeFileSystemVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetStoragePureFlashBladeFileSystemVersionContextInterestedMo

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

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

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

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

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

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

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

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

    GetStoragePureFlashBladeFileSystemVersionContextRefMo

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

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial