intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexDatastoreStatistic
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Datastore Statistic describing more detailed information about the Data Protection Peer.
Using getHyperflexDatastoreStatistic
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 getHyperflexDatastoreStatistic(args: GetHyperflexDatastoreStatisticArgs, opts?: InvokeOptions): Promise<GetHyperflexDatastoreStatisticResult>
function getHyperflexDatastoreStatisticOutput(args: GetHyperflexDatastoreStatisticOutputArgs, opts?: InvokeOptions): Output<GetHyperflexDatastoreStatisticResult>
def get_hyperflex_datastore_statistic(accessibility_summary: Optional[str] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexDatastoreStatisticAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
creation_time: Optional[str] = None,
data_protection_peer: Optional[GetHyperflexDatastoreStatisticDataProtectionPeer] = None,
datastore_kind: Optional[str] = None,
datastore_status: Optional[str] = None,
domain_group_moid: Optional[str] = None,
dsconfig: Optional[GetHyperflexDatastoreStatisticDsconfig] = None,
free_capacity_in_bytes: Optional[float] = None,
host_mount_statuses: Optional[Sequence[GetHyperflexDatastoreStatisticHostMountStatus]] = None,
id: Optional[str] = None,
is_encrypted: Optional[bool] = None,
last_access_time: Optional[str] = None,
last_modified_time: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
mount_summary: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexDatastoreStatisticParent] = None,
parent_uuid: Optional[str] = None,
permission_resources: Optional[Sequence[GetHyperflexDatastoreStatisticPermissionResource]] = None,
shared_scope: Optional[str] = None,
site: Optional[GetHyperflexDatastoreStatisticSite] = None,
src_cluster: Optional[GetHyperflexDatastoreStatisticSrcCluster] = None,
tags: Optional[Sequence[GetHyperflexDatastoreStatisticTag]] = None,
tgt_cluster: Optional[GetHyperflexDatastoreStatisticTgtCluster] = None,
total_capacity_in_bytes: Optional[float] = None,
un_compressed_used_bytes: Optional[float] = None,
unshared_used_bytes: Optional[float] = None,
uuid: Optional[str] = None,
version_context: Optional[GetHyperflexDatastoreStatisticVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexDatastoreStatisticResult
def get_hyperflex_datastore_statistic_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[GetHyperflexDatastoreStatisticAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
creation_time: Optional[pulumi.Input[str]] = None,
data_protection_peer: Optional[pulumi.Input[GetHyperflexDatastoreStatisticDataProtectionPeerArgs]] = None,
datastore_kind: Optional[pulumi.Input[str]] = None,
datastore_status: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
dsconfig: Optional[pulumi.Input[GetHyperflexDatastoreStatisticDsconfigArgs]] = None,
free_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
host_mount_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticHostMountStatusArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
is_encrypted: Optional[pulumi.Input[bool]] = 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_summary: 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[GetHyperflexDatastoreStatisticParentArgs]] = None,
parent_uuid: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticPermissionResourceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
site: Optional[pulumi.Input[GetHyperflexDatastoreStatisticSiteArgs]] = None,
src_cluster: Optional[pulumi.Input[GetHyperflexDatastoreStatisticSrcClusterArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticTagArgs]]]] = None,
tgt_cluster: Optional[pulumi.Input[GetHyperflexDatastoreStatisticTgtClusterArgs]] = None,
total_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
un_compressed_used_bytes: Optional[pulumi.Input[float]] = None,
unshared_used_bytes: Optional[pulumi.Input[float]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexDatastoreStatisticVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexDatastoreStatisticResult]
func LookupHyperflexDatastoreStatistic(ctx *Context, args *LookupHyperflexDatastoreStatisticArgs, opts ...InvokeOption) (*LookupHyperflexDatastoreStatisticResult, error)
func LookupHyperflexDatastoreStatisticOutput(ctx *Context, args *LookupHyperflexDatastoreStatisticOutputArgs, opts ...InvokeOption) LookupHyperflexDatastoreStatisticResultOutput
> Note: This function is named LookupHyperflexDatastoreStatistic
in the Go SDK.
public static class GetHyperflexDatastoreStatistic
{
public static Task<GetHyperflexDatastoreStatisticResult> InvokeAsync(GetHyperflexDatastoreStatisticArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexDatastoreStatisticResult> Invoke(GetHyperflexDatastoreStatisticInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexDatastoreStatisticResult> getHyperflexDatastoreStatistic(GetHyperflexDatastoreStatisticArgs args, InvokeOptions options)
public static Output<GetHyperflexDatastoreStatisticResult> getHyperflexDatastoreStatistic(GetHyperflexDatastoreStatisticArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexDatastoreStatistic:getHyperflexDatastoreStatistic
arguments:
# arguments dictionary
The following arguments are supported:
- Accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Datastore Statistic Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - Timestamp the datastore object was created.
- Data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - Datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - Datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - Free
Capacity doubleIn Bytes - Free capacity of the datastore in bytes.
- Host
Mount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> - Id string
- Is
Encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- Last
Access stringTime - Timestamp the datastore object was last accessed.
- Last
Modified stringTime - Timestamp the datastore object was last modified.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Datastore Statistic Parent - Parent
Uuid string - UUID of the parent datastore object.
- Permission
Resources List<GetHyperflex Datastore Statistic Permission Resource> - 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.
- Site
Get
Hyperflex Datastore Statistic Site - Src
Cluster GetHyperflex Datastore Statistic Src Cluster - List<Get
Hyperflex Datastore Statistic Tag> - Tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - Total
Capacity doubleIn Bytes - Total capacity of the datastore object.
- Un
Compressed doubleUsed Bytes - Number of uncompressed used bytes in the datastore.
- double
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- Version
Context GetHyperflex Datastore Statistic Version Context
- Accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Datastore Statistic Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - Timestamp the datastore object was created.
- Data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - Datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - Datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - Free
Capacity float64In Bytes - Free capacity of the datastore in bytes.
- Host
Mount []GetStatuses Hyperflex Datastore Statistic Host Mount Status - Id string
- Is
Encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- Last
Access stringTime - Timestamp the datastore object was last accessed.
- Last
Modified stringTime - Timestamp the datastore object was last modified.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - Object
Type string - Owners []string
- Parent
Get
Hyperflex Datastore Statistic Parent - Parent
Uuid string - UUID of the parent datastore object.
- Permission
Resources []GetHyperflex Datastore Statistic Permission Resource - 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.
- Site
Get
Hyperflex Datastore Statistic Site - Src
Cluster GetHyperflex Datastore Statistic Src Cluster - []Get
Hyperflex Datastore Statistic Tag - Tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - Total
Capacity float64In Bytes - Total capacity of the datastore object.
- Un
Compressed float64Used Bytes - Number of uncompressed used bytes in the datastore.
- float64
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- Version
Context GetHyperflex Datastore Statistic Version Context
- accessibility
Summary String - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Datastore Statistic Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Timestamp the datastore object was created.
- data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - datastore
Kind String - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status String - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free
Capacity DoubleIn Bytes - Free capacity of the datastore in bytes.
- host
Mount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> - id String
- is
Encrypted Boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access StringTime - Timestamp the datastore object was last accessed.
- last
Modified StringTime - Timestamp the datastore object was last modified.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Summary String - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type String - owners List<String>
- parent
Get
Hyperflex Datastore Statistic Parent - parent
Uuid String - UUID of the parent datastore object.
- permission
Resources List<GetHyperflex Datastore Statistic Permission Resource> - 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.
- site
Get
Hyperflex Datastore Statistic Site - src
Cluster GetHyperflex Datastore Statistic Src Cluster - List<Get
Hyperflex Datastore Statistic Tag> - tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - total
Capacity DoubleIn Bytes - Total capacity of the datastore object.
- un
Compressed DoubleUsed Bytes - Number of uncompressed used bytes in the datastore.
- Double
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- version
Context GetHyperflex Datastore Statistic Version Context
- accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Datastore Statistic Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- creation
Time string - Timestamp the datastore object was created.
- data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free
Capacity numberIn Bytes - Free capacity of the datastore in bytes.
- host
Mount GetStatuses Hyperflex Datastore Statistic Host Mount Status[] - id string
- is
Encrypted boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access stringTime - Timestamp the datastore object was last accessed.
- last
Modified stringTime - Timestamp the datastore object was last modified.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type string - owners string[]
- parent
Get
Hyperflex Datastore Statistic Parent - parent
Uuid string - UUID of the parent datastore object.
- permission
Resources GetHyperflex Datastore Statistic Permission Resource[] - 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.
- site
Get
Hyperflex Datastore Statistic Site - src
Cluster GetHyperflex Datastore Statistic Src Cluster - Get
Hyperflex Datastore Statistic Tag[] - tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - total
Capacity numberIn Bytes - Total capacity of the datastore object.
- un
Compressed numberUsed Bytes - Number of uncompressed used bytes in the datastore.
- number
- Unshared used capacity of the datastore in bytes.
- uuid string
- UUID for the datastore object.
- version
Context GetHyperflex Datastore Statistic Version Context
- accessibility_
summary str - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Datastore Statistic Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- creation_
time str - Timestamp the datastore object was created.
- data_
protection_ Getpeer Hyperflex Datastore Statistic Data Protection Peer - datastore_
kind str - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore_
status str - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free_
capacity_ floatin_ bytes - Free capacity of the datastore in bytes.
- host_
mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Host Mount Status] - id str
- is_
encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- last_
access_ strtime - Timestamp the datastore object was last accessed.
- last_
modified_ strtime - Timestamp the datastore object was last modified.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_
summary str - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Datastore Statistic Parent - parent_
uuid str - UUID of the parent datastore object.
- permission_
resources Sequence[GetHyperflex Datastore Statistic Permission Resource] - 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.
- site
Get
Hyperflex Datastore Statistic Site - src_
cluster GetHyperflex Datastore Statistic Src Cluster - Sequence[Get
Hyperflex Datastore Statistic Tag] - tgt_
cluster GetHyperflex Datastore Statistic Tgt Cluster - total_
capacity_ floatin_ bytes - Total capacity of the datastore object.
- un_
compressed_ floatused_ bytes - Number of uncompressed used bytes in the datastore.
- float
- Unshared used capacity of the datastore in bytes.
- uuid str
- UUID for the datastore object.
- version_
context GetHyperflex Datastore Statistic Version Context
- accessibility
Summary String - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Timestamp the datastore object was created.
- data
Protection Property MapPeer - datastore
Kind String - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status String - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- dsconfig Property Map
- free
Capacity NumberIn Bytes - Free capacity of the datastore in bytes.
- host
Mount List<Property Map>Statuses - id String
- is
Encrypted Boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access StringTime - Timestamp the datastore object was last accessed.
- last
Modified StringTime - Timestamp the datastore object was last modified.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Summary String - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type String - owners List<String>
- parent Property Map
- parent
Uuid String - UUID of the parent datastore object.
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- site Property Map
- src
Cluster Property Map - List<Property Map>
- tgt
Cluster Property Map - total
Capacity NumberIn Bytes - Total capacity of the datastore object.
- un
Compressed NumberUsed Bytes - Number of uncompressed used bytes in the datastore.
- Number
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- version
Context Property Map
getHyperflexDatastoreStatistic Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Datastore Statistic Result> - Accessibility
Summary string - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Datastore Statistic Ancestor> - Class
Id string - Create
Time string - Creation
Time string - Data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - Datastore
Kind string - Datastore
Status string - Domain
Group stringMoid - Dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - Free
Capacity doubleIn Bytes - Host
Mount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> - Is
Encrypted bool - Last
Access stringTime - Last
Modified stringTime - Mod
Time string - Moid string
- Mount
Summary string - Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Datastore Statistic Parent - Parent
Uuid string - Permission
Resources List<GetHyperflex Datastore Statistic Permission Resource> - string
- Site
Get
Hyperflex Datastore Statistic Site - Src
Cluster GetHyperflex Datastore Statistic Src Cluster - List<Get
Hyperflex Datastore Statistic Tag> - Tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - Total
Capacity doubleIn Bytes - Un
Compressed doubleUsed Bytes - double
- Uuid string
- Version
Context GetHyperflex Datastore Statistic Version Context
- Id string
- Results
[]Get
Hyperflex Datastore Statistic Result - Accessibility
Summary string - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Datastore Statistic Ancestor - Class
Id string - Create
Time string - Creation
Time string - Data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - Datastore
Kind string - Datastore
Status string - Domain
Group stringMoid - Dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - Free
Capacity float64In Bytes - Host
Mount []GetStatuses Hyperflex Datastore Statistic Host Mount Status - Is
Encrypted bool - Last
Access stringTime - Last
Modified stringTime - Mod
Time string - Moid string
- Mount
Summary string - Object
Type string - Owners []string
- Parent
Get
Hyperflex Datastore Statistic Parent - Parent
Uuid string - Permission
Resources []GetHyperflex Datastore Statistic Permission Resource - string
- Site
Get
Hyperflex Datastore Statistic Site - Src
Cluster GetHyperflex Datastore Statistic Src Cluster - []Get
Hyperflex Datastore Statistic Tag - Tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - Total
Capacity float64In Bytes - Un
Compressed float64Used Bytes - float64
- Uuid string
- Version
Context GetHyperflex Datastore Statistic Version Context
- id String
- results
List<Get
Hyperflex Datastore Statistic Result> - accessibility
Summary String - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Datastore Statistic Ancestor> - class
Id String - create
Time String - creation
Time String - data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - datastore
Kind String - datastore
Status String - domain
Group StringMoid - dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free
Capacity DoubleIn Bytes - host
Mount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> - is
Encrypted Boolean - last
Access StringTime - last
Modified StringTime - mod
Time String - moid String
- mount
Summary String - object
Type String - owners List<String>
- parent
Get
Hyperflex Datastore Statistic Parent - parent
Uuid String - permission
Resources List<GetHyperflex Datastore Statistic Permission Resource> - String
- site
Get
Hyperflex Datastore Statistic Site - src
Cluster GetHyperflex Datastore Statistic Src Cluster - List<Get
Hyperflex Datastore Statistic Tag> - tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - total
Capacity DoubleIn Bytes - un
Compressed DoubleUsed Bytes - Double
- uuid String
- version
Context GetHyperflex Datastore Statistic Version Context
- id string
- results
Get
Hyperflex Datastore Statistic Result[] - accessibility
Summary string - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Datastore Statistic Ancestor[] - class
Id string - create
Time string - creation
Time string - data
Protection GetPeer Hyperflex Datastore Statistic Data Protection Peer - datastore
Kind string - datastore
Status string - domain
Group stringMoid - dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free
Capacity numberIn Bytes - host
Mount GetStatuses Hyperflex Datastore Statistic Host Mount Status[] - is
Encrypted boolean - last
Access stringTime - last
Modified stringTime - mod
Time string - moid string
- mount
Summary string - object
Type string - owners string[]
- parent
Get
Hyperflex Datastore Statistic Parent - parent
Uuid string - permission
Resources GetHyperflex Datastore Statistic Permission Resource[] - string
- site
Get
Hyperflex Datastore Statistic Site - src
Cluster GetHyperflex Datastore Statistic Src Cluster - Get
Hyperflex Datastore Statistic Tag[] - tgt
Cluster GetHyperflex Datastore Statistic Tgt Cluster - total
Capacity numberIn Bytes - un
Compressed numberUsed Bytes - number
- uuid string
- version
Context GetHyperflex Datastore Statistic Version Context
- id str
- results
Sequence[Get
Hyperflex Datastore Statistic Result] - accessibility_
summary str - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Datastore Statistic Ancestor] - class_
id str - create_
time str - creation_
time str - data_
protection_ Getpeer Hyperflex Datastore Statistic Data Protection Peer - datastore_
kind str - datastore_
status str - domain_
group_ strmoid - dsconfig
Get
Hyperflex Datastore Statistic Dsconfig - free_
capacity_ floatin_ bytes - host_
mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Host Mount Status] - is_
encrypted bool - last_
access_ strtime - last_
modified_ strtime - mod_
time str - moid str
- mount_
summary str - object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Datastore Statistic Parent - parent_
uuid str - permission_
resources Sequence[GetHyperflex Datastore Statistic Permission Resource] - str
- site
Get
Hyperflex Datastore Statistic Site - src_
cluster GetHyperflex Datastore Statistic Src Cluster - Sequence[Get
Hyperflex Datastore Statistic Tag] - tgt_
cluster GetHyperflex Datastore Statistic Tgt Cluster - total_
capacity_ floatin_ bytes - un_
compressed_ floatused_ bytes - float
- uuid str
- version_
context GetHyperflex Datastore Statistic Version Context
- id String
- results List<Property Map>
- accessibility
Summary String - account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - creation
Time String - data
Protection Property MapPeer - datastore
Kind String - datastore
Status String - domain
Group StringMoid - dsconfig Property Map
- free
Capacity NumberIn Bytes - host
Mount List<Property Map>Statuses - is
Encrypted Boolean - last
Access StringTime - last
Modified StringTime - mod
Time String - moid String
- mount
Summary String - object
Type String - owners List<String>
- parent Property Map
- parent
Uuid String - permission
Resources List<Property Map> - String
- site Property Map
- src
Cluster Property Map - List<Property Map>
- tgt
Cluster Property Map - total
Capacity NumberIn Bytes - un
Compressed NumberUsed Bytes - Number
- uuid String
- version
Context Property Map
Supporting Types
GetHyperflexDatastoreStatisticAncestor
- 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'.
GetHyperflexDatastoreStatisticDataProtectionPeer
- 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'.
GetHyperflexDatastoreStatisticDsconfig
- 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.
- Data
Block doubleSize - Size of datablock for this HyperFlex datastore.
- Name string
- Unique name for the datastore.
- Num
Mirrors double - Number of copies of data maintained for data redundancy.
- Num
Stripes doubleFor Large Files - Number of stripes to be used for large files in datastore.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Provisioned
Capacity double - Provisioned capacity of datastore in bytes.
- System
Datastore bool - Specifies if this datastore is a system datastore or not.
- Usage
Type string - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type 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.
- Data
Block float64Size - Size of datablock for this HyperFlex datastore.
- Name string
- Unique name for the datastore.
- Num
Mirrors float64 - Number of copies of data maintained for data redundancy.
- Num
Stripes float64For Large Files - Number of stripes to be used for large files in datastore.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Provisioned
Capacity float64 - Provisioned capacity of datastore in bytes.
- System
Datastore bool - Specifies if this datastore is a system datastore or not.
- Usage
Type string - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type 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.
- data
Block DoubleSize - Size of datablock for this HyperFlex datastore.
- name String
- Unique name for the datastore.
- num
Mirrors Double - Number of copies of data maintained for data redundancy.
- num
Stripes DoubleFor Large Files - Number of stripes to be used for large files in datastore.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisioned
Capacity Double - Provisioned capacity of datastore in bytes.
- system
Datastore Boolean - Specifies if this datastore is a system datastore or not.
- usage
Type String - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type 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.
- data
Block numberSize - Size of datablock for this HyperFlex datastore.
- name string
- Unique name for the datastore.
- num
Mirrors number - Number of copies of data maintained for data redundancy.
- num
Stripes numberFor Large Files - Number of stripes to be used for large files in datastore.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisioned
Capacity number - Provisioned capacity of datastore in bytes.
- system
Datastore boolean - Specifies if this datastore is a system datastore or not.
- usage
Type string - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type 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.
- data_
block_ floatsize - Size of datablock for this HyperFlex datastore.
- name str
- Unique name for the datastore.
- num_
mirrors float - Number of copies of data maintained for data redundancy.
- num_
stripes_ floatfor_ large_ files - Number of stripes to be used for large files in datastore.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisioned_
capacity float - Provisioned capacity of datastore in bytes.
- system_
datastore bool - Specifies if this datastore is a system datastore or not.
- usage_
type str - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type 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.
- data
Block NumberSize - Size of datablock for this HyperFlex datastore.
- name String
- Unique name for the datastore.
- num
Mirrors Number - Number of copies of data maintained for data redundancy.
- num
Stripes NumberFor Large Files - Number of stripes to be used for large files in datastore.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisioned
Capacity Number - Provisioned capacity of datastore in bytes.
- system
Datastore Boolean - Specifies if this datastore is a system datastore or not.
- usage
Type String - HyperFlex datastore usage type.
NFS
- The HyperFlex datastore type is NFS.SMB
- The HyperFlex datastore type is SMB.ISCSI
- The HyperFlex datastore type is ISCSI.UNKNOWN
- The HyperFlex datastore type is unknown.
GetHyperflexDatastoreStatisticHostMountStatus
- Accessibility string
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- Mounted bool
- Is the datastore mounted or not.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for inaccessibility.
- Accessibility string
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- Mounted bool
- Is the datastore mounted or not.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for inaccessibility.
- accessibility String
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- mounted Boolean
- Is the datastore mounted or not.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for inaccessibility.
- accessibility string
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- mounted boolean
- Is the datastore mounted or not.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- Reason for inaccessibility.
- accessibility str
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- mounted bool
- Is the datastore mounted or not.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- Reason for inaccessibility.
- accessibility String
- Accessibility of datastore.
ACCESSIBLE
- The HyperFlex datastore accessibility state is accessible.NOT_ACCESSIBLE
- The HyperFlex datastore accessibility state is not accessible.PARTIALLY_ACCESSIBLE
- The HyperFlex datastore accessibility state is partially accessible.READONLY
- The HyperFlex datastore accessibility state is read-only.HOST_NOT_REACHABLE
- The HyperFlex datastore accessibility state is host not reachable.UNKNOWN
- The HyperFlex datastore accessibility state 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 - Name of host for the HyperFlex datastore.
- mounted Boolean
- Is the datastore mounted or not.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for inaccessibility.
GetHyperflexDatastoreStatisticParent
- 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'.
GetHyperflexDatastoreStatisticPermissionResource
- 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'.
GetHyperflexDatastoreStatisticResult
- Accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Datastore Statistic Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - Timestamp the datastore object was created.
- Data
Protection List<GetPeers Hyperflex Datastore Statistic Result Data Protection Peer> - Datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - Datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Dsconfigs
List<Get
Hyperflex Datastore Statistic Result Dsconfig> - Free
Capacity doubleIn Bytes - Free capacity of the datastore in bytes.
- Host
Mount List<GetStatuses Hyperflex Datastore Statistic Result Host Mount Status> - Is
Encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- Last
Access stringTime - Timestamp the datastore object was last accessed.
- Last
Modified stringTime - Timestamp the datastore object was last modified.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - Object
Type string - Owners List<string>
- Parent
Uuid string - UUID of the parent datastore object.
- Parents
List<Get
Hyperflex Datastore Statistic Result Parent> - Permission
Resources List<GetHyperflex Datastore Statistic Result Permission Resource> - 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.
- Sites
List<Get
Hyperflex Datastore Statistic Result Site> - Src
Clusters List<GetHyperflex Datastore Statistic Result Src Cluster> - List<Get
Hyperflex Datastore Statistic Result Tag> - Tgt
Clusters List<GetHyperflex Datastore Statistic Result Tgt Cluster> - Total
Capacity doubleIn Bytes - Total capacity of the datastore object.
- Un
Compressed doubleUsed Bytes - Number of uncompressed used bytes in the datastore.
- double
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- Version
Contexts List<GetHyperflex Datastore Statistic Result Version Context>
- Accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Datastore Statistic Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Creation
Time string - Timestamp the datastore object was created.
- Data
Protection []GetPeers Hyperflex Datastore Statistic Result Data Protection Peer - Datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - Datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Dsconfigs
[]Get
Hyperflex Datastore Statistic Result Dsconfig - Free
Capacity float64In Bytes - Free capacity of the datastore in bytes.
- Host
Mount []GetStatuses Hyperflex Datastore Statistic Result Host Mount Status - Is
Encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- Last
Access stringTime - Timestamp the datastore object was last accessed.
- Last
Modified stringTime - Timestamp the datastore object was last modified.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - Object
Type string - Owners []string
- Parent
Uuid string - UUID of the parent datastore object.
- Parents
[]Get
Hyperflex Datastore Statistic Result Parent - Permission
Resources []GetHyperflex Datastore Statistic Result Permission Resource - 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.
- Sites
[]Get
Hyperflex Datastore Statistic Result Site - Src
Clusters []GetHyperflex Datastore Statistic Result Src Cluster - []Get
Hyperflex Datastore Statistic Result Tag - Tgt
Clusters []GetHyperflex Datastore Statistic Result Tgt Cluster - Total
Capacity float64In Bytes - Total capacity of the datastore object.
- Un
Compressed float64Used Bytes - Number of uncompressed used bytes in the datastore.
- float64
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- Version
Contexts []GetHyperflex Datastore Statistic Result Version Context
- accessibility
Summary String - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Datastore Statistic Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Timestamp the datastore object was created.
- data
Protection List<GetPeers Hyperflex Datastore Statistic Result Data Protection Peer> - datastore
Kind String - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status String - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- dsconfigs
List<Get
Hyperflex Datastore Statistic Result Dsconfig> - free
Capacity DoubleIn Bytes - Free capacity of the datastore in bytes.
- host
Mount List<GetStatuses Hyperflex Datastore Statistic Result Host Mount Status> - is
Encrypted Boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access StringTime - Timestamp the datastore object was last accessed.
- last
Modified StringTime - Timestamp the datastore object was last modified.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Summary String - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type String - owners List<String>
- parent
Uuid String - UUID of the parent datastore object.
- parents
List<Get
Hyperflex Datastore Statistic Result Parent> - permission
Resources List<GetHyperflex Datastore Statistic Result Permission Resource> - 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.
- sites
List<Get
Hyperflex Datastore Statistic Result Site> - src
Clusters List<GetHyperflex Datastore Statistic Result Src Cluster> - List<Get
Hyperflex Datastore Statistic Result Tag> - tgt
Clusters List<GetHyperflex Datastore Statistic Result Tgt Cluster> - total
Capacity DoubleIn Bytes - Total capacity of the datastore object.
- un
Compressed DoubleUsed Bytes - Number of uncompressed used bytes in the datastore.
- Double
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- version
Contexts List<GetHyperflex Datastore Statistic Result Version Context>
- accessibility
Summary string - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Datastore Statistic Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- creation
Time string - Timestamp the datastore object was created.
- data
Protection GetPeers Hyperflex Datastore Statistic Result Data Protection Peer[] - datastore
Kind string - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status string - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- dsconfigs
Get
Hyperflex Datastore Statistic Result Dsconfig[] - free
Capacity numberIn Bytes - Free capacity of the datastore in bytes.
- host
Mount GetStatuses Hyperflex Datastore Statistic Result Host Mount Status[] - is
Encrypted boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access stringTime - Timestamp the datastore object was last accessed.
- last
Modified stringTime - Timestamp the datastore object was last modified.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mount
Summary string - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type string - owners string[]
- parent
Uuid string - UUID of the parent datastore object.
- parents
Get
Hyperflex Datastore Statistic Result Parent[] - permission
Resources GetHyperflex Datastore Statistic Result Permission Resource[] - 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.
- sites
Get
Hyperflex Datastore Statistic Result Site[] - src
Clusters GetHyperflex Datastore Statistic Result Src Cluster[] - Get
Hyperflex Datastore Statistic Result Tag[] - tgt
Clusters GetHyperflex Datastore Statistic Result Tgt Cluster[] - total
Capacity numberIn Bytes - Total capacity of the datastore object.
- un
Compressed numberUsed Bytes - Number of uncompressed used bytes in the datastore.
- number
- Unshared used capacity of the datastore in bytes.
- uuid string
- UUID for the datastore object.
- version
Contexts GetHyperflex Datastore Statistic Result Version Context[]
- accessibility_
summary str - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Datastore Statistic Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- creation_
time str - Timestamp the datastore object was created.
- data_
protection_ Sequence[Getpeers Hyperflex Datastore Statistic Result Data Protection Peer] - datastore_
kind str - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore_
status str - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- dsconfigs
Sequence[Get
Hyperflex Datastore Statistic Result Dsconfig] - free_
capacity_ floatin_ bytes - Free capacity of the datastore in bytes.
- host_
mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Result Host Mount Status] - is_
encrypted bool - Indicates if the datastore is encrypted or un-encrypted.
- last_
access_ strtime - Timestamp the datastore object was last accessed.
- last_
modified_ strtime - Timestamp the datastore object was last modified.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_
summary str - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object_
type str - owners Sequence[str]
- parent_
uuid str - UUID of the parent datastore object.
- parents
Sequence[Get
Hyperflex Datastore Statistic Result Parent] - permission_
resources Sequence[GetHyperflex Datastore Statistic Result Permission Resource] - 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.
- sites
Sequence[Get
Hyperflex Datastore Statistic Result Site] - src_
clusters Sequence[GetHyperflex Datastore Statistic Result Src Cluster] - Sequence[Get
Hyperflex Datastore Statistic Result Tag] - tgt_
clusters Sequence[GetHyperflex Datastore Statistic Result Tgt Cluster] - total_
capacity_ floatin_ bytes - Total capacity of the datastore object.
- un_
compressed_ floatused_ bytes - Number of uncompressed used bytes in the datastore.
- float
- Unshared used capacity of the datastore in bytes.
- uuid str
- UUID for the datastore object.
- version_
contexts Sequence[GetHyperflex Datastore Statistic Result Version Context]
- accessibility
Summary String - HyperFlex datastore accessibility summary.*
ACCESSIBLE
- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE
- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE
- The HyperFlex Accessibility Summary is Partially Accessible. - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- creation
Time String - Timestamp the datastore object was created.
- data
Protection List<Property Map>Peers - datastore
Kind String - HyperFlex Datastore Kind.*
UNKNOWN
- HyperFlex datastore kind is unknown.*USER_CREATED
- HyperFlex datastore kind is user created.*INTERNAL
- HyperFlex datastore kind is internal. - datastore
Status String - HyperFlex datastore status.*
NORMAL
- The HyperFlex datastore status is normal.*ALERT
- The HyperFlex datastore status is alert.*FAILED
- The HyperFlex datastore status is failed. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- dsconfigs List<Property Map>
- free
Capacity NumberIn Bytes - Free capacity of the datastore in bytes.
- host
Mount List<Property Map>Statuses - is
Encrypted Boolean - Indicates if the datastore is encrypted or un-encrypted.
- last
Access StringTime - Timestamp the datastore object was last accessed.
- last
Modified StringTime - Timestamp the datastore object was last modified.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mount
Summary String - HyperFlex datastore mount summary.*
MOUNTED
- The HyperFlex mount summary is mounted.*UNMOUNTED
- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE
- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE
- The HyperFlex mount summary is unmount failure. - object
Type String - owners List<String>
- parent
Uuid String - UUID of the parent datastore object.
- parents List<Property Map>
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sites List<Property Map>
- src
Clusters List<Property Map> - List<Property Map>
- tgt
Clusters List<Property Map> - total
Capacity NumberIn Bytes - Total capacity of the datastore object.
- un
Compressed NumberUsed Bytes - Number of uncompressed used bytes in the datastore.
- Number
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- version
Contexts List<Property Map>
GetHyperflexDatastoreStatisticResultAncestor
- 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
GetHyperflexDatastoreStatisticResultDataProtectionPeer
- 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
GetHyperflexDatastoreStatisticResultDsconfig
- Additional
Properties string - Class
Id string - Data
Block doubleSize - Name string
- Num
Mirrors double - Num
Stripes doubleFor Large Files - Object
Type string - Provisioned
Capacity double - System
Datastore bool - Usage
Type string
- Additional
Properties string - Class
Id string - Data
Block float64Size - Name string
- Num
Mirrors float64 - Num
Stripes float64For Large Files - Object
Type string - Provisioned
Capacity float64 - System
Datastore bool - Usage
Type string
- additional
Properties String - class
Id String - data
Block DoubleSize - name String
- num
Mirrors Double - num
Stripes DoubleFor Large Files - object
Type String - provisioned
Capacity Double - system
Datastore Boolean - usage
Type String
- additional
Properties string - class
Id string - data
Block numberSize - name string
- num
Mirrors number - num
Stripes numberFor Large Files - object
Type string - provisioned
Capacity number - system
Datastore boolean - usage
Type string
- additional_
properties str - class_
id str - data_
block_ floatsize - name str
- num_
mirrors float - num_
stripes_ floatfor_ large_ files - object_
type str - provisioned_
capacity float - system_
datastore bool - usage_
type str
- additional
Properties String - class
Id String - data
Block NumberSize - name String
- num
Mirrors Number - num
Stripes NumberFor Large Files - object
Type String - provisioned
Capacity Number - system
Datastore Boolean - usage
Type String
GetHyperflexDatastoreStatisticResultHostMountStatus
- 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
GetHyperflexDatastoreStatisticResultParent
- 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
GetHyperflexDatastoreStatisticResultPermissionResource
- 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
GetHyperflexDatastoreStatisticResultSite
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Zones
List<Get
Hyperflex Datastore Statistic Result Site Zone>
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Zones
[]Get
Hyperflex Datastore Statistic Result Site Zone
- additional
Properties String - class
Id String - name String
- object
Type String - zones
List<Get
Hyperflex Datastore Statistic Result Site Zone>
- additional
Properties string - class
Id string - name string
- object
Type string - zones
Get
Hyperflex Datastore Statistic Result Site Zone[]
- additional
Properties String - class
Id String - name String
- object
Type String - zones List<Property Map>
GetHyperflexDatastoreStatisticResultSiteZone
- Additional
Properties string - Class
Id string - Num
Nodes double - Object
Type string - Uuid string
- UUID for the datastore object.
- Additional
Properties string - Class
Id string - Num
Nodes float64 - Object
Type string - Uuid string
- UUID for the datastore object.
- additional
Properties String - class
Id String - num
Nodes Double - object
Type String - uuid String
- UUID for the datastore object.
- additional
Properties string - class
Id string - num
Nodes number - object
Type string - uuid string
- UUID for the datastore object.
- additional_
properties str - class_
id str - num_
nodes float - object_
type str - uuid str
- UUID for the datastore object.
- additional
Properties String - class
Id String - num
Nodes Number - object
Type String - uuid String
- UUID for the datastore object.
GetHyperflexDatastoreStatisticResultSrcCluster
- 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
GetHyperflexDatastoreStatisticResultTag
- 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
GetHyperflexDatastoreStatisticResultTgtCluster
- 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
GetHyperflexDatastoreStatisticResultVersionContext
- 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
GetHyperflexDatastoreStatisticResultVersionContextInterestedMo
- 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
GetHyperflexDatastoreStatisticResultVersionContextRefMo
- 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
GetHyperflexDatastoreStatisticSite
- 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.
- Name string
- Name of the site for this HyperFlex cluster.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Zone
Get
Hyperflex Datastore Statistic Site Zone - Zone information for this HyperFlex cluster site.
- 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.
- Name string
- Name of the site for this HyperFlex cluster.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Zone
Get
Hyperflex Datastore Statistic Site Zone - Zone information for this HyperFlex cluster site.
- 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.
- name String
- Name of the site for this HyperFlex cluster.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
Get
Hyperflex Datastore Statistic Site Zone - Zone information for this HyperFlex cluster site.
- 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.
- name string
- Name of the site for this HyperFlex cluster.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
Get
Hyperflex Datastore Statistic Site Zone - Zone information for this HyperFlex cluster site.
- 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.
- name str
- Name of the site for this HyperFlex cluster.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
Get
Hyperflex Datastore Statistic Site Zone - Zone information for this HyperFlex cluster site.
- 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.
- name String
- Name of the site for this HyperFlex cluster.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone Property Map
- Zone information for this HyperFlex cluster site.
GetHyperflexDatastoreStatisticSiteZone
- 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.
- Num
Nodes double - Number of nodes in the Zone.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- UUID for the datastore object.
- 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.
- Num
Nodes float64 - Number of nodes in the Zone.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- UUID for the datastore object.
- 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.
- num
Nodes Double - Number of nodes in the Zone.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- UUID for the datastore object.
- 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.
- num
Nodes number - Number of nodes in the Zone.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid string
- UUID for the datastore object.
- 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.
- num_
nodes float - Number of nodes in the Zone.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid str
- UUID for the datastore object.
- 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.
- num
Nodes Number - Number of nodes in the Zone.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- UUID for the datastore object.
GetHyperflexDatastoreStatisticSrcCluster
- 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'.
GetHyperflexDatastoreStatisticTag
- 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.
GetHyperflexDatastoreStatisticTgtCluster
- 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'.
GetHyperflexDatastoreStatisticVersionContext
- 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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 Datastore Statistic 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.
GetHyperflexDatastoreStatisticVersionContextInterestedMo
- 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'.
GetHyperflexDatastoreStatisticVersionContextRefMo
- 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