1. Packages
  2. Intersight Provider
  3. API Docs
  4. getHyperflexVolume
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getHyperflexVolume

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    A HyperFlex Volume entity.

    Using getHyperflexVolume

    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 getHyperflexVolume(args: GetHyperflexVolumeArgs, opts?: InvokeOptions): Promise<GetHyperflexVolumeResult>
    function getHyperflexVolumeOutput(args: GetHyperflexVolumeOutputArgs, opts?: InvokeOptions): Output<GetHyperflexVolumeResult>
    def get_hyperflex_volume(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetHyperflexVolumeAncestor]] = None,
                             capacity: Optional[float] = None,
                             class_id: Optional[str] = None,
                             client_id: Optional[str] = None,
                             cluster: Optional[GetHyperflexVolumeCluster] = None,
                             create_time: Optional[str] = None,
                             description: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             last_modified_time: Optional[str] = None,
                             lun_uuid: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             naa_id: Optional[str] = None,
                             name: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetHyperflexVolumeParent] = None,
                             permission_resources: Optional[Sequence[GetHyperflexVolumePermissionResource]] = None,
                             serial_number: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             size: Optional[float] = None,
                             storage_container: Optional[GetHyperflexVolumeStorageContainer] = None,
                             storage_utilization: Optional[GetHyperflexVolumeStorageUtilization] = None,
                             tags: Optional[Sequence[GetHyperflexVolumeTag]] = None,
                             uuid: Optional[str] = None,
                             version_context: Optional[GetHyperflexVolumeVersionContext] = None,
                             volume_access_mode: Optional[str] = None,
                             volume_create_time: Optional[str] = None,
                             volume_mode: Optional[str] = None,
                             volume_type: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHyperflexVolumeResult
    def get_hyperflex_volume_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVolumeAncestorArgs]]]] = None,
                             capacity: Optional[pulumi.Input[float]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             client_id: Optional[pulumi.Input[str]] = None,
                             cluster: Optional[pulumi.Input[GetHyperflexVolumeClusterArgs]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             description: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             last_modified_time: Optional[pulumi.Input[str]] = None,
                             lun_uuid: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             naa_id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetHyperflexVolumeParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVolumePermissionResourceArgs]]]] = None,
                             serial_number: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             size: Optional[pulumi.Input[float]] = None,
                             storage_container: Optional[pulumi.Input[GetHyperflexVolumeStorageContainerArgs]] = None,
                             storage_utilization: Optional[pulumi.Input[GetHyperflexVolumeStorageUtilizationArgs]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexVolumeTagArgs]]]] = None,
                             uuid: Optional[pulumi.Input[str]] = None,
                             version_context: Optional[pulumi.Input[GetHyperflexVolumeVersionContextArgs]] = None,
                             volume_access_mode: Optional[pulumi.Input[str]] = None,
                             volume_create_time: Optional[pulumi.Input[str]] = None,
                             volume_mode: Optional[pulumi.Input[str]] = None,
                             volume_type: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexVolumeResult]
    func LookupHyperflexVolume(ctx *Context, args *LookupHyperflexVolumeArgs, opts ...InvokeOption) (*LookupHyperflexVolumeResult, error)
    func LookupHyperflexVolumeOutput(ctx *Context, args *LookupHyperflexVolumeOutputArgs, opts ...InvokeOption) LookupHyperflexVolumeResultOutput

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

    public static class GetHyperflexVolume 
    {
        public static Task<GetHyperflexVolumeResult> InvokeAsync(GetHyperflexVolumeArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexVolumeResult> Invoke(GetHyperflexVolumeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexVolumeResult> getHyperflexVolume(GetHyperflexVolumeArgs args, InvokeOptions options)
    public static Output<GetHyperflexVolumeResult> getHyperflexVolume(GetHyperflexVolumeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexVolume:getHyperflexVolume
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexVolumeAncestor>
    Capacity double
    Provisioned Capacity of the volume in bytes.
    ClassId string
    ClientId string
    Client (tenant) ID to which the volume belongs.
    Cluster GetHyperflexVolumeCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of LUN associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexVolumeParent
    PermissionResources List<GetHyperflexVolumePermissionResource>
    SerialNumber string
    Serial number of the volume.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size double
    User provisioned volume size. It is the size exposed to host.
    StorageContainer GetHyperflexVolumeStorageContainer
    StorageUtilization GetHyperflexVolumeStorageUtilization
    Tags List<GetHyperflexVolumeTag>
    Uuid string
    The unique identifier for this volume.
    VersionContext GetHyperflexVolumeVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeCreateTime string
    Volume creation time in UTC.
    VolumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The type of the HyperFlex volume.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexVolumeAncestor
    Capacity float64
    Provisioned Capacity of the volume in bytes.
    ClassId string
    ClientId string
    Client (tenant) ID to which the volume belongs.
    Cluster GetHyperflexVolumeCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of LUN associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners []string
    Parent GetHyperflexVolumeParent
    PermissionResources []GetHyperflexVolumePermissionResource
    SerialNumber string
    Serial number of the volume.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    StorageContainer GetHyperflexVolumeStorageContainer
    StorageUtilization GetHyperflexVolumeStorageUtilization
    Tags []GetHyperflexVolumeTag
    Uuid string
    The unique identifier for this volume.
    VersionContext GetHyperflexVolumeVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeCreateTime string
    Volume creation time in UTC.
    VolumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The type of the HyperFlex volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexVolumeAncestor>
    capacity Double
    Provisioned Capacity of the volume in bytes.
    classId String
    clientId String
    Client (tenant) ID to which the volume belongs.
    cluster GetHyperflexVolumeCluster
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of LUN associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parent GetHyperflexVolumeParent
    permissionResources List<GetHyperflexVolumePermissionResource>
    serialNumber String
    Serial number of the volume.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Double
    User provisioned volume size. It is the size exposed to host.
    storageContainer GetHyperflexVolumeStorageContainer
    storageUtilization GetHyperflexVolumeStorageUtilization
    tags List<GetHyperflexVolumeTag>
    uuid String
    The unique identifier for this volume.
    versionContext GetHyperflexVolumeVersionContext
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime String
    Volume creation time in UTC.
    volumeMode String
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The type of the HyperFlex volume.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexVolumeAncestor[]
    capacity number
    Provisioned Capacity of the volume in bytes.
    classId string
    clientId string
    Client (tenant) ID to which the volume belongs.
    cluster GetHyperflexVolumeCluster
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    lastModifiedTime string
    Last modified time as UTC of the volume.
    lunUuid string
    UUID of LUN associated with the volume.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    owners string[]
    parent GetHyperflexVolumeParent
    permissionResources GetHyperflexVolumePermissionResource[]
    serialNumber string
    Serial number of the volume.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size number
    User provisioned volume size. It is the size exposed to host.
    storageContainer GetHyperflexVolumeStorageContainer
    storageUtilization GetHyperflexVolumeStorageUtilization
    tags GetHyperflexVolumeTag[]
    uuid string
    The unique identifier for this volume.
    versionContext GetHyperflexVolumeVersionContext
    volumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime string
    Volume creation time in UTC.
    volumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType string
    The type of the HyperFlex volume.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexVolumeAncestor]
    capacity float
    Provisioned Capacity of the volume in bytes.
    class_id str
    client_id str
    Client (tenant) ID to which the volume belongs.
    cluster GetHyperflexVolumeCluster
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    last_modified_time str
    Last modified time as UTC of the volume.
    lun_uuid str
    UUID of LUN associated with the volume.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    owners Sequence[str]
    parent GetHyperflexVolumeParent
    permission_resources Sequence[GetHyperflexVolumePermissionResource]
    serial_number str
    Serial number of the volume.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size float
    User provisioned volume size. It is the size exposed to host.
    storage_container GetHyperflexVolumeStorageContainer
    storage_utilization GetHyperflexVolumeStorageUtilization
    tags Sequence[GetHyperflexVolumeTag]
    uuid str
    The unique identifier for this volume.
    version_context GetHyperflexVolumeVersionContext
    volume_access_mode str
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volume_create_time str
    Volume creation time in UTC.
    volume_mode str
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volume_type str
    The type of the HyperFlex volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Provisioned Capacity of the volume in bytes.
    classId String
    clientId String
    Client (tenant) ID to which the volume belongs.
    cluster Property Map
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of LUN associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    serialNumber String
    Serial number of the volume.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Number
    User provisioned volume size. It is the size exposed to host.
    storageContainer Property Map
    storageUtilization Property Map
    tags List<Property Map>
    uuid String
    The unique identifier for this volume.
    versionContext Property Map
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime String
    Volume creation time in UTC.
    volumeMode String
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The type of the HyperFlex volume.

    getHyperflexVolume Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexVolumeResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexVolumeAncestor>
    Capacity double
    ClassId string
    ClientId string
    Cluster GetHyperflexVolumeCluster
    CreateTime string
    Description string
    DomainGroupMoid string
    LastModifiedTime string
    LunUuid string
    ModTime string
    Moid string
    NaaId string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetHyperflexVolumeParent
    PermissionResources List<GetHyperflexVolumePermissionResource>
    SerialNumber string
    SharedScope string
    Size double
    StorageContainer GetHyperflexVolumeStorageContainer
    StorageUtilization GetHyperflexVolumeStorageUtilization
    Tags List<GetHyperflexVolumeTag>
    Uuid string
    VersionContext GetHyperflexVolumeVersionContext
    VolumeAccessMode string
    VolumeCreateTime string
    VolumeMode string
    VolumeType string
    id String
    results List<GetHyperflexVolumeResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexVolumeAncestor>
    capacity Double
    classId String
    clientId String
    cluster GetHyperflexVolumeCluster
    createTime String
    description String
    domainGroupMoid String
    lastModifiedTime String
    lunUuid String
    modTime String
    moid String
    naaId String
    name String
    objectType String
    owners List<String>
    parent GetHyperflexVolumeParent
    permissionResources List<GetHyperflexVolumePermissionResource>
    serialNumber String
    sharedScope String
    size Double
    storageContainer GetHyperflexVolumeStorageContainer
    storageUtilization GetHyperflexVolumeStorageUtilization
    tags List<GetHyperflexVolumeTag>
    uuid String
    versionContext GetHyperflexVolumeVersionContext
    volumeAccessMode String
    volumeCreateTime String
    volumeMode String
    volumeType String

    Supporting Types

    GetHyperflexVolumeAncestor

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

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

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

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

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

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

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

    GetHyperflexVolumeCluster

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

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

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

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

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

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

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

    GetHyperflexVolumeParent

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

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

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

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

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

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

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

    GetHyperflexVolumePermissionResource

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

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

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

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

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

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

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

    GetHyperflexVolumeResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexVolumeResultAncestor>
    Capacity double
    Provisioned Capacity of the volume in bytes.
    ClassId string
    ClientId string
    Client (tenant) ID to which the volume belongs.
    Clusters List<GetHyperflexVolumeResultCluster>
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of LUN associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexVolumeResultParent>
    PermissionResources List<GetHyperflexVolumeResultPermissionResource>
    SerialNumber string
    Serial number of the volume.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size double
    User provisioned volume size. It is the size exposed to host.
    StorageContainers List<GetHyperflexVolumeResultStorageContainer>
    StorageUtilizations List<GetHyperflexVolumeResultStorageUtilization>
    Tags List<GetHyperflexVolumeResultTag>
    Uuid string
    The unique identifier for this volume.
    VersionContexts List<GetHyperflexVolumeResultVersionContext>
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeCreateTime string
    Volume creation time in UTC.
    VolumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The type of the HyperFlex volume.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexVolumeResultAncestor
    Capacity float64
    Provisioned Capacity of the volume in bytes.
    ClassId string
    ClientId string
    Client (tenant) ID to which the volume belongs.
    Clusters []GetHyperflexVolumeResultCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of LUN associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners []string
    Parents []GetHyperflexVolumeResultParent
    PermissionResources []GetHyperflexVolumeResultPermissionResource
    SerialNumber string
    Serial number of the volume.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    StorageContainers []GetHyperflexVolumeResultStorageContainer
    StorageUtilizations []GetHyperflexVolumeResultStorageUtilization
    Tags []GetHyperflexVolumeResultTag
    Uuid string
    The unique identifier for this volume.
    VersionContexts []GetHyperflexVolumeResultVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeCreateTime string
    Volume creation time in UTC.
    VolumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The type of the HyperFlex volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexVolumeResultAncestor>
    capacity Double
    Provisioned Capacity of the volume in bytes.
    classId String
    clientId String
    Client (tenant) ID to which the volume belongs.
    clusters List<GetHyperflexVolumeResultCluster>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of LUN associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parents List<GetHyperflexVolumeResultParent>
    permissionResources List<GetHyperflexVolumeResultPermissionResource>
    serialNumber String
    Serial number of the volume.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Double
    User provisioned volume size. It is the size exposed to host.
    storageContainers List<GetHyperflexVolumeResultStorageContainer>
    storageUtilizations List<GetHyperflexVolumeResultStorageUtilization>
    tags List<GetHyperflexVolumeResultTag>
    uuid String
    The unique identifier for this volume.
    versionContexts List<GetHyperflexVolumeResultVersionContext>
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime String
    Volume creation time in UTC.
    volumeMode String
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The type of the HyperFlex volume.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexVolumeResultAncestor[]
    capacity number
    Provisioned Capacity of the volume in bytes.
    classId string
    clientId string
    Client (tenant) ID to which the volume belongs.
    clusters GetHyperflexVolumeResultCluster[]
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    lastModifiedTime string
    Last modified time as UTC of the volume.
    lunUuid string
    UUID of LUN associated with the volume.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    owners string[]
    parents GetHyperflexVolumeResultParent[]
    permissionResources GetHyperflexVolumeResultPermissionResource[]
    serialNumber string
    Serial number of the volume.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size number
    User provisioned volume size. It is the size exposed to host.
    storageContainers GetHyperflexVolumeResultStorageContainer[]
    storageUtilizations GetHyperflexVolumeResultStorageUtilization[]
    tags GetHyperflexVolumeResultTag[]
    uuid string
    The unique identifier for this volume.
    versionContexts GetHyperflexVolumeResultVersionContext[]
    volumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime string
    Volume creation time in UTC.
    volumeMode string
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType string
    The type of the HyperFlex volume.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexVolumeResultAncestor]
    capacity float
    Provisioned Capacity of the volume in bytes.
    class_id str
    client_id str
    Client (tenant) ID to which the volume belongs.
    clusters Sequence[GetHyperflexVolumeResultCluster]
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    last_modified_time str
    Last modified time as UTC of the volume.
    lun_uuid str
    UUID of LUN associated with the volume.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexVolumeResultParent]
    permission_resources Sequence[GetHyperflexVolumeResultPermissionResource]
    serial_number str
    Serial number of the volume.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size float
    User provisioned volume size. It is the size exposed to host.
    storage_containers Sequence[GetHyperflexVolumeResultStorageContainer]
    storage_utilizations Sequence[GetHyperflexVolumeResultStorageUtilization]
    tags Sequence[GetHyperflexVolumeResultTag]
    uuid str
    The unique identifier for this volume.
    version_contexts Sequence[GetHyperflexVolumeResultVersionContext]
    volume_access_mode str
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volume_create_time str
    Volume creation time in UTC.
    volume_mode str
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volume_type str
    The type of the HyperFlex volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Provisioned Capacity of the volume in bytes.
    classId String
    clientId String
    Client (tenant) ID to which the volume belongs.
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of LUN associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    serialNumber String
    Serial number of the volume.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Number
    User provisioned volume size. It is the size exposed to host.
    storageContainers List<Property Map>
    storageUtilizations List<Property Map>
    tags List<Property Map>
    uuid String
    The unique identifier for this volume.
    versionContexts List<Property Map>
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeCreateTime String
    Volume creation time in UTC.
    volumeMode String
    The mode of the HyperFlex volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The type of the HyperFlex volume.

    GetHyperflexVolumeResultAncestor

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

    GetHyperflexVolumeResultCluster

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

    GetHyperflexVolumeResultParent

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

    GetHyperflexVolumeResultPermissionResource

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

    GetHyperflexVolumeResultStorageContainer

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

    GetHyperflexVolumeResultStorageUtilization

    AdditionalProperties string
    Available double
    CapacityUtilization double
    ClassId string
    Free double
    ObjectType string
    Total double
    Used double
    AdditionalProperties string
    Available float64
    CapacityUtilization float64
    ClassId string
    Free float64
    ObjectType string
    Total float64
    Used float64
    additionalProperties String
    available Double
    capacityUtilization Double
    classId String
    free Double
    objectType String
    total Double
    used Double
    additionalProperties string
    available number
    capacityUtilization number
    classId string
    free number
    objectType string
    total number
    used number
    additionalProperties String
    available Number
    capacityUtilization Number
    classId String
    free Number
    objectType String
    total Number
    used Number

    GetHyperflexVolumeResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetHyperflexVolumeResultVersionContext

    GetHyperflexVolumeResultVersionContextInterestedMo

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

    GetHyperflexVolumeResultVersionContextRefMo

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

    GetHyperflexVolumeStorageContainer

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

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

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

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

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

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

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

    GetHyperflexVolumeStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization double
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free double
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used double
    Used or consumed storage capacity, represented in bytes.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization float64
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free float64
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total float64
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used float64
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Double
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Double
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Double
    Used or consumed storage capacity, represented in bytes.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization number
    Percentage of used capacity.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free number
    Unused space available for applications to consume, represented in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used number
    Used or consumed storage capacity, represented in bytes.
    additional_properties str
    available float
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacity_utilization float
    Percentage of used capacity.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free float
    Unused space available for applications to consume, represented in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total float
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used float
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Number
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Number
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Number
    Used or consumed storage capacity, represented in bytes.

    GetHyperflexVolumeTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties 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.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetHyperflexVolumeVersionContext

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

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

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

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

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

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

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

    GetHyperflexVolumeVersionContextInterestedMo

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

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

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

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

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

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

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

    GetHyperflexVolumeVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet