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

intersight.getHyperflexLun

Explore with Pulumi AI

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

    A HyperFlex iSCSI logical unit number (LUN) entity. Contains detailed information about the iSCSI LUN which includes the identity and capacity information, and the iSCSI target to which it is associated.

    Using getHyperflexLun

    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 getHyperflexLun(args: GetHyperflexLunArgs, opts?: InvokeOptions): Promise<GetHyperflexLunResult>
    function getHyperflexLunOutput(args: GetHyperflexLunOutputArgs, opts?: InvokeOptions): Output<GetHyperflexLunResult>
    def get_hyperflex_lun(account_moid: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          ancestors: Optional[Sequence[GetHyperflexLunAncestor]] = None,
                          class_id: Optional[str] = None,
                          create_time: Optional[str] = None,
                          description: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          ds_capacity_in_bytes: Optional[float] = None,
                          ds_name: Optional[str] = None,
                          ds_uuid: Optional[str] = None,
                          hlu: Optional[float] = None,
                          host_name: Optional[str] = None,
                          id: Optional[str] = None,
                          inventory_source: Optional[str] = None,
                          is_encrypted: Optional[bool] = None,
                          lun_id: Optional[str] = None,
                          mod_time: Optional[str] = None,
                          moid: Optional[str] = None,
                          name: Optional[str] = None,
                          nr_version: Optional[float] = None,
                          object_type: Optional[str] = None,
                          owners: Optional[Sequence[str]] = None,
                          parent: Optional[GetHyperflexLunParent] = None,
                          permission_resources: Optional[Sequence[GetHyperflexLunPermissionResource]] = None,
                          serial_no: Optional[str] = None,
                          shared_scope: Optional[str] = None,
                          tags: Optional[Sequence[GetHyperflexLunTag]] = None,
                          target: Optional[GetHyperflexLunTarget] = None,
                          total_capacity_in_bytes: Optional[float] = None,
                          tuuid: Optional[str] = None,
                          used_capacity_in_bytes: Optional[float] = None,
                          uuid: Optional[str] = None,
                          version_context: Optional[GetHyperflexLunVersionContext] = None,
                          volume_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetHyperflexLunResult
    def get_hyperflex_lun_output(account_moid: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLunAncestorArgs]]]] = None,
                          class_id: Optional[pulumi.Input[str]] = None,
                          create_time: Optional[pulumi.Input[str]] = None,
                          description: Optional[pulumi.Input[str]] = None,
                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                          ds_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
                          ds_name: Optional[pulumi.Input[str]] = None,
                          ds_uuid: Optional[pulumi.Input[str]] = None,
                          hlu: Optional[pulumi.Input[float]] = None,
                          host_name: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          inventory_source: Optional[pulumi.Input[str]] = None,
                          is_encrypted: Optional[pulumi.Input[bool]] = None,
                          lun_id: Optional[pulumi.Input[str]] = None,
                          mod_time: Optional[pulumi.Input[str]] = None,
                          moid: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          nr_version: Optional[pulumi.Input[float]] = None,
                          object_type: Optional[pulumi.Input[str]] = None,
                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          parent: Optional[pulumi.Input[GetHyperflexLunParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLunPermissionResourceArgs]]]] = None,
                          serial_no: Optional[pulumi.Input[str]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLunTagArgs]]]] = None,
                          target: Optional[pulumi.Input[GetHyperflexLunTargetArgs]] = None,
                          total_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
                          tuuid: Optional[pulumi.Input[str]] = None,
                          used_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
                          uuid: Optional[pulumi.Input[str]] = None,
                          version_context: Optional[pulumi.Input[GetHyperflexLunVersionContextArgs]] = None,
                          volume_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexLunResult]
    func LookupHyperflexLun(ctx *Context, args *LookupHyperflexLunArgs, opts ...InvokeOption) (*LookupHyperflexLunResult, error)
    func LookupHyperflexLunOutput(ctx *Context, args *LookupHyperflexLunOutputArgs, opts ...InvokeOption) LookupHyperflexLunResultOutput

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

    public static class GetHyperflexLun 
    {
        public static Task<GetHyperflexLunResult> InvokeAsync(GetHyperflexLunArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexLunResult> Invoke(GetHyperflexLunInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexLunResult> getHyperflexLun(GetHyperflexLunArgs args, InvokeOptions options)
    public static Output<GetHyperflexLunResult> getHyperflexLun(GetHyperflexLunArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexLun:getHyperflexLun
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexLunAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The description of iSCSI LUN.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DsCapacityInBytes double
    The datastore capacity in bytes.
    DsName string
    The HyperFlex datastore name.
    DsUuid string
    The HyperFlex datastore UUID.
    Hlu double
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    HostName string
    Name of the host associated with LUN.
    Id string
    InventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IsEncrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    LunId string
    The identity of HyperFlex iSCSI LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the HyperFlex iSCSI LUN.
    NrVersion double
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexLunParent
    PermissionResources List<GetHyperflexLunPermissionResource>
    SerialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    Tags List<GetHyperflexLunTag>
    Target GetHyperflexLunTarget
    TotalCapacityInBytes double
    Total capacity of iSCSI LUN in bytes.
    Tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    UsedCapacityInBytes double
    Used capacity of iSCSI LUN in bytes.
    Uuid string
    UUID of the HyperFlex iSCSI LUN.
    VersionContext GetHyperflexLunVersionContext
    VolumeName string
    Name of the storage volume associated with LUN.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexLunAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The description of iSCSI LUN.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DsCapacityInBytes float64
    The datastore capacity in bytes.
    DsName string
    The HyperFlex datastore name.
    DsUuid string
    The HyperFlex datastore UUID.
    Hlu float64
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    HostName string
    Name of the host associated with LUN.
    Id string
    InventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IsEncrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    LunId string
    The identity of HyperFlex iSCSI LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the HyperFlex iSCSI LUN.
    NrVersion float64
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    Owners []string
    Parent GetHyperflexLunParent
    PermissionResources []GetHyperflexLunPermissionResource
    SerialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    Tags []GetHyperflexLunTag
    Target GetHyperflexLunTarget
    TotalCapacityInBytes float64
    Total capacity of iSCSI LUN in bytes.
    Tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    UsedCapacityInBytes float64
    Used capacity of iSCSI LUN in bytes.
    Uuid string
    UUID of the HyperFlex iSCSI LUN.
    VersionContext GetHyperflexLunVersionContext
    VolumeName string
    Name of the storage volume associated with LUN.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexLunAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The description of iSCSI LUN.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dsCapacityInBytes Double
    The datastore capacity in bytes.
    dsName String
    The HyperFlex datastore name.
    dsUuid String
    The HyperFlex datastore UUID.
    hlu Double
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName String
    Name of the host associated with LUN.
    id String
    inventorySource String
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted Boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId String
    The identity of HyperFlex iSCSI LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the HyperFlex iSCSI LUN.
    nrVersion Double
    Version of the HyperFlex iSCSI lun.
    objectType String
    owners List<String>
    parent GetHyperflexLunParent
    permissionResources List<GetHyperflexLunPermissionResource>
    serialNo String
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags List<GetHyperflexLunTag>
    target GetHyperflexLunTarget
    totalCapacityInBytes Double
    Total capacity of iSCSI LUN in bytes.
    tuuid String
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes Double
    Used capacity of iSCSI LUN in bytes.
    uuid String
    UUID of the HyperFlex iSCSI LUN.
    versionContext GetHyperflexLunVersionContext
    volumeName String
    Name of the storage volume associated with LUN.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexLunAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    The description of iSCSI LUN.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dsCapacityInBytes number
    The datastore capacity in bytes.
    dsName string
    The HyperFlex datastore name.
    dsUuid string
    The HyperFlex datastore UUID.
    hlu number
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName string
    Name of the host associated with LUN.
    id string
    inventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId string
    The identity of HyperFlex iSCSI LUN.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the HyperFlex iSCSI LUN.
    nrVersion number
    Version of the HyperFlex iSCSI lun.
    objectType string
    owners string[]
    parent GetHyperflexLunParent
    permissionResources GetHyperflexLunPermissionResource[]
    serialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags GetHyperflexLunTag[]
    target GetHyperflexLunTarget
    totalCapacityInBytes number
    Total capacity of iSCSI LUN in bytes.
    tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes number
    Used capacity of iSCSI LUN in bytes.
    uuid string
    UUID of the HyperFlex iSCSI LUN.
    versionContext GetHyperflexLunVersionContext
    volumeName string
    Name of the storage volume associated with LUN.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexLunAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    The description of iSCSI LUN.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ds_capacity_in_bytes float
    The datastore capacity in bytes.
    ds_name str
    The HyperFlex datastore name.
    ds_uuid str
    The HyperFlex datastore UUID.
    hlu float
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    host_name str
    Name of the host associated with LUN.
    id str
    inventory_source str
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    is_encrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lun_id str
    The identity of HyperFlex iSCSI LUN.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the HyperFlex iSCSI LUN.
    nr_version float
    Version of the HyperFlex iSCSI lun.
    object_type str
    owners Sequence[str]
    parent GetHyperflexLunParent
    permission_resources Sequence[GetHyperflexLunPermissionResource]
    serial_no str
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags Sequence[GetHyperflexLunTag]
    target GetHyperflexLunTarget
    total_capacity_in_bytes float
    Total capacity of iSCSI LUN in bytes.
    tuuid str
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    used_capacity_in_bytes float
    Used capacity of iSCSI LUN in bytes.
    uuid str
    UUID of the HyperFlex iSCSI LUN.
    version_context GetHyperflexLunVersionContext
    volume_name str
    Name of the storage volume associated with LUN.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The description of iSCSI LUN.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dsCapacityInBytes Number
    The datastore capacity in bytes.
    dsName String
    The HyperFlex datastore name.
    dsUuid String
    The HyperFlex datastore UUID.
    hlu Number
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName String
    Name of the host associated with LUN.
    id String
    inventorySource String
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted Boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId String
    The identity of HyperFlex iSCSI LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the HyperFlex iSCSI LUN.
    nrVersion Number
    Version of the HyperFlex iSCSI lun.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    serialNo String
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags List<Property Map>
    target Property Map
    totalCapacityInBytes Number
    Total capacity of iSCSI LUN in bytes.
    tuuid String
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes Number
    Used capacity of iSCSI LUN in bytes.
    uuid String
    UUID of the HyperFlex iSCSI LUN.
    versionContext Property Map
    volumeName String
    Name of the storage volume associated with LUN.

    getHyperflexLun Result

    The following output properties are available:

    Supporting Types

    GetHyperflexLunAncestor

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

    GetHyperflexLunParent

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

    GetHyperflexLunPermissionResource

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

    GetHyperflexLunResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexLunResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The description of iSCSI LUN.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DsCapacityInBytes double
    The datastore capacity in bytes.
    DsName string
    The HyperFlex datastore name.
    DsUuid string
    The HyperFlex datastore UUID.
    Hlu double
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    HostName string
    Name of the host associated with LUN.
    InventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IsEncrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    LunId string
    The identity of HyperFlex iSCSI LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the HyperFlex iSCSI LUN.
    NrVersion double
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexLunResultParent>
    PermissionResources List<GetHyperflexLunResultPermissionResource>
    SerialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    Tags List<GetHyperflexLunResultTag>
    Targets List<GetHyperflexLunResultTarget>
    TotalCapacityInBytes double
    Total capacity of iSCSI LUN in bytes.
    Tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    UsedCapacityInBytes double
    Used capacity of iSCSI LUN in bytes.
    Uuid string
    UUID of the HyperFlex iSCSI LUN.
    VersionContexts List<GetHyperflexLunResultVersionContext>
    VolumeName string
    Name of the storage volume associated with LUN.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexLunResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The description of iSCSI LUN.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DsCapacityInBytes float64
    The datastore capacity in bytes.
    DsName string
    The HyperFlex datastore name.
    DsUuid string
    The HyperFlex datastore UUID.
    Hlu float64
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    HostName string
    Name of the host associated with LUN.
    InventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IsEncrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    LunId string
    The identity of HyperFlex iSCSI LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the HyperFlex iSCSI LUN.
    NrVersion float64
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    Owners []string
    Parents []GetHyperflexLunResultParent
    PermissionResources []GetHyperflexLunResultPermissionResource
    SerialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    Tags []GetHyperflexLunResultTag
    Targets []GetHyperflexLunResultTarget
    TotalCapacityInBytes float64
    Total capacity of iSCSI LUN in bytes.
    Tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    UsedCapacityInBytes float64
    Used capacity of iSCSI LUN in bytes.
    Uuid string
    UUID of the HyperFlex iSCSI LUN.
    VersionContexts []GetHyperflexLunResultVersionContext
    VolumeName string
    Name of the storage volume associated with LUN.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexLunResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The description of iSCSI LUN.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dsCapacityInBytes Double
    The datastore capacity in bytes.
    dsName String
    The HyperFlex datastore name.
    dsUuid String
    The HyperFlex datastore UUID.
    hlu Double
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName String
    Name of the host associated with LUN.
    inventorySource String
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted Boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId String
    The identity of HyperFlex iSCSI LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the HyperFlex iSCSI LUN.
    nrVersion Double
    Version of the HyperFlex iSCSI lun.
    objectType String
    owners List<String>
    parents List<GetHyperflexLunResultParent>
    permissionResources List<GetHyperflexLunResultPermissionResource>
    serialNo String
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags List<GetHyperflexLunResultTag>
    targets List<GetHyperflexLunResultTarget>
    totalCapacityInBytes Double
    Total capacity of iSCSI LUN in bytes.
    tuuid String
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes Double
    Used capacity of iSCSI LUN in bytes.
    uuid String
    UUID of the HyperFlex iSCSI LUN.
    versionContexts List<GetHyperflexLunResultVersionContext>
    volumeName String
    Name of the storage volume associated with LUN.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexLunResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    The description of iSCSI LUN.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dsCapacityInBytes number
    The datastore capacity in bytes.
    dsName string
    The HyperFlex datastore name.
    dsUuid string
    The HyperFlex datastore UUID.
    hlu number
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName string
    Name of the host associated with LUN.
    inventorySource string
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId string
    The identity of HyperFlex iSCSI LUN.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the HyperFlex iSCSI LUN.
    nrVersion number
    Version of the HyperFlex iSCSI lun.
    objectType string
    owners string[]
    parents GetHyperflexLunResultParent[]
    permissionResources GetHyperflexLunResultPermissionResource[]
    serialNo string
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags GetHyperflexLunResultTag[]
    targets GetHyperflexLunResultTarget[]
    totalCapacityInBytes number
    Total capacity of iSCSI LUN in bytes.
    tuuid string
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes number
    Used capacity of iSCSI LUN in bytes.
    uuid string
    UUID of the HyperFlex iSCSI LUN.
    versionContexts GetHyperflexLunResultVersionContext[]
    volumeName string
    Name of the storage volume associated with LUN.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexLunResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    The description of iSCSI LUN.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ds_capacity_in_bytes float
    The datastore capacity in bytes.
    ds_name str
    The HyperFlex datastore name.
    ds_uuid str
    The HyperFlex datastore UUID.
    hlu float
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    host_name str
    Name of the host associated with LUN.
    inventory_source str
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    is_encrypted bool
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lun_id str
    The identity of HyperFlex iSCSI LUN.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the HyperFlex iSCSI LUN.
    nr_version float
    Version of the HyperFlex iSCSI lun.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexLunResultParent]
    permission_resources Sequence[GetHyperflexLunResultPermissionResource]
    serial_no str
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags Sequence[GetHyperflexLunResultTag]
    targets Sequence[GetHyperflexLunResultTarget]
    total_capacity_in_bytes float
    Total capacity of iSCSI LUN in bytes.
    tuuid str
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    used_capacity_in_bytes float
    Used capacity of iSCSI LUN in bytes.
    uuid str
    UUID of the HyperFlex iSCSI LUN.
    version_contexts Sequence[GetHyperflexLunResultVersionContext]
    volume_name str
    Name of the storage volume associated with LUN.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The description of iSCSI LUN.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dsCapacityInBytes Number
    The datastore capacity in bytes.
    dsName String
    The HyperFlex datastore name.
    dsUuid String
    The HyperFlex datastore UUID.
    hlu Number
    Logical unit number (LUN) by which hosts address specified volume. Hlu is a decimal representation of the LUN from the endpoint.
    hostName String
    Name of the host associated with LUN.
    inventorySource String
    Source of the lun inventory.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    isEncrypted Boolean
    Indicates if the datastore on which LUN resides is encrypted or un-encrypted.
    lunId String
    The identity of HyperFlex iSCSI LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the HyperFlex iSCSI LUN.
    nrVersion Number
    Version of the HyperFlex iSCSI lun.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    serialNo String
    Serial number of HyperFlex iSCSI LUN.
    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.
    tags List<Property Map>
    targets List<Property Map>
    totalCapacityInBytes Number
    Total capacity of iSCSI LUN in bytes.
    tuuid String
    HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.
    usedCapacityInBytes Number
    Used capacity of iSCSI LUN in bytes.
    uuid String
    UUID of the HyperFlex iSCSI LUN.
    versionContexts List<Property Map>
    volumeName String
    Name of the storage volume associated with LUN.

    GetHyperflexLunResultAncestor

    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

    GetHyperflexLunResultParent

    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

    GetHyperflexLunResultPermissionResource

    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

    GetHyperflexLunResultTag

    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

    GetHyperflexLunResultTarget

    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

    GetHyperflexLunResultVersionContext

    GetHyperflexLunResultVersionContextInterestedMo

    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

    GetHyperflexLunResultVersionContextRefMo

    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

    GetHyperflexLunTag

    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.

    GetHyperflexLunTarget

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

    GetHyperflexLunVersionContext

    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<GetHyperflexLunVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexLunVersionContextRefMo
    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 []GetHyperflexLunVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Version of the HyperFlex iSCSI lun.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexLunVersionContextRefMo
    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<GetHyperflexLunVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Version of the HyperFlex iSCSI lun.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexLunVersionContextRefMo
    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 GetHyperflexLunVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    Version of the HyperFlex iSCSI lun.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexLunVersionContextRefMo
    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[GetHyperflexLunVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    Version of the HyperFlex iSCSI lun.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexLunVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Version of the HyperFlex iSCSI lun.
    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.

    GetHyperflexLunVersionContextInterestedMo

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

    GetHyperflexLunVersionContextRefMo

    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