intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexStorageContainer
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
A storage container (datastore) entity.
Using getHyperflexStorageContainer
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 getHyperflexStorageContainer(args: GetHyperflexStorageContainerArgs, opts?: InvokeOptions): Promise<GetHyperflexStorageContainerResult>
function getHyperflexStorageContainerOutput(args: GetHyperflexStorageContainerOutputArgs, opts?: InvokeOptions): Output<GetHyperflexStorageContainerResult>
def get_hyperflex_storage_container(accessibility_summary: Optional[str] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexStorageContainerAncestor]] = None,
class_id: Optional[str] = None,
cluster: Optional[GetHyperflexStorageContainerCluster] = None,
create_time: Optional[str] = None,
created_time: Optional[str] = None,
data_block_size: Optional[float] = None,
domain_group_moid: Optional[str] = None,
encryption_enabled: Optional[bool] = None,
host_mount_statuses: Optional[Sequence[GetHyperflexStorageContainerHostMountStatus]] = None,
id: Optional[str] = None,
in_use: Optional[bool] = None,
kind: Optional[str] = None,
last_access_time: Optional[str] = None,
last_modified_time: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
mount_status: Optional[str] = None,
mount_summary: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexStorageContainerParent] = None,
permission_resources: Optional[Sequence[GetHyperflexStorageContainerPermissionResource]] = None,
provisioned_capacity: Optional[float] = None,
provisioned_volume_capacity_utilization: Optional[float] = None,
shared_scope: Optional[str] = None,
storage_utilization: Optional[GetHyperflexStorageContainerStorageUtilization] = None,
tags: Optional[Sequence[GetHyperflexStorageContainerTag]] = None,
type: Optional[str] = None,
un_compressed_used_bytes: Optional[float] = None,
uuid: Optional[str] = None,
version_context: Optional[GetHyperflexStorageContainerVersionContext] = None,
volume_count: Optional[float] = None,
volumes: Optional[Sequence[GetHyperflexStorageContainerVolume]] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexStorageContainerResult
def get_hyperflex_storage_container_output(accessibility_summary: Optional[pulumi.Input[str]] = None,
account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster: Optional[pulumi.Input[GetHyperflexStorageContainerClusterArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
created_time: Optional[pulumi.Input[str]] = None,
data_block_size: Optional[pulumi.Input[float]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
encryption_enabled: Optional[pulumi.Input[bool]] = None,
host_mount_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerHostMountStatusArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
in_use: Optional[pulumi.Input[bool]] = None,
kind: Optional[pulumi.Input[str]] = None,
last_access_time: Optional[pulumi.Input[str]] = None,
last_modified_time: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
mount_status: Optional[pulumi.Input[str]] = None,
mount_summary: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHyperflexStorageContainerParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerPermissionResourceArgs]]]] = None,
provisioned_capacity: Optional[pulumi.Input[float]] = None,
provisioned_volume_capacity_utilization: Optional[pulumi.Input[float]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
storage_utilization: Optional[pulumi.Input[GetHyperflexStorageContainerStorageUtilizationArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerTagArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
un_compressed_used_bytes: Optional[pulumi.Input[float]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexStorageContainerVersionContextArgs]] = None,
volume_count: Optional[pulumi.Input[float]] = None,
volumes: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerVolumeArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexStorageContainerResult]
func LookupHyperflexStorageContainer(ctx *Context, args *LookupHyperflexStorageContainerArgs, opts ...InvokeOption) (*LookupHyperflexStorageContainerResult, error)
func LookupHyperflexStorageContainerOutput(ctx *Context, args *LookupHyperflexStorageContainerOutputArgs, opts ...InvokeOption) LookupHyperflexStorageContainerResultOutput
> Note: This function is named LookupHyperflexStorageContainer
in the Go SDK.
public static class GetHyperflexStorageContainer
{
public static Task<GetHyperflexStorageContainerResult> InvokeAsync(GetHyperflexStorageContainerArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexStorageContainerResult> Invoke(GetHyperflexStorageContainerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexStorageContainerResult> getHyperflexStorageContainer(GetHyperflexStorageContainerArgs args, InvokeOptions options)
public static Output<GetHyperflexStorageContainerResult> getHyperflexStorageContainer(GetHyperflexStorageContainerArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexStorageContainer:getHyperflexStorageContainer
arguments:
# arguments dictionary
The following arguments are supported:
- Accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Storage Container Ancestor> - Class
Id string - Cluster
Get
Hyperflex Storage Container Cluster - Create
Time string - The time when this managed object was created.
- Created
Time string - Storage container's creation time.
- Data
Block doubleSize - Storage container data block size in bytes.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Encryption
Enabled bool - Indicate if encryption is enabled on this storage container.
- Host
Mount List<GetStatuses Hyperflex Storage Container Host Mount Status> - Id string
- In
Use bool - Indicates whether the storage container has volumes.
- Kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - Last
Access stringTime - Storage container's last access time.
- Last
Modified stringTime - Storage container's last modified time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - Mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - Name string
- Name of the storage container.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Storage Container Parent - Permission
Resources List<GetHyperflex Storage Container Permission Resource> - Provisioned
Capacity double - Provisioned capacity of the storage container in bytes.
- Provisioned
Volume doubleCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization - List<Get
Hyperflex Storage Container Tag> - Type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - Un
Compressed doubleUsed Bytes - Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- Version
Context GetHyperflex Storage Container Version Context - Volume
Count double - Number of volumes associated with the storage container.
- Volumes
List<Get
Hyperflex Storage Container Volume>
- Accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Storage Container Ancestor - Class
Id string - Cluster
Get
Hyperflex Storage Container Cluster - Create
Time string - The time when this managed object was created.
- Created
Time string - Storage container's creation time.
- Data
Block float64Size - Storage container data block size in bytes.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Encryption
Enabled bool - Indicate if encryption is enabled on this storage container.
- Host
Mount []GetStatuses Hyperflex Storage Container Host Mount Status - Id string
- In
Use bool - Indicates whether the storage container has volumes.
- Kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - Last
Access stringTime - Storage container's last access time.
- Last
Modified stringTime - Storage container's last modified time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - Mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - Name string
- Name of the storage container.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Storage Container Parent - Permission
Resources []GetHyperflex Storage Container Permission Resource - Provisioned
Capacity float64 - Provisioned capacity of the storage container in bytes.
- Provisioned
Volume float64Capacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization - []Get
Hyperflex Storage Container Tag - Type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - Un
Compressed float64Used Bytes - Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- Version
Context GetHyperflex Storage Container Version Context - Volume
Count float64 - Number of volumes associated with the storage container.
- Volumes
[]Get
Hyperflex Storage Container Volume
- accessibility
Summary String - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Storage Container Ancestor> - class
Id String - cluster
Get
Hyperflex Storage Container Cluster - create
Time String - The time when this managed object was created.
- created
Time String - Storage container's creation time.
- data
Block DoubleSize - Storage container data block size in bytes.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled Boolean - Indicate if encryption is enabled on this storage container.
- host
Mount List<GetStatuses Hyperflex Storage Container Host Mount Status> - id String
- in
Use Boolean - Indicates whether the storage container has volumes.
- kind String
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access StringTime - Storage container's last access time.
- last
Modified StringTime - Storage container's last modified time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Status String - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary String - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name String
- Name of the storage container.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Storage Container Parent - permission
Resources List<GetHyperflex Storage Container Permission Resource> - provisioned
Capacity Double - Provisioned capacity of the storage container in bytes.
- provisioned
Volume DoubleCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization - List<Get
Hyperflex Storage Container Tag> - type String
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed DoubleUsed Bytes - Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- version
Context GetHyperflex Storage Container Version Context - volume
Count Double - Number of volumes associated with the storage container.
- volumes
List<Get
Hyperflex Storage Container Volume>
- accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Storage Container Ancestor[] - class
Id string - cluster
Get
Hyperflex Storage Container Cluster - create
Time string - The time when this managed object was created.
- created
Time string - Storage container's creation time.
- data
Block numberSize - Storage container data block size in bytes.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled boolean - Indicate if encryption is enabled on this storage container.
- host
Mount GetStatuses Hyperflex Storage Container Host Mount Status[] - id string
- in
Use boolean - Indicates whether the storage container has volumes.
- kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access stringTime - Storage container's last access time.
- last
Modified stringTime - Storage container's last modified time.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name string
- Name of the storage container.
- object
Type string - owners string[]
- parent
Get
Hyperflex Storage Container Parent - permission
Resources GetHyperflex Storage Container Permission Resource[] - provisioned
Capacity number - Provisioned capacity of the storage container in bytes.
- provisioned
Volume numberCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization - Get
Hyperflex Storage Container Tag[] - type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed numberUsed Bytes - Uncompressed bytes on storage container.
- uuid string
- UUID of the datastore/storage container.
- version
Context GetHyperflex Storage Container Version Context - volume
Count number - Number of volumes associated with the storage container.
- volumes
Get
Hyperflex Storage Container Volume[]
- accessibility_
summary str - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Storage Container Ancestor] - class_
id str - cluster
Get
Hyperflex Storage Container Cluster - create_
time str - The time when this managed object was created.
- created_
time str - Storage container's creation time.
- data_
block_ floatsize - Storage container data block size in bytes.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- encryption_
enabled bool - Indicate if encryption is enabled on this storage container.
- host_
mount_ Sequence[Getstatuses Hyperflex Storage Container Host Mount Status] - id str
- in_
use bool - Indicates whether the storage container has volumes.
- kind str
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last_
access_ strtime - Storage container's last access time.
- last_
modified_ strtime - Storage container's last modified time.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_
status str - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount_
summary str - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name str
- Name of the storage container.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Storage Container Parent - permission_
resources Sequence[GetHyperflex Storage Container Permission Resource] - provisioned_
capacity float - Provisioned capacity of the storage container in bytes.
- provisioned_
volume_ floatcapacity_ utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization - Sequence[Get
Hyperflex Storage Container Tag] - type str
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un_
compressed_ floatused_ bytes - Uncompressed bytes on storage container.
- uuid str
- UUID of the datastore/storage container.
- version_
context GetHyperflex Storage Container Version Context - volume_
count float - Number of volumes associated with the storage container.
- volumes
Sequence[Get
Hyperflex Storage Container Volume]
- accessibility
Summary String - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster Property Map
- create
Time String - The time when this managed object was created.
- created
Time String - Storage container's creation time.
- data
Block NumberSize - Storage container data block size in bytes.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled Boolean - Indicate if encryption is enabled on this storage container.
- host
Mount List<Property Map>Statuses - id String
- in
Use Boolean - Indicates whether the storage container has volumes.
- kind String
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access StringTime - Storage container's last access time.
- last
Modified StringTime - Storage container's last modified time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Status String - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary String - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name String
- Name of the storage container.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - provisioned
Capacity Number - Provisioned capacity of the storage container in bytes.
- provisioned
Volume NumberCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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>
- type String
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed NumberUsed Bytes - Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- version
Context Property Map - volume
Count Number - Number of volumes associated with the storage container.
- volumes List<Property Map>
getHyperflexStorageContainer Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Storage Container Result> - Accessibility
Summary string - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Storage Container Ancestor> - Class
Id string - Cluster
Get
Hyperflex Storage Container Cluster - Create
Time string - Created
Time string - Data
Block doubleSize - Domain
Group stringMoid - Encryption
Enabled bool - Host
Mount List<GetStatuses Hyperflex Storage Container Host Mount Status> - In
Use bool - Kind string
- Last
Access stringTime - Last
Modified stringTime - Mod
Time string - Moid string
- Mount
Status string - Mount
Summary string - Name string
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Storage Container Parent - Permission
Resources List<GetHyperflex Storage Container Permission Resource> - Provisioned
Capacity double - Provisioned
Volume doubleCapacity Utilization - string
- Storage
Utilization GetHyperflex Storage Container Storage Utilization - List<Get
Hyperflex Storage Container Tag> - Type string
- Un
Compressed doubleUsed Bytes - Uuid string
- Version
Context GetHyperflex Storage Container Version Context - Volume
Count double - Volumes
List<Get
Hyperflex Storage Container Volume>
- Id string
- Results
[]Get
Hyperflex Storage Container Result - Accessibility
Summary string - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Storage Container Ancestor - Class
Id string - Cluster
Get
Hyperflex Storage Container Cluster - Create
Time string - Created
Time string - Data
Block float64Size - Domain
Group stringMoid - Encryption
Enabled bool - Host
Mount []GetStatuses Hyperflex Storage Container Host Mount Status - In
Use bool - Kind string
- Last
Access stringTime - Last
Modified stringTime - Mod
Time string - Moid string
- Mount
Status string - Mount
Summary string - Name string
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Storage Container Parent - Permission
Resources []GetHyperflex Storage Container Permission Resource - Provisioned
Capacity float64 - Provisioned
Volume float64Capacity Utilization - string
- Storage
Utilization GetHyperflex Storage Container Storage Utilization - []Get
Hyperflex Storage Container Tag - Type string
- Un
Compressed float64Used Bytes - Uuid string
- Version
Context GetHyperflex Storage Container Version Context - Volume
Count float64 - Volumes
[]Get
Hyperflex Storage Container Volume
- id String
- results
List<Get
Hyperflex Storage Container Result> - accessibility
Summary String - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Storage Container Ancestor> - class
Id String - cluster
Get
Hyperflex Storage Container Cluster - create
Time String - created
Time String - data
Block DoubleSize - domain
Group StringMoid - encryption
Enabled Boolean - host
Mount List<GetStatuses Hyperflex Storage Container Host Mount Status> - in
Use Boolean - kind String
- last
Access StringTime - last
Modified StringTime - mod
Time String - moid String
- mount
Status String - mount
Summary String - name String
- object
Type String - owners List<String>
- parent
Get
Hyperflex Storage Container Parent - permission
Resources List<GetHyperflex Storage Container Permission Resource> - provisioned
Capacity Double - provisioned
Volume DoubleCapacity Utilization - String
- storage
Utilization GetHyperflex Storage Container Storage Utilization - List<Get
Hyperflex Storage Container Tag> - type String
- un
Compressed DoubleUsed Bytes - uuid String
- version
Context GetHyperflex Storage Container Version Context - volume
Count Double - volumes
List<Get
Hyperflex Storage Container Volume>
- id string
- results
Get
Hyperflex Storage Container Result[] - accessibility
Summary string - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Storage Container Ancestor[] - class
Id string - cluster
Get
Hyperflex Storage Container Cluster - create
Time string - created
Time string - data
Block numberSize - domain
Group stringMoid - encryption
Enabled boolean - host
Mount GetStatuses Hyperflex Storage Container Host Mount Status[] - in
Use boolean - kind string
- last
Access stringTime - last
Modified stringTime - mod
Time string - moid string
- mount
Status string - mount
Summary string - name string
- object
Type string - owners string[]
- parent
Get
Hyperflex Storage Container Parent - permission
Resources GetHyperflex Storage Container Permission Resource[] - provisioned
Capacity number - provisioned
Volume numberCapacity Utilization - string
- storage
Utilization GetHyperflex Storage Container Storage Utilization - Get
Hyperflex Storage Container Tag[] - type string
- un
Compressed numberUsed Bytes - uuid string
- version
Context GetHyperflex Storage Container Version Context - volume
Count number - volumes
Get
Hyperflex Storage Container Volume[]
- id str
- results
Sequence[Get
Hyperflex Storage Container Result] - accessibility_
summary str - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Storage Container Ancestor] - class_
id str - cluster
Get
Hyperflex Storage Container Cluster - create_
time str - created_
time str - data_
block_ floatsize - domain_
group_ strmoid - encryption_
enabled bool - host_
mount_ Sequence[Getstatuses Hyperflex Storage Container Host Mount Status] - in_
use bool - kind str
- last_
access_ strtime - last_
modified_ strtime - mod_
time str - moid str
- mount_
status str - mount_
summary str - name str
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Storage Container Parent - permission_
resources Sequence[GetHyperflex Storage Container Permission Resource] - provisioned_
capacity float - provisioned_
volume_ floatcapacity_ utilization - str
- storage_
utilization GetHyperflex Storage Container Storage Utilization - Sequence[Get
Hyperflex Storage Container Tag] - type str
- un_
compressed_ floatused_ bytes - uuid str
- version_
context GetHyperflex Storage Container Version Context - volume_
count float - volumes
Sequence[Get
Hyperflex Storage Container Volume]
- id String
- results List<Property Map>
- accessibility
Summary String - account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster Property Map
- create
Time String - created
Time String - data
Block NumberSize - domain
Group StringMoid - encryption
Enabled Boolean - host
Mount List<Property Map>Statuses - in
Use Boolean - kind String
- last
Access StringTime - last
Modified StringTime - mod
Time String - moid String
- mount
Status String - mount
Summary String - name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - provisioned
Capacity Number - provisioned
Volume NumberCapacity Utilization - String
- storage
Utilization Property Map - List<Property Map>
- type String
- un
Compressed NumberUsed Bytes - uuid String
- version
Context Property Map - volume
Count Number - volumes List<Property Map>
Supporting Types
GetHyperflexStorageContainerAncestor
- 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'.
GetHyperflexStorageContainerCluster
- 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'.
GetHyperflexStorageContainerHostMountStatus
- Accessibility string
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- Host
Name string - The name of the host corresponding to the mount and accessibility status of the storage container.
- Mounted bool
- Host specific storage container mount status.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Host specific storage container mount status reason.
- Accessibility string
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- Host
Name string - The name of the host corresponding to the mount and accessibility status of the storage container.
- Mounted bool
- Host specific storage container mount status.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Host specific storage container mount status reason.
- accessibility String
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- host
Name String - The name of the host corresponding to the mount and accessibility status of the storage container.
- mounted Boolean
- Host specific storage container mount status.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Host specific storage container mount status reason.
- accessibility string
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- host
Name string - The name of the host corresponding to the mount and accessibility status of the storage container.
- mounted boolean
- Host specific storage container mount status.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- Host specific storage container mount status reason.
- accessibility str
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- host_
name str - The name of the host corresponding to the mount and accessibility status of the storage container.
- mounted bool
- Host specific storage container mount status.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- Host specific storage container mount status reason.
- accessibility String
- Host specific storage container accessibility status.
NOT_APPLICABLE
- The HyperFlex storage container accessibility on host is not applicable.ACCESSIBLE
- The HyperFlex storage container is accessible on the host.NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible on the host.PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible on the host.READONLY
- The HyperFlex storage container accessibility is readonly on the host.HOST_NOT_REACHABLE
- The storage container is not accessible via this host because it is not accessible.UNKNOWN
- The storage container accessibility via this host is unknown.
- 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.
- host
Name String - The name of the host corresponding to the mount and accessibility status of the storage container.
- mounted Boolean
- Host specific storage container mount status.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Host specific storage container mount status reason.
GetHyperflexStorageContainerParent
- 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'.
GetHyperflexStorageContainerPermissionResource
- 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'.
GetHyperflexStorageContainerResult
- Accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Storage Container Result Ancestor> - Class
Id string - Clusters
List<Get
Hyperflex Storage Container Result Cluster> - Create
Time string - The time when this managed object was created.
- Created
Time string - Storage container's creation time.
- Data
Block doubleSize - Storage container data block size in bytes.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Encryption
Enabled bool - Indicate if encryption is enabled on this storage container.
- Host
Mount List<GetStatuses Hyperflex Storage Container Result Host Mount Status> - In
Use bool - Indicates whether the storage container has volumes.
- Kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - Last
Access stringTime - Storage container's last access time.
- Last
Modified stringTime - Storage container's last modified time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - Mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - Name string
- Name of the storage container.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hyperflex Storage Container Result Parent> - Permission
Resources List<GetHyperflex Storage Container Result Permission Resource> - Provisioned
Capacity double - Provisioned capacity of the storage container in bytes.
- Provisioned
Volume doubleCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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<GetHyperflex Storage Container Result Storage Utilization> - List<Get
Hyperflex Storage Container Result Tag> - Type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - Un
Compressed doubleUsed Bytes - Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- Version
Contexts List<GetHyperflex Storage Container Result Version Context> - Volume
Count double - Number of volumes associated with the storage container.
- Volumes
List<Get
Hyperflex Storage Container Result Volume>
- Accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Storage Container Result Ancestor - Class
Id string - Clusters
[]Get
Hyperflex Storage Container Result Cluster - Create
Time string - The time when this managed object was created.
- Created
Time string - Storage container's creation time.
- Data
Block float64Size - Storage container data block size in bytes.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Encryption
Enabled bool - Indicate if encryption is enabled on this storage container.
- Host
Mount []GetStatuses Hyperflex Storage Container Result Host Mount Status - In
Use bool - Indicates whether the storage container has volumes.
- Kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - Last
Access stringTime - Storage container's last access time.
- Last
Modified stringTime - Storage container's last modified time.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - Mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - Name string
- Name of the storage container.
- Object
Type string - Owners []string
- Parents
[]Get
Hyperflex Storage Container Result Parent - Permission
Resources []GetHyperflex Storage Container Result Permission Resource - Provisioned
Capacity float64 - Provisioned capacity of the storage container in bytes.
- Provisioned
Volume float64Capacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 []GetHyperflex Storage Container Result Storage Utilization - []Get
Hyperflex Storage Container Result Tag - Type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - Un
Compressed float64Used Bytes - Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- Version
Contexts []GetHyperflex Storage Container Result Version Context - Volume
Count float64 - Number of volumes associated with the storage container.
- Volumes
[]Get
Hyperflex Storage Container Result Volume
- accessibility
Summary String - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Storage Container Result Ancestor> - class
Id String - clusters
List<Get
Hyperflex Storage Container Result Cluster> - create
Time String - The time when this managed object was created.
- created
Time String - Storage container's creation time.
- data
Block DoubleSize - Storage container data block size in bytes.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled Boolean - Indicate if encryption is enabled on this storage container.
- host
Mount List<GetStatuses Hyperflex Storage Container Result Host Mount Status> - in
Use Boolean - Indicates whether the storage container has volumes.
- kind String
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access StringTime - Storage container's last access time.
- last
Modified StringTime - Storage container's last modified time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Status String - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary String - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name String
- Name of the storage container.
- object
Type String - owners List<String>
- parents
List<Get
Hyperflex Storage Container Result Parent> - permission
Resources List<GetHyperflex Storage Container Result Permission Resource> - provisioned
Capacity Double - Provisioned capacity of the storage container in bytes.
- provisioned
Volume DoubleCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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<GetHyperflex Storage Container Result Storage Utilization> - List<Get
Hyperflex Storage Container Result Tag> - type String
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed DoubleUsed Bytes - Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- version
Contexts List<GetHyperflex Storage Container Result Version Context> - volume
Count Double - Number of volumes associated with the storage container.
- volumes
List<Get
Hyperflex Storage Container Result Volume>
- accessibility
Summary string - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Storage Container Result Ancestor[] - class
Id string - clusters
Get
Hyperflex Storage Container Result Cluster[] - create
Time string - The time when this managed object was created.
- created
Time string - Storage container's creation time.
- data
Block numberSize - Storage container data block size in bytes.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled boolean - Indicate if encryption is enabled on this storage container.
- host
Mount GetStatuses Hyperflex Storage Container Result Host Mount Status[] - in
Use boolean - Indicates whether the storage container has volumes.
- kind string
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access stringTime - Storage container's last access time.
- last
Modified stringTime - Storage container's last modified time.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mount
Status string - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary string - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name string
- Name of the storage container.
- object
Type string - owners string[]
- parents
Get
Hyperflex Storage Container Result Parent[] - permission
Resources GetHyperflex Storage Container Result Permission Resource[] - provisioned
Capacity number - Provisioned capacity of the storage container in bytes.
- provisioned
Volume numberCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Result Storage Utilization[] - Get
Hyperflex Storage Container Result Tag[] - type string
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed numberUsed Bytes - Uncompressed bytes on storage container.
- uuid string
- UUID of the datastore/storage container.
- version
Contexts GetHyperflex Storage Container Result Version Context[] - volume
Count number - Number of volumes associated with the storage container.
- volumes
Get
Hyperflex Storage Container Result Volume[]
- accessibility_
summary str - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Storage Container Result Ancestor] - class_
id str - clusters
Sequence[Get
Hyperflex Storage Container Result Cluster] - create_
time str - The time when this managed object was created.
- created_
time str - Storage container's creation time.
- data_
block_ floatsize - Storage container data block size in bytes.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- encryption_
enabled bool - Indicate if encryption is enabled on this storage container.
- host_
mount_ Sequence[Getstatuses Hyperflex Storage Container Result Host Mount Status] - in_
use bool - Indicates whether the storage container has volumes.
- kind str
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last_
access_ strtime - Storage container's last access time.
- last_
modified_ strtime - Storage container's last modified time.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_
status str - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount_
summary str - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name str
- Name of the storage container.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hyperflex Storage Container Result Parent] - permission_
resources Sequence[GetHyperflex Storage Container Result Permission Resource] - provisioned_
capacity float - Provisioned capacity of the storage container in bytes.
- provisioned_
volume_ floatcapacity_ utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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[GetHyperflex Storage Container Result Storage Utilization] - Sequence[Get
Hyperflex Storage Container Result Tag] - type str
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un_
compressed_ floatused_ bytes - Uncompressed bytes on storage container.
- uuid str
- UUID of the datastore/storage container.
- version_
contexts Sequence[GetHyperflex Storage Container Result Version Context] - volume_
count float - Number of volumes associated with the storage container.
- volumes
Sequence[Get
Hyperflex Storage Container Result Volume]
- accessibility
Summary String - Storage container accessibility summary.*
NOT_APPLICABLE
- The HyperFlex storage container accessibility summary is not applicable.*ACCESSIBLE
- The HyperFlex storage container is accessible.*NOT_ACCESSIBLE
- The HyperFlex storage container is not accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex storage container is partially accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - clusters List<Property Map>
- create
Time String - The time when this managed object was created.
- created
Time String - Storage container's creation time.
- data
Block NumberSize - Storage container data block size in bytes.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- encryption
Enabled Boolean - Indicate if encryption is enabled on this storage container.
- host
Mount List<Property Map>Statuses - in
Use Boolean - Indicates whether the storage container has volumes.
- kind String
- Indicates whether the storage container was user-created, or system-created.*
UNKNOWN
- The storage container creator is unknown.*USER_CREATED
- The storage container was created by a user action.*INTERNAL
- The storage container was created by the system. - last
Access StringTime - Storage container's last access time.
- last
Modified StringTime - Storage container's last modified time.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Status String - Storage container mount status. Applicable only for NFS type.*
NOT_APPLICABLE
- The HyperFlex storage container mount status is not applicable.*NORMAL
- The HyperFlex storage container mount status is normal.*ALERT
- The HyperFlex storage container mount status is alert.*FAILED
- The HyperFlex storage container mount status is failed. - mount
Summary String - Storage container mount summary. Applicable only for NFS type.*
NOT_APPLICABLE
- The mount summary is not applicable for this HyperFlex storage container.*MOUNTED
- The HyperFlex storage container is mounted.*UNMOUNTED
- The HyperFlex storage container is unmounted.*MOUNT_FAILURE
- The HyperFlex storage container mount summary is failure.*UNMOUNT_FAILURE
- The HyperFlex storage container unmount summary is failure. - name String
- Name of the storage container.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - provisioned
Capacity Number - Provisioned capacity of the storage container in bytes.
- provisioned
Volume NumberCapacity Utilization - Provisioned capacity utilization of all volumes associated with the storage container.
- 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>
- type String
- Storage container type (SMB/NFS/iSCSI).*
NFS
- Storage container created/accesed through NFS protocol.*SMB
- Storage container created/accessed through SMB protocol.*iSCSI
- Storage container created/accessed through iSCSI protocol. - un
Compressed NumberUsed Bytes - Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- version
Contexts List<Property Map> - volume
Count Number - Number of volumes associated with the storage container.
- volumes List<Property Map>
GetHyperflexStorageContainerResultAncestor
- 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
GetHyperflexStorageContainerResultCluster
- 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
GetHyperflexStorageContainerResultHostMountStatus
- Accessibility string
- Additional
Properties string - Class
Id string - Host
Name string - Mounted bool
- Object
Type string - Reason string
- Accessibility string
- Additional
Properties string - Class
Id string - Host
Name string - Mounted bool
- Object
Type string - Reason string
- accessibility String
- additional
Properties String - class
Id String - host
Name String - mounted Boolean
- object
Type String - reason String
- accessibility string
- additional
Properties string - class
Id string - host
Name string - mounted boolean
- object
Type string - reason string
- accessibility str
- additional_
properties str - class_
id str - host_
name str - mounted bool
- object_
type str - reason str
- accessibility String
- additional
Properties String - class
Id String - host
Name String - mounted Boolean
- object
Type String - reason String
GetHyperflexStorageContainerResultParent
- 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
GetHyperflexStorageContainerResultPermissionResource
- 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
GetHyperflexStorageContainerResultStorageUtilization
- Additional
Properties string - Available double
- Capacity
Utilization double - Class
Id string - Free double
- Object
Type string - Total double
- Used double
- Additional
Properties string - Available float64
- Capacity
Utilization float64 - Class
Id string - Free float64
- Object
Type string - Total float64
- Used float64
- additional
Properties String - available Double
- capacity
Utilization Double - class
Id String - free Double
- object
Type String - total Double
- used Double
- additional
Properties string - available number
- capacity
Utilization number - class
Id string - free number
- object
Type string - total number
- used number
- additional_
properties str - available float
- capacity_
utilization float - class_
id str - free float
- object_
type str - total float
- used float
- additional
Properties String - available Number
- capacity
Utilization Number - class
Id String - free Number
- object
Type String - total Number
- used Number
GetHyperflexStorageContainerResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHyperflexStorageContainerResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHyperflexStorageContainerResultVersionContextInterestedMo
- 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
GetHyperflexStorageContainerResultVersionContextRefMo
- 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
GetHyperflexStorageContainerResultVolume
- 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
GetHyperflexStorageContainerStorageUtilization
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Free double
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Total double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Used double
- Used or consumed storage capacity, represented in bytes.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Free float64
- Unused space available for applications to consume, represented in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Total float64
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Used float64
- Used or consumed storage capacity, represented in bytes.
- additional
Properties String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free Double
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total Double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used Double
- Used or consumed storage capacity, represented in bytes.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization number - Percentage of used capacity.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free number
- Unused space available for applications to consume, represented in bytes.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used number
- Used or consumed storage capacity, represented in bytes.
- additional_
properties str - available float
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity_
utilization float - Percentage of used capacity.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free float
- Unused space available for applications to consume, represented in bytes.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total float
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used float
- Used or consumed storage capacity, represented in bytes.
- additional
Properties String - available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Number - Percentage of used capacity.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free Number
- Unused space available for applications to consume, represented in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total Number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used Number
- Used or consumed storage capacity, represented in bytes.
GetHyperflexStorageContainerTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexStorageContainerVersionContext
- 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<GetHyperflex Storage Container Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Storage Container 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 []GetHyperflex Storage Container Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Storage Container 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<GetHyperflex Storage Container Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Storage Container 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 GetHyperflex Storage Container Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Storage Container 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[GetHyperflex Storage Container Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHyperflex Storage Container Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetHyperflexStorageContainerVersionContextInterestedMo
- 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'.
GetHyperflexStorageContainerVersionContextRefMo
- 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'.
GetHyperflexStorageContainerVolume
- 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet