1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getStoragePureObjectBucket
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 PureObjectBucket object represents a volume entity within PureStorage FlashBlade, specifically modeling object buckets used for storing and organizing data in object store environments.

    Purpose

    PureObjectBucket provides a structured abstraction for managing object buckets, enabling customers to efficiently handle storage, quotas, and data retention policies. It supports integration with object store accounts and arrays for comprehensive storage management.

    Key Concepts

    • Object Store Management: Supports the creation and organization of object buckets, facilitating scalable storage solutions.
    • Quota and Retention: Integrates quota limits and retention policies for robust data governance.
    • Relationship Mapping: Links buckets to their respective accounts and storage arrays, enhancing data traceability.
    • Access Control: Utilizes privilege sets to secure bucket operations and management.

    Using getStoragePureObjectBucket

    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 getStoragePureObjectBucket(args: GetStoragePureObjectBucketArgs, opts?: InvokeOptions): Promise<GetStoragePureObjectBucketResult>
    function getStoragePureObjectBucketOutput(args: GetStoragePureObjectBucketOutputArgs, opts?: InvokeOutputOptions): Output<GetStoragePureObjectBucketResult>
    def get_storage_pure_object_bucket(account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetStoragePureObjectBucketAncestor]] = None,
                                       array: Optional[GetStoragePureObjectBucketArray] = None,
                                       bucket_name: Optional[str] = None,
                                       bucket_type: Optional[str] = None,
                                       class_id: Optional[str] = None,
                                       create_time: Optional[str] = None,
                                       created: Optional[str] = None,
                                       destroyed: Optional[bool] = None,
                                       domain_group_moid: 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,
                                       nr_version: Optional[str] = None,
                                       object_count: Optional[float] = None,
                                       object_store_account: Optional[GetStoragePureObjectBucketObjectStoreAccount] = None,
                                       object_store_account_name: Optional[str] = None,
                                       object_type: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetStoragePureObjectBucketParent] = None,
                                       permission_resources: Optional[Sequence[GetStoragePureObjectBucketPermissionResource]] = None,
                                       quota_limit: Optional[float] = None,
                                       registered_device: Optional[GetStoragePureObjectBucketRegisteredDevice] = None,
                                       retention_lock: Optional[str] = None,
                                       shared_scope: Optional[str] = None,
                                       storage_utilization: Optional[GetStoragePureObjectBucketStorageUtilization] = None,
                                       tags: Optional[Sequence[GetStoragePureObjectBucketTag]] = None,
                                       uuid: Optional[str] = None,
                                       vendor: Optional[str] = None,
                                       version_context: Optional[GetStoragePureObjectBucketVersionContext] = None,
                                       versioning: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetStoragePureObjectBucketResult
    def get_storage_pure_object_bucket_output(account_moid: pulumi.Input[Optional[str]] = None,
                                       additional_properties: pulumi.Input[Optional[str]] = None,
                                       ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureObjectBucketAncestorArgs]]]] = None,
                                       array: pulumi.Input[Optional[GetStoragePureObjectBucketArrayArgs]] = None,
                                       bucket_name: pulumi.Input[Optional[str]] = None,
                                       bucket_type: pulumi.Input[Optional[str]] = None,
                                       class_id: pulumi.Input[Optional[str]] = None,
                                       create_time: pulumi.Input[Optional[str]] = None,
                                       created: pulumi.Input[Optional[str]] = None,
                                       destroyed: pulumi.Input[Optional[bool]] = None,
                                       domain_group_moid: 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,
                                       nr_version: pulumi.Input[Optional[str]] = None,
                                       object_count: pulumi.Input[Optional[float]] = None,
                                       object_store_account: pulumi.Input[Optional[GetStoragePureObjectBucketObjectStoreAccountArgs]] = None,
                                       object_store_account_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[GetStoragePureObjectBucketParentArgs]] = None,
                                       permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureObjectBucketPermissionResourceArgs]]]] = None,
                                       quota_limit: pulumi.Input[Optional[float]] = None,
                                       registered_device: pulumi.Input[Optional[GetStoragePureObjectBucketRegisteredDeviceArgs]] = None,
                                       retention_lock: pulumi.Input[Optional[str]] = None,
                                       shared_scope: pulumi.Input[Optional[str]] = None,
                                       storage_utilization: pulumi.Input[Optional[GetStoragePureObjectBucketStorageUtilizationArgs]] = None,
                                       tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetStoragePureObjectBucketTagArgs]]]] = None,
                                       uuid: pulumi.Input[Optional[str]] = None,
                                       vendor: pulumi.Input[Optional[str]] = None,
                                       version_context: pulumi.Input[Optional[GetStoragePureObjectBucketVersionContextArgs]] = None,
                                       versioning: pulumi.Input[Optional[str]] = None,
                                       opts: Optional[InvokeOutputOptions] = None) -> Output[GetStoragePureObjectBucketResult]
    func LookupStoragePureObjectBucket(ctx *Context, args *LookupStoragePureObjectBucketArgs, opts ...InvokeOption) (*LookupStoragePureObjectBucketResult, error)
    func LookupStoragePureObjectBucketOutput(ctx *Context, args *LookupStoragePureObjectBucketOutputArgs, opts ...InvokeOption) LookupStoragePureObjectBucketResultOutput

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

    public static class GetStoragePureObjectBucket 
    {
        public static Task<GetStoragePureObjectBucketResult> InvokeAsync(GetStoragePureObjectBucketArgs args, InvokeOptions? opts = null)
        public static Output<GetStoragePureObjectBucketResult> Invoke(GetStoragePureObjectBucketInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetStoragePureObjectBucketResult> Invoke(GetStoragePureObjectBucketInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetStoragePureObjectBucketResult> getStoragePureObjectBucket(GetStoragePureObjectBucketArgs args, InvokeOptions options)
    public static Output<GetStoragePureObjectBucketResult> getStoragePureObjectBucket(GetStoragePureObjectBucketArgs args, InvokeOptions options)
    public static Output<GetStoragePureObjectBucketResult> getStoragePureObjectBucket(GetStoragePureObjectBucketArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getStoragePureObjectBucket:getStoragePureObjectBucket
      arguments:
        # arguments dictionary
    data "intersight_get_storage_pure_object_bucket" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePureObjectBucketAncestor>
    Array GetStoragePureObjectBucketArray
    BucketName string
    Name of the bucket within the object store account.
    BucketType string
    Type of the bucket (e.g., multi-site-writable).
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Created string
    Creation time of the bucket.
    Destroyed bool
    Whether the bucket has been destroyed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardLimitEnabled bool
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    NrVersion string
    Version of the FlashBlade array.
    ObjectCount double
    Number of objects in the bucket.
    ObjectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    ObjectStoreAccountName string
    Name of the object store account that owns this bucket.
    ObjectType string
    Owners List<string>
    Parent GetStoragePureObjectBucketParent
    PermissionResources List<GetStoragePureObjectBucketPermissionResource>
    QuotaLimit double
    Quota limit for the bucket in bytes.
    RegisteredDevice GetStoragePureObjectBucketRegisteredDevice
    RetentionLock string
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketStorageUtilization
    Tags List<GetStoragePureObjectBucketTag>
    Uuid string
    A globally unique identifier for the bucket.
    Vendor string
    Vendor of the storage array.
    VersionContext GetStoragePureObjectBucketVersionContext
    Versioning string
    Versioning mode for the bucket.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePureObjectBucketAncestor
    Array GetStoragePureObjectBucketArray
    BucketName string
    Name of the bucket within the object store account.
    BucketType string
    Type of the bucket (e.g., multi-site-writable).
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Created string
    Creation time of the bucket.
    Destroyed bool
    Whether the bucket has been destroyed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardLimitEnabled bool
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    NrVersion string
    Version of the FlashBlade array.
    ObjectCount float64
    Number of objects in the bucket.
    ObjectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    ObjectStoreAccountName string
    Name of the object store account that owns this bucket.
    ObjectType string
    Owners []string
    Parent GetStoragePureObjectBucketParent
    PermissionResources []GetStoragePureObjectBucketPermissionResource
    QuotaLimit float64
    Quota limit for the bucket in bytes.
    RegisteredDevice GetStoragePureObjectBucketRegisteredDevice
    RetentionLock string
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketStorageUtilization
    Tags []GetStoragePureObjectBucketTag
    Uuid string
    A globally unique identifier for the bucket.
    Vendor string
    Vendor of the storage array.
    VersionContext GetStoragePureObjectBucketVersionContext
    Versioning string
    Versioning mode for the bucket.
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    array object
    bucket_name string
    Name of the bucket within the object store account.
    bucket_type string
    Type of the bucket (e.g., multi-site-writable).
    class_id string
    create_time string
    The time when this managed object was created.
    created string
    Creation time of the bucket.
    destroyed bool
    Whether the bucket has been destroyed.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    hard_limit_enabled bool
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    nr_version string
    Version of the FlashBlade array.
    object_count number
    Number of objects in the bucket.
    object_store_account object
    object_store_account_name string
    Name of the object store account that owns this bucket.
    object_type string
    owners list(string)
    parent object
    permission_resources list(object)
    quota_limit number
    Quota limit for the bucket in bytes.
    registered_device object
    retention_lock string
    Retention lock status for the bucket.
    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)
    uuid string
    A globally unique identifier for the bucket.
    vendor string
    Vendor of the storage array.
    version_context object
    versioning string
    Versioning mode for the bucket.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePureObjectBucketAncestor>
    array GetStoragePureObjectBucketArray
    bucketName String
    Name of the bucket within the object store account.
    bucketType String
    Type of the bucket (e.g., multi-site-writable).
    classId String
    createTime String
    The time when this managed object was created.
    created String
    Creation time of the bucket.
    destroyed Boolean
    Whether the bucket has been destroyed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardLimitEnabled Boolean
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion String
    Version of the FlashBlade array.
    objectCount Double
    Number of objects in the bucket.
    objectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    objectStoreAccountName String
    Name of the object store account that owns this bucket.
    objectType String
    owners List<String>
    parent GetStoragePureObjectBucketParent
    permissionResources List<GetStoragePureObjectBucketPermissionResource>
    quotaLimit Double
    Quota limit for the bucket in bytes.
    registeredDevice GetStoragePureObjectBucketRegisteredDevice
    retentionLock String
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketStorageUtilization
    tags List<GetStoragePureObjectBucketTag>
    uuid String
    A globally unique identifier for the bucket.
    vendor String
    Vendor of the storage array.
    versionContext GetStoragePureObjectBucketVersionContext
    versioning String
    Versioning mode for the bucket.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePureObjectBucketAncestor[]
    array GetStoragePureObjectBucketArray
    bucketName string
    Name of the bucket within the object store account.
    bucketType string
    Type of the bucket (e.g., multi-site-writable).
    classId string
    createTime string
    The time when this managed object was created.
    created string
    Creation time of the bucket.
    destroyed boolean
    Whether the bucket has been destroyed.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardLimitEnabled boolean
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion string
    Version of the FlashBlade array.
    objectCount number
    Number of objects in the bucket.
    objectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    objectStoreAccountName string
    Name of the object store account that owns this bucket.
    objectType string
    owners string[]
    parent GetStoragePureObjectBucketParent
    permissionResources GetStoragePureObjectBucketPermissionResource[]
    quotaLimit number
    Quota limit for the bucket in bytes.
    registeredDevice GetStoragePureObjectBucketRegisteredDevice
    retentionLock string
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketStorageUtilization
    tags GetStoragePureObjectBucketTag[]
    uuid string
    A globally unique identifier for the bucket.
    vendor string
    Vendor of the storage array.
    versionContext GetStoragePureObjectBucketVersionContext
    versioning string
    Versioning mode for the bucket.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStoragePureObjectBucketAncestor]
    array GetStoragePureObjectBucketArray
    bucket_name str
    Name of the bucket within the object store account.
    bucket_type str
    Type of the bucket (e.g., multi-site-writable).
    class_id str
    create_time str
    The time when this managed object was created.
    created str
    Creation time of the bucket.
    destroyed bool
    Whether the bucket has been destroyed.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hard_limit_enabled bool
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    nr_version str
    Version of the FlashBlade array.
    object_count float
    Number of objects in the bucket.
    object_store_account GetStoragePureObjectBucketObjectStoreAccount
    object_store_account_name str
    Name of the object store account that owns this bucket.
    object_type str
    owners Sequence[str]
    parent GetStoragePureObjectBucketParent
    permission_resources Sequence[GetStoragePureObjectBucketPermissionResource]
    quota_limit float
    Quota limit for the bucket in bytes.
    registered_device GetStoragePureObjectBucketRegisteredDevice
    retention_lock str
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketStorageUtilization
    tags Sequence[GetStoragePureObjectBucketTag]
    uuid str
    A globally unique identifier for the bucket.
    vendor str
    Vendor of the storage array.
    version_context GetStoragePureObjectBucketVersionContext
    versioning str
    Versioning mode for the bucket.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    bucketName String
    Name of the bucket within the object store account.
    bucketType String
    Type of the bucket (e.g., multi-site-writable).
    classId String
    createTime String
    The time when this managed object was created.
    created String
    Creation time of the bucket.
    destroyed Boolean
    Whether the bucket has been destroyed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardLimitEnabled Boolean
    Whether the hard limit is enabled for the bucket.
    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
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion String
    Version of the FlashBlade array.
    objectCount Number
    Number of objects in the bucket.
    objectStoreAccount Property Map
    objectStoreAccountName String
    Name of the object store account that owns this bucket.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    quotaLimit Number
    Quota limit for the bucket in bytes.
    registeredDevice Property Map
    retentionLock String
    Retention lock status for the bucket.
    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>
    uuid String
    A globally unique identifier for the bucket.
    vendor String
    Vendor of the storage array.
    versionContext Property Map
    versioning String
    Versioning mode for the bucket.

    getStoragePureObjectBucket Result

    The following output properties are available:

    Id string
    Results List<GetStoragePureObjectBucketResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStoragePureObjectBucketAncestor>
    Array GetStoragePureObjectBucketArray
    BucketName string
    BucketType string
    ClassId string
    CreateTime string
    Created string
    Destroyed bool
    DomainGroupMoid string
    HardLimitEnabled bool
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectCount double
    ObjectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    ObjectStoreAccountName string
    ObjectType string
    Owners List<string>
    Parent GetStoragePureObjectBucketParent
    PermissionResources List<GetStoragePureObjectBucketPermissionResource>
    QuotaLimit double
    RegisteredDevice GetStoragePureObjectBucketRegisteredDevice
    RetentionLock string
    SharedScope string
    StorageUtilization GetStoragePureObjectBucketStorageUtilization
    Tags List<GetStoragePureObjectBucketTag>
    Uuid string
    Vendor string
    VersionContext GetStoragePureObjectBucketVersionContext
    Versioning string
    Id string
    Results []GetStoragePureObjectBucketResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStoragePureObjectBucketAncestor
    Array GetStoragePureObjectBucketArray
    BucketName string
    BucketType string
    ClassId string
    CreateTime string
    Created string
    Destroyed bool
    DomainGroupMoid string
    HardLimitEnabled bool
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectCount float64
    ObjectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    ObjectStoreAccountName string
    ObjectType string
    Owners []string
    Parent GetStoragePureObjectBucketParent
    PermissionResources []GetStoragePureObjectBucketPermissionResource
    QuotaLimit float64
    RegisteredDevice GetStoragePureObjectBucketRegisteredDevice
    RetentionLock string
    SharedScope string
    StorageUtilization GetStoragePureObjectBucketStorageUtilization
    Tags []GetStoragePureObjectBucketTag
    Uuid string
    Vendor string
    VersionContext GetStoragePureObjectBucketVersionContext
    Versioning string
    id String
    results List<GetStoragePureObjectBucketResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStoragePureObjectBucketAncestor>
    array GetStoragePureObjectBucketArray
    bucketName String
    bucketType String
    classId String
    createTime String
    created String
    destroyed Boolean
    domainGroupMoid String
    hardLimitEnabled Boolean
    modTime String
    moid String
    name String
    nrVersion String
    objectCount Double
    objectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    objectStoreAccountName String
    objectType String
    owners List<String>
    parent GetStoragePureObjectBucketParent
    permissionResources List<GetStoragePureObjectBucketPermissionResource>
    quotaLimit Double
    registeredDevice GetStoragePureObjectBucketRegisteredDevice
    retentionLock String
    sharedScope String
    storageUtilization GetStoragePureObjectBucketStorageUtilization
    tags List<GetStoragePureObjectBucketTag>
    uuid String
    vendor String
    versionContext GetStoragePureObjectBucketVersionContext
    versioning String
    id string
    results GetStoragePureObjectBucketResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStoragePureObjectBucketAncestor[]
    array GetStoragePureObjectBucketArray
    bucketName string
    bucketType string
    classId string
    createTime string
    created string
    destroyed boolean
    domainGroupMoid string
    hardLimitEnabled boolean
    modTime string
    moid string
    name string
    nrVersion string
    objectCount number
    objectStoreAccount GetStoragePureObjectBucketObjectStoreAccount
    objectStoreAccountName string
    objectType string
    owners string[]
    parent GetStoragePureObjectBucketParent
    permissionResources GetStoragePureObjectBucketPermissionResource[]
    quotaLimit number
    registeredDevice GetStoragePureObjectBucketRegisteredDevice
    retentionLock string
    sharedScope string
    storageUtilization GetStoragePureObjectBucketStorageUtilization
    tags GetStoragePureObjectBucketTag[]
    uuid string
    vendor string
    versionContext GetStoragePureObjectBucketVersionContext
    versioning string
    id str
    results Sequence[GetStoragePureObjectBucketResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStoragePureObjectBucketAncestor]
    array GetStoragePureObjectBucketArray
    bucket_name str
    bucket_type str
    class_id str
    create_time str
    created str
    destroyed bool
    domain_group_moid str
    hard_limit_enabled bool
    mod_time str
    moid str
    name str
    nr_version str
    object_count float
    object_store_account GetStoragePureObjectBucketObjectStoreAccount
    object_store_account_name str
    object_type str
    owners Sequence[str]
    parent GetStoragePureObjectBucketParent
    permission_resources Sequence[GetStoragePureObjectBucketPermissionResource]
    quota_limit float
    registered_device GetStoragePureObjectBucketRegisteredDevice
    retention_lock str
    shared_scope str
    storage_utilization GetStoragePureObjectBucketStorageUtilization
    tags Sequence[GetStoragePureObjectBucketTag]
    uuid str
    vendor str
    version_context GetStoragePureObjectBucketVersionContext
    versioning str

    Supporting Types

    GetStoragePureObjectBucketAncestor

    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'.

    GetStoragePureObjectBucketArray

    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'.

    GetStoragePureObjectBucketObjectStoreAccount

    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'.

    GetStoragePureObjectBucketParent

    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'.

    GetStoragePureObjectBucketPermissionResource

    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'.

    GetStoragePureObjectBucketRegisteredDevice

    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'.

    GetStoragePureObjectBucketResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePureObjectBucketResultAncestor>
    Arrays List<GetStoragePureObjectBucketResultArray>
    BucketName string
    Name of the bucket within the object store account.
    BucketType string
    Type of the bucket (e.g., multi-site-writable).
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Created string
    Creation time of the bucket.
    Destroyed bool
    Whether the bucket has been destroyed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardLimitEnabled bool
    Whether the hard limit is enabled for the bucket.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Unique name of the bucket (combination of account name and bucket name).
    NrVersion string
    Version of the FlashBlade array.
    ObjectCount double
    Number of objects in the bucket.
    ObjectStoreAccountName string
    Name of the object store account that owns this bucket.
    ObjectStoreAccounts List<GetStoragePureObjectBucketResultObjectStoreAccount>
    ObjectType string
    Owners List<string>
    Parents List<GetStoragePureObjectBucketResultParent>
    PermissionResources List<GetStoragePureObjectBucketResultPermissionResource>
    QuotaLimit double
    Quota limit for the bucket in bytes.
    RegisteredDevices List<GetStoragePureObjectBucketResultRegisteredDevice>
    RetentionLock string
    Retention lock status for the bucket.
    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<GetStoragePureObjectBucketResultStorageUtilization>
    Tags List<GetStoragePureObjectBucketResultTag>
    Uuid string
    A globally unique identifier for the bucket.
    Vendor string
    Vendor of the storage array.
    VersionContexts List<GetStoragePureObjectBucketResultVersionContext>
    Versioning string
    Versioning mode for the bucket.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePureObjectBucketResultAncestor
    Arrays []GetStoragePureObjectBucketResultArray
    BucketName string
    Name of the bucket within the object store account.
    BucketType string
    Type of the bucket (e.g., multi-site-writable).
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Created string
    Creation time of the bucket.
    Destroyed bool
    Whether the bucket has been destroyed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardLimitEnabled bool
    Whether the hard limit is enabled for the bucket.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Unique name of the bucket (combination of account name and bucket name).
    NrVersion string
    Version of the FlashBlade array.
    ObjectCount float64
    Number of objects in the bucket.
    ObjectStoreAccountName string
    Name of the object store account that owns this bucket.
    ObjectStoreAccounts []GetStoragePureObjectBucketResultObjectStoreAccount
    ObjectType string
    Owners []string
    Parents []GetStoragePureObjectBucketResultParent
    PermissionResources []GetStoragePureObjectBucketResultPermissionResource
    QuotaLimit float64
    Quota limit for the bucket in bytes.
    RegisteredDevices []GetStoragePureObjectBucketResultRegisteredDevice
    RetentionLock string
    Retention lock status for the bucket.
    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 []GetStoragePureObjectBucketResultStorageUtilization
    Tags []GetStoragePureObjectBucketResultTag
    Uuid string
    A globally unique identifier for the bucket.
    Vendor string
    Vendor of the storage array.
    VersionContexts []GetStoragePureObjectBucketResultVersionContext
    Versioning string
    Versioning mode for the bucket.
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    arrays list(object)
    bucket_name string
    Name of the bucket within the object store account.
    bucket_type string
    Type of the bucket (e.g., multi-site-writable).
    class_id string
    create_time string
    The time when this managed object was created.
    created string
    Creation time of the bucket.
    destroyed bool
    Whether the bucket has been destroyed.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    hard_limit_enabled bool
    Whether the hard limit is enabled for the bucket.
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Unique name of the bucket (combination of account name and bucket name).
    nr_version string
    Version of the FlashBlade array.
    object_count number
    Number of objects in the bucket.
    object_store_account_name string
    Name of the object store account that owns this bucket.
    object_store_accounts list(object)
    object_type string
    owners list(string)
    parents list(object)
    permission_resources list(object)
    quota_limit number
    Quota limit for the bucket in bytes.
    registered_devices list(object)
    retention_lock string
    Retention lock status for the bucket.
    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)
    uuid string
    A globally unique identifier for the bucket.
    vendor string
    Vendor of the storage array.
    version_contexts list(object)
    versioning string
    Versioning mode for the bucket.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePureObjectBucketResultAncestor>
    arrays List<GetStoragePureObjectBucketResultArray>
    bucketName String
    Name of the bucket within the object store account.
    bucketType String
    Type of the bucket (e.g., multi-site-writable).
    classId String
    createTime String
    The time when this managed object was created.
    created String
    Creation time of the bucket.
    destroyed Boolean
    Whether the bucket has been destroyed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardLimitEnabled Boolean
    Whether the hard limit is enabled for the bucket.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion String
    Version of the FlashBlade array.
    objectCount Double
    Number of objects in the bucket.
    objectStoreAccountName String
    Name of the object store account that owns this bucket.
    objectStoreAccounts List<GetStoragePureObjectBucketResultObjectStoreAccount>
    objectType String
    owners List<String>
    parents List<GetStoragePureObjectBucketResultParent>
    permissionResources List<GetStoragePureObjectBucketResultPermissionResource>
    quotaLimit Double
    Quota limit for the bucket in bytes.
    registeredDevices List<GetStoragePureObjectBucketResultRegisteredDevice>
    retentionLock String
    Retention lock status for the bucket.
    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<GetStoragePureObjectBucketResultStorageUtilization>
    tags List<GetStoragePureObjectBucketResultTag>
    uuid String
    A globally unique identifier for the bucket.
    vendor String
    Vendor of the storage array.
    versionContexts List<GetStoragePureObjectBucketResultVersionContext>
    versioning String
    Versioning mode for the bucket.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePureObjectBucketResultAncestor[]
    arrays GetStoragePureObjectBucketResultArray[]
    bucketName string
    Name of the bucket within the object store account.
    bucketType string
    Type of the bucket (e.g., multi-site-writable).
    classId string
    createTime string
    The time when this managed object was created.
    created string
    Creation time of the bucket.
    destroyed boolean
    Whether the bucket has been destroyed.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardLimitEnabled boolean
    Whether the hard limit is enabled for the bucket.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion string
    Version of the FlashBlade array.
    objectCount number
    Number of objects in the bucket.
    objectStoreAccountName string
    Name of the object store account that owns this bucket.
    objectStoreAccounts GetStoragePureObjectBucketResultObjectStoreAccount[]
    objectType string
    owners string[]
    parents GetStoragePureObjectBucketResultParent[]
    permissionResources GetStoragePureObjectBucketResultPermissionResource[]
    quotaLimit number
    Quota limit for the bucket in bytes.
    registeredDevices GetStoragePureObjectBucketResultRegisteredDevice[]
    retentionLock string
    Retention lock status for the bucket.
    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 GetStoragePureObjectBucketResultStorageUtilization[]
    tags GetStoragePureObjectBucketResultTag[]
    uuid string
    A globally unique identifier for the bucket.
    vendor string
    Vendor of the storage array.
    versionContexts GetStoragePureObjectBucketResultVersionContext[]
    versioning string
    Versioning mode for the bucket.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStoragePureObjectBucketResultAncestor]
    arrays Sequence[GetStoragePureObjectBucketResultArray]
    bucket_name str
    Name of the bucket within the object store account.
    bucket_type str
    Type of the bucket (e.g., multi-site-writable).
    class_id str
    create_time str
    The time when this managed object was created.
    created str
    Creation time of the bucket.
    destroyed bool
    Whether the bucket has been destroyed.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hard_limit_enabled bool
    Whether the hard limit is enabled for the bucket.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Unique name of the bucket (combination of account name and bucket name).
    nr_version str
    Version of the FlashBlade array.
    object_count float
    Number of objects in the bucket.
    object_store_account_name str
    Name of the object store account that owns this bucket.
    object_store_accounts Sequence[GetStoragePureObjectBucketResultObjectStoreAccount]
    object_type str
    owners Sequence[str]
    parents Sequence[GetStoragePureObjectBucketResultParent]
    permission_resources Sequence[GetStoragePureObjectBucketResultPermissionResource]
    quota_limit float
    Quota limit for the bucket in bytes.
    registered_devices Sequence[GetStoragePureObjectBucketResultRegisteredDevice]
    retention_lock str
    Retention lock status for the bucket.
    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[GetStoragePureObjectBucketResultStorageUtilization]
    tags Sequence[GetStoragePureObjectBucketResultTag]
    uuid str
    A globally unique identifier for the bucket.
    vendor str
    Vendor of the storage array.
    version_contexts Sequence[GetStoragePureObjectBucketResultVersionContext]
    versioning str
    Versioning mode for the bucket.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    bucketName String
    Name of the bucket within the object store account.
    bucketType String
    Type of the bucket (e.g., multi-site-writable).
    classId String
    createTime String
    The time when this managed object was created.
    created String
    Creation time of the bucket.
    destroyed Boolean
    Whether the bucket has been destroyed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardLimitEnabled Boolean
    Whether the hard limit is enabled for the bucket.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Unique name of the bucket (combination of account name and bucket name).
    nrVersion String
    Version of the FlashBlade array.
    objectCount Number
    Number of objects in the bucket.
    objectStoreAccountName String
    Name of the object store account that owns this bucket.
    objectStoreAccounts List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    quotaLimit Number
    Quota limit for the bucket in bytes.
    registeredDevices List<Property Map>
    retentionLock String
    Retention lock status for the bucket.
    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>
    uuid String
    A globally unique identifier for the bucket.
    vendor String
    Vendor of the storage array.
    versionContexts List<Property Map>
    versioning String
    Versioning mode for the bucket.

    GetStoragePureObjectBucketResultAncestor

    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

    GetStoragePureObjectBucketResultArray

    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

    GetStoragePureObjectBucketResultObjectStoreAccount

    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

    GetStoragePureObjectBucketResultParent

    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

    GetStoragePureObjectBucketResultPermissionResource

    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

    GetStoragePureObjectBucketResultRegisteredDevice

    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

    GetStoragePureObjectBucketResultStorageUtilization

    AdditionalProperties string
    Available double
    AvailableProvisioned double
    AvailableRatio double
    CapacityUtilization double
    ClassId string
    DataReduction double
    Destroyed double
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    destroyedVirtual Number
    free Number
    objectType String
    parity Number
    snapshot Number
    total Number
    totalProvisioned Number
    unique Number
    used Number
    virtual Number

    GetStoragePureObjectBucketResultTag

    GetStoragePureObjectBucketResultTagAncestorDefinition

    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

    GetStoragePureObjectBucketResultTagDefinition

    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

    GetStoragePureObjectBucketResultVersionContext

    GetStoragePureObjectBucketResultVersionContextInterestedMo

    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

    GetStoragePureObjectBucketResultVersionContextRefMo

    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

    GetStoragePureObjectBucketStorageUtilization

    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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
    Whether the bucket has been destroyed.
    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.

    GetStoragePureObjectBucketTag

    AdditionalProperties string
    AncestorDefinitions List<GetStoragePureObjectBucketTagAncestorDefinition>
    Definition GetStoragePureObjectBucketTagDefinition
    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 []GetStoragePureObjectBucketTagAncestorDefinition
    Definition GetStoragePureObjectBucketTagDefinition
    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<GetStoragePureObjectBucketTagAncestorDefinition>
    definition GetStoragePureObjectBucketTagDefinition
    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 GetStoragePureObjectBucketTagAncestorDefinition[]
    definition GetStoragePureObjectBucketTagDefinition
    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[GetStoragePureObjectBucketTagAncestorDefinition]
    definition GetStoragePureObjectBucketTagDefinition
    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.

    GetStoragePureObjectBucketTagAncestorDefinition

    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'.

    GetStoragePureObjectBucketTagDefinition

    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'.

    GetStoragePureObjectBucketVersionContext

    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<GetStoragePureObjectBucketVersionContextInterestedMo>
    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
    Version of the FlashBlade array.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePureObjectBucketVersionContextRefMo
    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 []GetStoragePureObjectBucketVersionContextInterestedMo
    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
    Version of the FlashBlade array.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePureObjectBucketVersionContextRefMo
    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
    Version of the FlashBlade array.
    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<GetStoragePureObjectBucketVersionContextInterestedMo>
    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
    Version of the FlashBlade array.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePureObjectBucketVersionContextRefMo
    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 GetStoragePureObjectBucketVersionContextInterestedMo[]
    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
    Version of the FlashBlade array.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePureObjectBucketVersionContextRefMo
    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[GetStoragePureObjectBucketVersionContextInterestedMo]
    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
    Version of the FlashBlade array.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetStoragePureObjectBucketVersionContextRefMo
    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
    Version of the FlashBlade array.
    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.

    GetStoragePureObjectBucketVersionContextInterestedMo

    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'.

    GetStoragePureObjectBucketVersionContextRefMo

    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