published on Monday, Aug 24, 2026 by ciscodevnet
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 dictionarydata "intersight_get_storage_pure_object_bucket" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Pure Object Bucket Ancestor> - Array
Get
Storage Pure Object Bucket Array - 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 stringMoid - The DomainGroup ID for this managed object.
- Hard
Limit boolEnabled - 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 double - Number of objects in the bucket.
- Object
Store GetAccount Storage Pure Object Bucket Object Store Account - Object
Store stringAccount Name - Name of the object store account that owns this bucket.
- Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Object Bucket Parent - Permission
Resources List<GetStorage Pure Object Bucket Permission Resource> - Quota
Limit double - Quota limit for the bucket in bytes.
- Registered
Device GetStorage Pure Object Bucket Registered Device - Retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
List<Get
Storage Pure Object Bucket Tag> - Uuid string
- A globally unique identifier for the bucket.
- Vendor string
- Vendor of the storage array.
- Version
Context GetStorage Pure Object Bucket Version Context - Versioning string
- Versioning mode for the bucket.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Object Bucket Ancestor - Array
Get
Storage Pure Object Bucket Array - 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 stringMoid - The DomainGroup ID for this managed object.
- Hard
Limit boolEnabled - 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 float64 - Number of objects in the bucket.
- Object
Store GetAccount Storage Pure Object Bucket Object Store Account - Object
Store stringAccount Name - Name of the object store account that owns this bucket.
- Object
Type string - Owners []string
- Parent
Get
Storage Pure Object Bucket Parent - Permission
Resources []GetStorage Pure Object Bucket Permission Resource - Quota
Limit float64 - Quota limit for the bucket in bytes.
- Registered
Device GetStorage Pure Object Bucket Registered Device - Retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
[]Get
Storage Pure Object Bucket Tag - Uuid string
- A globally unique identifier for the bucket.
- Vendor string
- Vendor of the storage array.
- Version
Context GetStorage Pure Object Bucket Version Context - 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_ stringmoid - The DomainGroup ID for this managed object.
- hard_
limit_ boolenabled - 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_ objectaccount - object_
store_ stringaccount_ name - 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.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilization object - list(object)
- uuid string
- A globally unique identifier for the bucket.
- vendor string
- Vendor of the storage array.
- version_
context object - versioning string
- Versioning mode for the bucket.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Object Bucket Ancestor> - array
Get
Storage Pure Object Bucket Array - 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 Boolean
- Whether the bucket has been destroyed.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hard
Limit BooleanEnabled - 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 Double - Number of objects in the bucket.
- object
Store GetAccount Storage Pure Object Bucket Object Store Account - object
Store StringAccount Name - Name of the object store account that owns this bucket.
- object
Type String - owners List<String>
- parent
Get
Storage Pure Object Bucket Parent - permission
Resources List<GetStorage Pure Object Bucket Permission Resource> - quota
Limit Double - Quota limit for the bucket in bytes.
- registered
Device GetStorage Pure Object Bucket Registered Device - retention
Lock String - Retention lock status for the bucket.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
List<Get
Storage Pure Object Bucket Tag> - uuid String
- A globally unique identifier for the bucket.
- vendor String
- Vendor of the storage array.
- version
Context GetStorage Pure Object Bucket Version Context - versioning String
- Versioning mode for the bucket.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Object Bucket Ancestor[] - array
Get
Storage Pure Object Bucket Array - 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 boolean
- Whether the bucket has been destroyed.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- hard
Limit booleanEnabled - 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 GetAccount Storage Pure Object Bucket Object Store Account - object
Store stringAccount Name - Name of the object store account that owns this bucket.
- object
Type string - owners string[]
- parent
Get
Storage Pure Object Bucket Parent - permission
Resources GetStorage Pure Object Bucket Permission Resource[] - quota
Limit number - Quota limit for the bucket in bytes.
- registered
Device GetStorage Pure Object Bucket Registered Device - retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
Get
Storage Pure Object Bucket Tag[] - uuid string
- A globally unique identifier for the bucket.
- vendor string
- Vendor of the storage array.
- version
Context GetStorage Pure Object Bucket Version Context - versioning string
- Versioning mode for the bucket.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Object Bucket Ancestor] - array
Get
Storage Pure Object Bucket Array - 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_ strmoid - The DomainGroup ID for this managed object.
- hard_
limit_ boolenabled - 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_ Getaccount Storage Pure Object Bucket Object Store Account - object_
store_ straccount_ name - Name of the object store account that owns this bucket.
- object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Object Bucket Parent - permission_
resources Sequence[GetStorage Pure Object Bucket Permission Resource] - quota_
limit float - Quota limit for the bucket in bytes.
- registered_
device GetStorage Pure Object Bucket Registered Device - retention_
lock str - Retention lock status for the bucket.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilization GetStorage Pure Object Bucket Storage Utilization -
Sequence[Get
Storage Pure Object Bucket Tag] - uuid str
- A globally unique identifier for the bucket.
- vendor str
- Vendor of the storage array.
- version_
context GetStorage Pure Object Bucket Version Context - versioning str
- Versioning mode for the bucket.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- array Property Map
- 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 Boolean
- Whether the bucket has been destroyed.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hard
Limit BooleanEnabled - 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 Property MapAccount - object
Store StringAccount Name - Name of the object store account that owns this bucket.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - quota
Limit Number - Quota limit for the bucket in bytes.
- registered
Device Property Map - retention
Lock String - Retention lock status for the bucket.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilization Property Map - List<Property Map>
- uuid String
- A globally unique identifier for the bucket.
- vendor String
- Vendor of the storage array.
- version
Context Property Map - versioning String
- Versioning mode for the bucket.
getStoragePureObjectBucket Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Pure Object Bucket Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Pure Object Bucket Ancestor> - Array
Get
Storage Pure Object Bucket Array - Bucket
Name string - Bucket
Type string - Class
Id string - Create
Time string - Created string
- Destroyed bool
- Domain
Group stringMoid - Hard
Limit boolEnabled - Mod
Time string - Moid string
- Name string
- Nr
Version string - Object
Count double - Object
Store GetAccount Storage Pure Object Bucket Object Store Account - Object
Store stringAccount Name - Object
Type string - Owners List<string>
- Parent
Get
Storage Pure Object Bucket Parent - Permission
Resources List<GetStorage Pure Object Bucket Permission Resource> - Quota
Limit double - Registered
Device GetStorage Pure Object Bucket Registered Device - Retention
Lock string - string
- Storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
List<Get
Storage Pure Object Bucket Tag> - Uuid string
- Vendor string
- Version
Context GetStorage Pure Object Bucket Version Context - Versioning string
- Id string
- Results
[]Get
Storage Pure Object Bucket Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Pure Object Bucket Ancestor - Array
Get
Storage Pure Object Bucket Array - Bucket
Name string - Bucket
Type string - Class
Id string - Create
Time string - Created string
- Destroyed bool
- Domain
Group stringMoid - Hard
Limit boolEnabled - Mod
Time string - Moid string
- Name string
- Nr
Version string - Object
Count float64 - Object
Store GetAccount Storage Pure Object Bucket Object Store Account - Object
Store stringAccount Name - Object
Type string - Owners []string
- Parent
Get
Storage Pure Object Bucket Parent - Permission
Resources []GetStorage Pure Object Bucket Permission Resource - Quota
Limit float64 - Registered
Device GetStorage Pure Object Bucket Registered Device - Retention
Lock string - string
- Storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
[]Get
Storage Pure Object Bucket Tag - Uuid string
- Vendor string
- Version
Context GetStorage Pure Object Bucket Version Context - Versioning string
- id string
- results list(object)
- account_
moid string - additional_
properties string - ancestors list(object)
- array object
- bucket_
name string - bucket_
type string - class_
id string - create_
time string - created string
- destroyed bool
- domain_
group_ stringmoid - hard_
limit_ boolenabled - mod_
time string - moid string
- name string
- nr_
version string - object_
count number - object_
store_ objectaccount - object_
store_ stringaccount_ name - object_
type string - owners list(string)
- parent object
- permission_
resources list(object) - quota_
limit number - registered_
device object - retention_
lock string - string
- storage_
utilization object - list(object)
- uuid string
- vendor string
- version_
context object - versioning string
- id String
- results
List<Get
Storage Pure Object Bucket Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Pure Object Bucket Ancestor> - array
Get
Storage Pure Object Bucket Array - bucket
Name String - bucket
Type String - class
Id String - create
Time String - created String
- destroyed Boolean
- domain
Group StringMoid - hard
Limit BooleanEnabled - mod
Time String - moid String
- name String
- nr
Version String - object
Count Double - object
Store GetAccount Storage Pure Object Bucket Object Store Account - object
Store StringAccount Name - object
Type String - owners List<String>
- parent
Get
Storage Pure Object Bucket Parent - permission
Resources List<GetStorage Pure Object Bucket Permission Resource> - quota
Limit Double - registered
Device GetStorage Pure Object Bucket Registered Device - retention
Lock String - String
- storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
List<Get
Storage Pure Object Bucket Tag> - uuid String
- vendor String
- version
Context GetStorage Pure Object Bucket Version Context - versioning String
- id string
- results
Get
Storage Pure Object Bucket Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Pure Object Bucket Ancestor[] - array
Get
Storage Pure Object Bucket Array - bucket
Name string - bucket
Type string - class
Id string - create
Time string - created string
- destroyed boolean
- domain
Group stringMoid - hard
Limit booleanEnabled - mod
Time string - moid string
- name string
- nr
Version string - object
Count number - object
Store GetAccount Storage Pure Object Bucket Object Store Account - object
Store stringAccount Name - object
Type string - owners string[]
- parent
Get
Storage Pure Object Bucket Parent - permission
Resources GetStorage Pure Object Bucket Permission Resource[] - quota
Limit number - registered
Device GetStorage Pure Object Bucket Registered Device - retention
Lock string - string
- storage
Utilization GetStorage Pure Object Bucket Storage Utilization -
Get
Storage Pure Object Bucket Tag[] - uuid string
- vendor string
- version
Context GetStorage Pure Object Bucket Version Context - versioning string
- id str
- results
Sequence[Get
Storage Pure Object Bucket Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Pure Object Bucket Ancestor] - array
Get
Storage Pure Object Bucket Array - bucket_
name str - bucket_
type str - class_
id str - create_
time str - created str
- destroyed bool
- domain_
group_ strmoid - hard_
limit_ boolenabled - mod_
time str - moid str
- name str
- nr_
version str - object_
count float - object_
store_ Getaccount Storage Pure Object Bucket Object Store Account - object_
store_ straccount_ name - object_
type str - owners Sequence[str]
- parent
Get
Storage Pure Object Bucket Parent - permission_
resources Sequence[GetStorage Pure Object Bucket Permission Resource] - quota_
limit float - registered_
device GetStorage Pure Object Bucket Registered Device - retention_
lock str - str
- storage_
utilization GetStorage Pure Object Bucket Storage Utilization -
Sequence[Get
Storage Pure Object Bucket Tag] - uuid str
- vendor str
- version_
context GetStorage Pure Object Bucket Version Context - versioning str
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- array Property Map
- bucket
Name String - bucket
Type String - class
Id String - create
Time String - created String
- destroyed Boolean
- domain
Group StringMoid - hard
Limit BooleanEnabled - mod
Time String - moid String
- name String
- nr
Version String - object
Count Number - object
Store Property MapAccount - object
Store StringAccount Name - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - quota
Limit Number - registered
Device Property Map - retention
Lock String - String
- storage
Utilization Property Map - List<Property Map>
- uuid String
- vendor String
- version
Context Property Map - versioning String
Supporting Types
GetStoragePureObjectBucketAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketArray
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketObjectStoreAccount
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Pure Object Bucket Result Ancestor> - Arrays
List<Get
Storage Pure Object Bucket Result Array> - 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 stringMoid - The DomainGroup ID for this managed object.
- Hard
Limit boolEnabled - 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 double - Number of objects in the bucket.
- Object
Store stringAccount Name - Name of the object store account that owns this bucket.
- Object
Store List<GetAccounts Storage Pure Object Bucket Result Object Store Account> - Object
Type string - Owners List<string>
- Parents
List<Get
Storage Pure Object Bucket Result Parent> - Permission
Resources List<GetStorage Pure Object Bucket Result Permission Resource> - Quota
Limit double - Quota limit for the bucket in bytes.
- Registered
Devices List<GetStorage Pure Object Bucket Result Registered Device> - Retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Utilizations List<GetStorage Pure Object Bucket Result Storage Utilization> -
List<Get
Storage Pure Object Bucket Result Tag> - Uuid string
- A globally unique identifier for the bucket.
- Vendor string
- Vendor of the storage array.
- Version
Contexts List<GetStorage Pure Object Bucket Result Version Context> - Versioning string
- Versioning mode for the bucket.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Pure Object Bucket Result Ancestor - Arrays
[]Get
Storage Pure Object Bucket Result Array - 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 stringMoid - The DomainGroup ID for this managed object.
- Hard
Limit boolEnabled - 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 float64 - Number of objects in the bucket.
- Object
Store stringAccount Name - Name of the object store account that owns this bucket.
- Object
Store []GetAccounts Storage Pure Object Bucket Result Object Store Account - Object
Type string - Owners []string
- Parents
[]Get
Storage Pure Object Bucket Result Parent - Permission
Resources []GetStorage Pure Object Bucket Result Permission Resource - Quota
Limit float64 - Quota limit for the bucket in bytes.
- Registered
Devices []GetStorage Pure Object Bucket Result Registered Device - Retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Utilizations []GetStorage Pure Object Bucket Result Storage Utilization -
[]Get
Storage Pure Object Bucket Result Tag - Uuid string
- A globally unique identifier for the bucket.
- Vendor string
- Vendor of the storage array.
- Version
Contexts []GetStorage Pure Object Bucket Result Version Context - 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_ stringmoid - The DomainGroup ID for this managed object.
- hard_
limit_ boolenabled - 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_ stringaccount_ name - Name of the object store account that owns this bucket.
- object_
store_ list(object)accounts - 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.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilizations list(object) - list(object)
- uuid string
- 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.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Pure Object Bucket Result Ancestor> - arrays
List<Get
Storage Pure Object Bucket Result Array> - 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 Boolean
- Whether the bucket has been destroyed.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hard
Limit BooleanEnabled - 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 Double - Number of objects in the bucket.
- object
Store StringAccount Name - Name of the object store account that owns this bucket.
- object
Store List<GetAccounts Storage Pure Object Bucket Result Object Store Account> - object
Type String - owners List<String>
- parents
List<Get
Storage Pure Object Bucket Result Parent> - permission
Resources List<GetStorage Pure Object Bucket Result Permission Resource> - quota
Limit Double - Quota limit for the bucket in bytes.
- registered
Devices List<GetStorage Pure Object Bucket Result Registered Device> - retention
Lock String - Retention lock status for the bucket.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilizations List<GetStorage Pure Object Bucket Result Storage Utilization> -
List<Get
Storage Pure Object Bucket Result Tag> - uuid String
- A globally unique identifier for the bucket.
- vendor String
- Vendor of the storage array.
- version
Contexts List<GetStorage Pure Object Bucket Result Version Context> - versioning String
- Versioning mode for the bucket.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Pure Object Bucket Result Ancestor[] - arrays
Get
Storage Pure Object Bucket Result Array[] - 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 boolean
- Whether the bucket has been destroyed.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- hard
Limit booleanEnabled - 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 stringAccount Name - Name of the object store account that owns this bucket.
- object
Store GetAccounts Storage Pure Object Bucket Result Object Store Account[] - object
Type string - owners string[]
- parents
Get
Storage Pure Object Bucket Result Parent[] - permission
Resources GetStorage Pure Object Bucket Result Permission Resource[] - quota
Limit number - Quota limit for the bucket in bytes.
- registered
Devices GetStorage Pure Object Bucket Result Registered Device[] - retention
Lock string - Retention lock status for the bucket.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilizations GetStorage Pure Object Bucket Result Storage Utilization[] -
Get
Storage Pure Object Bucket Result Tag[] - uuid string
- A globally unique identifier for the bucket.
- vendor string
- Vendor of the storage array.
- version
Contexts GetStorage Pure Object Bucket Result Version Context[] - versioning string
- Versioning mode for the bucket.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Pure Object Bucket Result Ancestor] - arrays
Sequence[Get
Storage Pure Object Bucket Result Array] - 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_ strmoid - The DomainGroup ID for this managed object.
- hard_
limit_ boolenabled - 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_ straccount_ name - Name of the object store account that owns this bucket.
- object_
store_ Sequence[Getaccounts Storage Pure Object Bucket Result Object Store Account] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Storage Pure Object Bucket Result Parent] - permission_
resources Sequence[GetStorage Pure Object Bucket Result Permission Resource] - quota_
limit float - Quota limit for the bucket in bytes.
- registered_
devices Sequence[GetStorage Pure Object Bucket Result Registered Device] - retention_
lock str - Retention lock status for the bucket.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
utilizations Sequence[GetStorage Pure Object Bucket Result Storage Utilization] -
Sequence[Get
Storage Pure Object Bucket Result Tag] - uuid str
- A globally unique identifier for the bucket.
- vendor str
- Vendor of the storage array.
- version_
contexts Sequence[GetStorage Pure Object Bucket Result Version Context] - versioning str
- Versioning mode for the bucket.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- arrays List<Property Map>
- 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 Boolean
- Whether the bucket has been destroyed.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hard
Limit BooleanEnabled - 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 StringAccount Name - Name of the object store account that owns this bucket.
- object
Store List<Property Map>Accounts - object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - quota
Limit Number - Quota limit for the bucket in bytes.
- registered
Devices List<Property Map> - retention
Lock String - Retention lock status for the bucket.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Utilizations List<Property Map> - List<Property Map>
- uuid String
- A globally unique identifier for the bucket.
- vendor String
- Vendor of the storage array.
- version
Contexts List<Property Map> - versioning String
- Versioning mode for the bucket.
GetStoragePureObjectBucketResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultArray
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultObjectStoreAccount
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultStorageUtilization
- Additional
Properties string - Available double
- Available
Provisioned double - Available
Ratio double - Capacity
Utilization double - Class
Id string - Data
Reduction double - Destroyed double
- Whether the bucket has been destroyed.
- Destroyed
Virtual double - Free double
- Object
Type string - Parity double
- Snapshot double
- Total double
- Total
Provisioned double - Unique double
- Used double
- Virtual double
- Additional
Properties string - Available float64
- Available
Provisioned float64 - Available
Ratio float64 - Capacity
Utilization float64 - Class
Id string - Data
Reduction float64 - Destroyed float64
- Whether the bucket has been destroyed.
- Destroyed
Virtual float64 - Free float64
- Object
Type string - Parity float64
- Snapshot float64
- Total float64
- Total
Provisioned float64 - Unique float64
- Used float64
- Virtual float64
- additional_
properties string - available number
- available_
provisioned number - available_
ratio number - capacity_
utilization number - class_
id string - data_
reduction number - destroyed number
- 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
- additional
Properties String - available Double
- available
Provisioned Double - available
Ratio Double - capacity
Utilization Double - class
Id String - data
Reduction Double - destroyed Double
- Whether the bucket has been destroyed.
- destroyed
Virtual Double - free Double
- object
Type String - parity Double
- snapshot Double
- total Double
- total
Provisioned Double - unique Double
- used Double
- virtual Double
- additional
Properties string - available number
- available
Provisioned number - available
Ratio number - capacity
Utilization number - class
Id string - data
Reduction number - destroyed number
- 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
- 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
- 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
GetStoragePureObjectBucketResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties string - ancestor
Definitions GetStorage Pure Object Bucket Result Tag Ancestor Definition[] - definitions
Get
Storage Pure Object Bucket Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetStoragePureObjectBucketResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetStorage Pure Object Bucket Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Version of the FlashBlade array.
- Object
Type string - Ref
Mos List<GetStorage Pure Object Bucket Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetStorage Pure Object Bucket Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Version of the FlashBlade array.
- Object
Type string - Ref
Mos []GetStorage Pure Object Bucket Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - Version of the FlashBlade array.
- object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<GetStorage Pure Object Bucket Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Version of the FlashBlade array.
- object
Type String - ref
Mos List<GetStorage Pure Object Bucket Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetStorage Pure Object Bucket Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Version of the FlashBlade array.
- object
Type string - ref
Mos GetStorage Pure Object Bucket Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetStorage Pure Object Bucket Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Version of the FlashBlade array.
- object_
type str - ref_
mos Sequence[GetStorage Pure Object Bucket Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Version of the FlashBlade array.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStoragePureObjectBucketResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStoragePureObjectBucketStorageUtilization
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio double - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed double
- Whether the bucket has been destroyed.
- Destroyed
Virtual double - The amount of destroyed logically written data within the child containers, in bytes.
- Free double
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot double
- Physical usage by snapshots, other than unique in bytes.
- Total double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used double
- Used or consumed storage capacity, represented in bytes.
- Virtual double
- Logically consumed space for the object, in bytes.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Available
Provisioned float64 - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- Available
Ratio float64 - The ratio of the available space versus the total provisioned space.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Data
Reduction float64 - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- Destroyed float64
- Whether the bucket has been destroyed.
- Destroyed
Virtual float64 - The amount of destroyed logically written data within the child containers, in bytes.
- Free float64
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parity float64
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- Snapshot float64
- Physical usage by snapshots, other than unique in bytes.
- Total float64
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Total
Provisioned float64 - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- Unique float64
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- Used float64
- Used or consumed storage capacity, represented in bytes.
- Virtual float64
- Logically consumed space for the object, in bytes.
- additional_
properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available_
provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available_
ratio number - The ratio of the available space versus the total provisioned space.
- capacity_
utilization number - Percentage of used capacity.
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data_
reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- 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.
- additional
Properties String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned Double - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio Double - The ratio of the available space versus the total provisioned space.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction Double - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed Double
- Whether the bucket has been destroyed.
- destroyed
Virtual Double - The amount of destroyed logically written data within the child containers, in bytes.
- free Double
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parity Double
- A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.
- snapshot Double
- Physical usage by snapshots, other than unique in bytes.
- total Double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- total
Provisioned Double - The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.
- unique Double
- Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.
- used Double
- Used or consumed storage capacity, represented in bytes.
- virtual Double
- Logically consumed space for the object, in bytes.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- available
Provisioned number - The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.
- available
Ratio number - The ratio of the available space versus the total provisioned space.
- capacity
Utilization number - Percentage of used capacity.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data
Reduction number - Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.
- destroyed number
- 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.
- 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.
- 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.
GetStoragePureObjectBucketTag
- Additional
Properties string - Ancestor
Definitions List<GetStorage Pure Object Bucket Tag Ancestor Definition> - Definition
Get
Storage Pure Object Bucket Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetStorage Pure Object Bucket Tag Ancestor Definition - Definition
Get
Storage Pure Object Bucket Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetStorage Pure Object Bucket Tag Ancestor Definition> - definition
Get
Storage Pure Object Bucket Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetStorage Pure Object Bucket Tag Ancestor Definition[] - definition
Get
Storage Pure Object Bucket Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetStorage Pure Object Bucket Tag Ancestor Definition] - definition
Get
Storage Pure Object Bucket Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetStoragePureObjectBucketTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetStorage Pure Object Bucket Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - 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 GetStorage Pure Object Bucket Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetStorage Pure Object Bucket Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - 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 GetStorage Pure Object Bucket Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos list(object) - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetStorage Pure Object Bucket Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - 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 GetStorage Pure Object Bucket Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetStorage Pure Object Bucket Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - 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 GetStorage Pure Object Bucket Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetStorage Pure Object Bucket Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - 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 GetStorage Pure Object Bucket Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - 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 Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
GetStoragePureObjectBucketVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStoragePureObjectBucketVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
published on Monday, Aug 24, 2026 by ciscodevnet