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

intersight.getHyperflexInitiatorGroup

Explore with Pulumi AI

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

    A HyperFlex iSCSI initiator group entity. Contains detailed information about the initaitor group which includes a list of iSCSI initiators and iSCSI target objects.

    Using getHyperflexInitiatorGroup

    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 getHyperflexInitiatorGroup(args: GetHyperflexInitiatorGroupArgs, opts?: InvokeOptions): Promise<GetHyperflexInitiatorGroupResult>
    function getHyperflexInitiatorGroupOutput(args: GetHyperflexInitiatorGroupOutputArgs, opts?: InvokeOptions): Output<GetHyperflexInitiatorGroupResult>
    def get_hyperflex_initiator_group(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetHyperflexInitiatorGroupAncestor]] = None,
                                      class_id: Optional[str] = None,
                                      cluster: Optional[GetHyperflexInitiatorGroupCluster] = None,
                                      create_time: Optional[str] = None,
                                      description: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      id: Optional[str] = None,
                                      initiator_count: Optional[float] = None,
                                      initiators: Optional[Sequence[GetHyperflexInitiatorGroupInitiator]] = None,
                                      inventory_source: 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[GetHyperflexInitiatorGroupParent] = None,
                                      permission_resources: Optional[Sequence[GetHyperflexInitiatorGroupPermissionResource]] = None,
                                      shared_scope: Optional[str] = None,
                                      storage_utilization: Optional[GetHyperflexInitiatorGroupStorageUtilization] = None,
                                      tags: Optional[Sequence[GetHyperflexInitiatorGroupTag]] = None,
                                      target_uuids: Optional[Sequence[str]] = None,
                                      targets: Optional[Sequence[GetHyperflexInitiatorGroupTarget]] = None,
                                      uuid: Optional[str] = None,
                                      version_context: Optional[GetHyperflexInitiatorGroupVersionContext] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetHyperflexInitiatorGroupResult
    def get_hyperflex_initiator_group_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexInitiatorGroupAncestorArgs]]]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      cluster: Optional[pulumi.Input[GetHyperflexInitiatorGroupClusterArgs]] = 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,
                                      initiator_count: Optional[pulumi.Input[float]] = None,
                                      initiators: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexInitiatorGroupInitiatorArgs]]]] = None,
                                      inventory_source: 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[GetHyperflexInitiatorGroupParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexInitiatorGroupPermissionResourceArgs]]]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      storage_utilization: Optional[pulumi.Input[GetHyperflexInitiatorGroupStorageUtilizationArgs]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexInitiatorGroupTagArgs]]]] = None,
                                      target_uuids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                      targets: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexInitiatorGroupTargetArgs]]]] = None,
                                      uuid: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetHyperflexInitiatorGroupVersionContextArgs]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexInitiatorGroupResult]
    func LookupHyperflexInitiatorGroup(ctx *Context, args *LookupHyperflexInitiatorGroupArgs, opts ...InvokeOption) (*LookupHyperflexInitiatorGroupResult, error)
    func LookupHyperflexInitiatorGroupOutput(ctx *Context, args *LookupHyperflexInitiatorGroupOutputArgs, opts ...InvokeOption) LookupHyperflexInitiatorGroupResultOutput

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

    public static class GetHyperflexInitiatorGroup 
    {
        public static Task<GetHyperflexInitiatorGroupResult> InvokeAsync(GetHyperflexInitiatorGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexInitiatorGroupResult> Invoke(GetHyperflexInitiatorGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexInitiatorGroupResult> getHyperflexInitiatorGroup(GetHyperflexInitiatorGroupArgs args, InvokeOptions options)
    public static Output<GetHyperflexInitiatorGroupResult> getHyperflexInitiatorGroup(GetHyperflexInitiatorGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexInitiatorGroup:getHyperflexInitiatorGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexInitiatorGroupAncestor>
    ClassId string
    Cluster GetHyperflexInitiatorGroupCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InitiatorCount double
    Count of initiators in the iSCSI initiator group.
    Initiators List<GetHyperflexInitiatorGroupInitiator>
    InventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    NrVersion double
    Version of the iSCSI initiator group.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexInitiatorGroupParent
    PermissionResources List<GetHyperflexInitiatorGroupPermissionResource>
    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.
    StorageUtilization GetHyperflexInitiatorGroupStorageUtilization
    Tags List<GetHyperflexInitiatorGroupTag>
    TargetUuids List<string>
    Targets List<GetHyperflexInitiatorGroupTarget>
    Uuid string
    UUID of the HyperFlex iSCSI initiator group.
    VersionContext GetHyperflexInitiatorGroupVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexInitiatorGroupAncestor
    ClassId string
    Cluster GetHyperflexInitiatorGroupCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InitiatorCount float64
    Count of initiators in the iSCSI initiator group.
    Initiators []GetHyperflexInitiatorGroupInitiator
    InventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    NrVersion float64
    Version of the iSCSI initiator group.
    ObjectType string
    Owners []string
    Parent GetHyperflexInitiatorGroupParent
    PermissionResources []GetHyperflexInitiatorGroupPermissionResource
    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.
    StorageUtilization GetHyperflexInitiatorGroupStorageUtilization
    Tags []GetHyperflexInitiatorGroupTag
    TargetUuids []string
    Targets []GetHyperflexInitiatorGroupTarget
    Uuid string
    UUID of the HyperFlex iSCSI initiator group.
    VersionContext GetHyperflexInitiatorGroupVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexInitiatorGroupAncestor>
    classId String
    cluster GetHyperflexInitiatorGroupCluster
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    initiatorCount Double
    Count of initiators in the iSCSI initiator group.
    initiators List<GetHyperflexInitiatorGroupInitiator>
    inventorySource String
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion Double
    Version of the iSCSI initiator group.
    objectType String
    owners List<String>
    parent GetHyperflexInitiatorGroupParent
    permissionResources List<GetHyperflexInitiatorGroupPermissionResource>
    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.
    storageUtilization GetHyperflexInitiatorGroupStorageUtilization
    tags List<GetHyperflexInitiatorGroupTag>
    targetUuids List<String>
    targets List<GetHyperflexInitiatorGroupTarget>
    uuid String
    UUID of the HyperFlex iSCSI initiator group.
    versionContext GetHyperflexInitiatorGroupVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexInitiatorGroupAncestor[]
    classId string
    cluster GetHyperflexInitiatorGroupCluster
    createTime string
    The time when this managed object was created.
    description string
    Short description about the host group.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    initiatorCount number
    Count of initiators in the iSCSI initiator group.
    initiators GetHyperflexInitiatorGroupInitiator[]
    inventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion number
    Version of the iSCSI initiator group.
    objectType string
    owners string[]
    parent GetHyperflexInitiatorGroupParent
    permissionResources GetHyperflexInitiatorGroupPermissionResource[]
    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.
    storageUtilization GetHyperflexInitiatorGroupStorageUtilization
    tags GetHyperflexInitiatorGroupTag[]
    targetUuids string[]
    targets GetHyperflexInitiatorGroupTarget[]
    uuid string
    UUID of the HyperFlex iSCSI initiator group.
    versionContext GetHyperflexInitiatorGroupVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexInitiatorGroupAncestor]
    class_id str
    cluster GetHyperflexInitiatorGroupCluster
    create_time str
    The time when this managed object was created.
    description str
    Short description about the host group.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    initiator_count float
    Count of initiators in the iSCSI initiator group.
    initiators Sequence[GetHyperflexInitiatorGroupInitiator]
    inventory_source str
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nr_version float
    Version of the iSCSI initiator group.
    object_type str
    owners Sequence[str]
    parent GetHyperflexInitiatorGroupParent
    permission_resources Sequence[GetHyperflexInitiatorGroupPermissionResource]
    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.
    storage_utilization GetHyperflexInitiatorGroupStorageUtilization
    tags Sequence[GetHyperflexInitiatorGroupTag]
    target_uuids Sequence[str]
    targets Sequence[GetHyperflexInitiatorGroupTarget]
    uuid str
    UUID of the HyperFlex iSCSI initiator group.
    version_context GetHyperflexInitiatorGroupVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cluster Property Map
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    initiatorCount Number
    Count of initiators in the iSCSI initiator group.
    initiators List<Property Map>
    inventorySource String
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion Number
    Version of the iSCSI initiator group.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    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.
    storageUtilization Property Map
    tags List<Property Map>
    targetUuids List<String>
    targets List<Property Map>
    uuid String
    UUID of the HyperFlex iSCSI initiator group.
    versionContext Property Map

    getHyperflexInitiatorGroup Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexInitiatorGroupResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexInitiatorGroupAncestor>
    ClassId string
    Cluster GetHyperflexInitiatorGroupCluster
    CreateTime string
    Description string
    DomainGroupMoid string
    InitiatorCount double
    Initiators List<GetHyperflexInitiatorGroupInitiator>
    InventorySource string
    ModTime string
    Moid string
    Name string
    NrVersion double
    ObjectType string
    Owners List<string>
    Parent GetHyperflexInitiatorGroupParent
    PermissionResources List<GetHyperflexInitiatorGroupPermissionResource>
    SharedScope string
    StorageUtilization GetHyperflexInitiatorGroupStorageUtilization
    Tags List<GetHyperflexInitiatorGroupTag>
    TargetUuids List<string>
    Targets List<GetHyperflexInitiatorGroupTarget>
    Uuid string
    VersionContext GetHyperflexInitiatorGroupVersionContext
    id String
    results List<GetHyperflexInitiatorGroupResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexInitiatorGroupAncestor>
    classId String
    cluster GetHyperflexInitiatorGroupCluster
    createTime String
    description String
    domainGroupMoid String
    initiatorCount Double
    initiators List<GetHyperflexInitiatorGroupInitiator>
    inventorySource String
    modTime String
    moid String
    name String
    nrVersion Double
    objectType String
    owners List<String>
    parent GetHyperflexInitiatorGroupParent
    permissionResources List<GetHyperflexInitiatorGroupPermissionResource>
    sharedScope String
    storageUtilization GetHyperflexInitiatorGroupStorageUtilization
    tags List<GetHyperflexInitiatorGroupTag>
    targetUuids List<String>
    targets List<GetHyperflexInitiatorGroupTarget>
    uuid String
    versionContext GetHyperflexInitiatorGroupVersionContext
    id str
    results Sequence[GetHyperflexInitiatorGroupResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexInitiatorGroupAncestor]
    class_id str
    cluster GetHyperflexInitiatorGroupCluster
    create_time str
    description str
    domain_group_moid str
    initiator_count float
    initiators Sequence[GetHyperflexInitiatorGroupInitiator]
    inventory_source str
    mod_time str
    moid str
    name str
    nr_version float
    object_type str
    owners Sequence[str]
    parent GetHyperflexInitiatorGroupParent
    permission_resources Sequence[GetHyperflexInitiatorGroupPermissionResource]
    shared_scope str
    storage_utilization GetHyperflexInitiatorGroupStorageUtilization
    tags Sequence[GetHyperflexInitiatorGroupTag]
    target_uuids Sequence[str]
    targets Sequence[GetHyperflexInitiatorGroupTarget]
    uuid str
    version_context GetHyperflexInitiatorGroupVersionContext

    Supporting Types

    GetHyperflexInitiatorGroupAncestor

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

    GetHyperflexInitiatorGroupCluster

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

    GetHyperflexInitiatorGroupInitiator

    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.
    IpAddresses List<string>
    Iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    Name string
    Name of the host group in storage array.
    Nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Type string
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    Wwn string
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.
    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.
    IpAddresses []string
    Iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    Name string
    Name of the host group in storage array.
    Nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Type string
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    Wwn string
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.
    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.
    ipAddresses List<String>
    iqn String
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name String
    Name of the host group in storage array.
    nqn String
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type String
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    wwn String
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.
    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.
    ipAddresses string[]
    iqn string
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name string
    Name of the host group in storage array.
    nqn string
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type string
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    wwn string
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.
    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.
    ip_addresses Sequence[str]
    iqn str
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name str
    Name of the host group in storage array.
    nqn str
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type str
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    wwn str
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.
    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.
    ipAddresses List<String>
    iqn String
    IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
    name String
    Name of the host group in storage array.
    nqn String
    NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type String
    Initiator type, it can be FC or iSCSI.

    • FC - Fibre channel initiator type which contains WWN of an HBA on the host.
    • iSCSI - An iSCSI initiator type which contains the IQN (iSCSI Qualified Name) used by the host.
    • NVMe - NVMe initiator type which contains the NQN (NVMe Qualified Name) used by the host.
    • Mixed - Initiator type for systems using both FC and iSCSI connections.
    wwn String
    World wide name, 128 bit address represented in hexadecimal notation. For example, 51:4f:0c:50:14:1f:af:01:51:4f:0c:51:14:1f:af:01.

    GetHyperflexInitiatorGroupParent

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

    GetHyperflexInitiatorGroupPermissionResource

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

    GetHyperflexInitiatorGroupResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexInitiatorGroupResultAncestor>
    ClassId string
    Clusters List<GetHyperflexInitiatorGroupResultCluster>
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InitiatorCount double
    Count of initiators in the iSCSI initiator group.
    Initiators List<GetHyperflexInitiatorGroupResultInitiator>
    InventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    NrVersion double
    Version of the iSCSI initiator group.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexInitiatorGroupResultParent>
    PermissionResources List<GetHyperflexInitiatorGroupResultPermissionResource>
    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.
    StorageUtilizations List<GetHyperflexInitiatorGroupResultStorageUtilization>
    Tags List<GetHyperflexInitiatorGroupResultTag>
    TargetUuids List<string>
    Targets List<GetHyperflexInitiatorGroupResultTarget>
    Uuid string
    UUID of the HyperFlex iSCSI initiator group.
    VersionContexts List<GetHyperflexInitiatorGroupResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexInitiatorGroupResultAncestor
    ClassId string
    Clusters []GetHyperflexInitiatorGroupResultCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the host group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InitiatorCount float64
    Count of initiators in the iSCSI initiator group.
    Initiators []GetHyperflexInitiatorGroupResultInitiator
    InventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    NrVersion float64
    Version of the iSCSI initiator group.
    ObjectType string
    Owners []string
    Parents []GetHyperflexInitiatorGroupResultParent
    PermissionResources []GetHyperflexInitiatorGroupResultPermissionResource
    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.
    StorageUtilizations []GetHyperflexInitiatorGroupResultStorageUtilization
    Tags []GetHyperflexInitiatorGroupResultTag
    TargetUuids []string
    Targets []GetHyperflexInitiatorGroupResultTarget
    Uuid string
    UUID of the HyperFlex iSCSI initiator group.
    VersionContexts []GetHyperflexInitiatorGroupResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexInitiatorGroupResultAncestor>
    classId String
    clusters List<GetHyperflexInitiatorGroupResultCluster>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    initiatorCount Double
    Count of initiators in the iSCSI initiator group.
    initiators List<GetHyperflexInitiatorGroupResultInitiator>
    inventorySource String
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion Double
    Version of the iSCSI initiator group.
    objectType String
    owners List<String>
    parents List<GetHyperflexInitiatorGroupResultParent>
    permissionResources List<GetHyperflexInitiatorGroupResultPermissionResource>
    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.
    storageUtilizations List<GetHyperflexInitiatorGroupResultStorageUtilization>
    tags List<GetHyperflexInitiatorGroupResultTag>
    targetUuids List<String>
    targets List<GetHyperflexInitiatorGroupResultTarget>
    uuid String
    UUID of the HyperFlex iSCSI initiator group.
    versionContexts List<GetHyperflexInitiatorGroupResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexInitiatorGroupResultAncestor[]
    classId string
    clusters GetHyperflexInitiatorGroupResultCluster[]
    createTime string
    The time when this managed object was created.
    description string
    Short description about the host group.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    initiatorCount number
    Count of initiators in the iSCSI initiator group.
    initiators GetHyperflexInitiatorGroupResultInitiator[]
    inventorySource string
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion number
    Version of the iSCSI initiator group.
    objectType string
    owners string[]
    parents GetHyperflexInitiatorGroupResultParent[]
    permissionResources GetHyperflexInitiatorGroupResultPermissionResource[]
    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.
    storageUtilizations GetHyperflexInitiatorGroupResultStorageUtilization[]
    tags GetHyperflexInitiatorGroupResultTag[]
    targetUuids string[]
    targets GetHyperflexInitiatorGroupResultTarget[]
    uuid string
    UUID of the HyperFlex iSCSI initiator group.
    versionContexts GetHyperflexInitiatorGroupResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexInitiatorGroupResultAncestor]
    class_id str
    clusters Sequence[GetHyperflexInitiatorGroupResultCluster]
    create_time str
    The time when this managed object was created.
    description str
    Short description about the host group.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    initiator_count float
    Count of initiators in the iSCSI initiator group.
    initiators Sequence[GetHyperflexInitiatorGroupResultInitiator]
    inventory_source str
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nr_version float
    Version of the iSCSI initiator group.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexInitiatorGroupResultParent]
    permission_resources Sequence[GetHyperflexInitiatorGroupResultPermissionResource]
    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.
    storage_utilizations Sequence[GetHyperflexInitiatorGroupResultStorageUtilization]
    tags Sequence[GetHyperflexInitiatorGroupResultTag]
    target_uuids Sequence[str]
    targets Sequence[GetHyperflexInitiatorGroupResultTarget]
    uuid str
    UUID of the HyperFlex iSCSI initiator group.
    version_contexts Sequence[GetHyperflexInitiatorGroupResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the host group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    initiatorCount Number
    Count of initiators in the iSCSI initiator group.
    initiators List<Property Map>
    inventorySource String
    The source of the iSCSI initiator group 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.
    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 host group in storage array.
    nrVersion Number
    Version of the iSCSI initiator group.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    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.
    storageUtilizations List<Property Map>
    tags List<Property Map>
    targetUuids List<String>
    targets List<Property Map>
    uuid String
    UUID of the HyperFlex iSCSI initiator group.
    versionContexts List<Property Map>

    GetHyperflexInitiatorGroupResultAncestor

    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

    GetHyperflexInitiatorGroupResultCluster

    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

    GetHyperflexInitiatorGroupResultInitiator

    AdditionalProperties string
    ClassId string
    IpAddresses List<string>
    Iqn string
    Name string
    Name of the host group in storage array.
    Nqn string
    ObjectType string
    Type string
    Wwn string
    AdditionalProperties string
    ClassId string
    IpAddresses []string
    Iqn string
    Name string
    Name of the host group in storage array.
    Nqn string
    ObjectType string
    Type string
    Wwn string
    additionalProperties String
    classId String
    ipAddresses List<String>
    iqn String
    name String
    Name of the host group in storage array.
    nqn String
    objectType String
    type String
    wwn String
    additionalProperties string
    classId string
    ipAddresses string[]
    iqn string
    name string
    Name of the host group in storage array.
    nqn string
    objectType string
    type string
    wwn string
    additional_properties str
    class_id str
    ip_addresses Sequence[str]
    iqn str
    name str
    Name of the host group in storage array.
    nqn str
    object_type str
    type str
    wwn str
    additionalProperties String
    classId String
    ipAddresses List<String>
    iqn String
    name String
    Name of the host group in storage array.
    nqn String
    objectType String
    type String
    wwn String

    GetHyperflexInitiatorGroupResultParent

    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

    GetHyperflexInitiatorGroupResultPermissionResource

    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

    GetHyperflexInitiatorGroupResultStorageUtilization

    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

    GetHyperflexInitiatorGroupResultTag

    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

    GetHyperflexInitiatorGroupResultTarget

    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

    GetHyperflexInitiatorGroupResultVersionContext

    GetHyperflexInitiatorGroupResultVersionContextInterestedMo

    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

    GetHyperflexInitiatorGroupResultVersionContextRefMo

    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

    GetHyperflexInitiatorGroupStorageUtilization

    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.

    GetHyperflexInitiatorGroupTag

    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.

    GetHyperflexInitiatorGroupTarget

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

    GetHyperflexInitiatorGroupVersionContext

    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<GetHyperflexInitiatorGroupVersionContextInterestedMo>
    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 iSCSI initiator group.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexInitiatorGroupVersionContextRefMo
    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 []GetHyperflexInitiatorGroupVersionContextInterestedMo
    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 iSCSI initiator group.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexInitiatorGroupVersionContextRefMo
    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<GetHyperflexInitiatorGroupVersionContextInterestedMo>
    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 iSCSI initiator group.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexInitiatorGroupVersionContextRefMo
    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 GetHyperflexInitiatorGroupVersionContextInterestedMo[]
    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 iSCSI initiator group.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexInitiatorGroupVersionContextRefMo
    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[GetHyperflexInitiatorGroupVersionContextInterestedMo]
    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 iSCSI initiator group.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexInitiatorGroupVersionContextRefMo
    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 iSCSI initiator group.
    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.

    GetHyperflexInitiatorGroupVersionContextInterestedMo

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

    GetHyperflexInitiatorGroupVersionContextRefMo

    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