intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexTarget
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A HyperFlex iSCSI target entity. Contains detailed information about the iSCSI target which includes a list of linked iSCSI initiator group objects, list of iSCSI lun objects associated with the iSCSI target, authorization method and iSCSI qualified name.
Using getHyperflexTarget
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 getHyperflexTarget(args: GetHyperflexTargetArgs, opts?: InvokeOptions): Promise<GetHyperflexTargetResult>
function getHyperflexTargetOutput(args: GetHyperflexTargetOutputArgs, opts?: InvokeOptions): Output<GetHyperflexTargetResult>def get_hyperflex_target(account_moid: Optional[str] = None,
                         additional_properties: Optional[str] = None,
                         ancestors: Optional[Sequence[GetHyperflexTargetAncestor]] = None,
                         auth_method: Optional[str] = None,
                         class_id: Optional[str] = None,
                         cluster: Optional[GetHyperflexTargetCluster] = None,
                         create_time: Optional[str] = None,
                         description: Optional[str] = None,
                         domain_group_moid: Optional[str] = None,
                         id: Optional[str] = None,
                         initiator_group_uuids: Optional[Sequence[str]] = None,
                         initiator_groups: Optional[Sequence[GetHyperflexTargetInitiatorGroup]] = None,
                         inventory_source: Optional[str] = None,
                         iqn: Optional[str] = None,
                         lun_uuids: Optional[Sequence[str]] = None,
                         luns: Optional[Sequence[GetHyperflexTargetLun]] = None,
                         mod_time: Optional[str] = None,
                         moid: Optional[str] = None,
                         name: Optional[str] = None,
                         nr_version: Optional[float] = None,
                         num_active_initiators: Optional[float] = None,
                         object_type: Optional[str] = None,
                         owners: Optional[Sequence[str]] = None,
                         parent: Optional[GetHyperflexTargetParent] = None,
                         permission_resources: Optional[Sequence[GetHyperflexTargetPermissionResource]] = None,
                         shared_scope: Optional[str] = None,
                         tags: Optional[Sequence[GetHyperflexTargetTag]] = None,
                         uuid: Optional[str] = None,
                         version_context: Optional[GetHyperflexTargetVersionContext] = None,
                         opts: Optional[InvokeOptions] = None) -> GetHyperflexTargetResult
def get_hyperflex_target_output(account_moid: Optional[pulumi.Input[str]] = None,
                         additional_properties: Optional[pulumi.Input[str]] = None,
                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexTargetAncestorArgs]]]] = None,
                         auth_method: Optional[pulumi.Input[str]] = None,
                         class_id: Optional[pulumi.Input[str]] = None,
                         cluster: Optional[pulumi.Input[GetHyperflexTargetClusterArgs]] = 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_group_uuids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         initiator_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexTargetInitiatorGroupArgs]]]] = None,
                         inventory_source: Optional[pulumi.Input[str]] = None,
                         iqn: Optional[pulumi.Input[str]] = None,
                         lun_uuids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         luns: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexTargetLunArgs]]]] = 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,
                         num_active_initiators: 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[GetHyperflexTargetParentArgs]] = None,
                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexTargetPermissionResourceArgs]]]] = None,
                         shared_scope: Optional[pulumi.Input[str]] = None,
                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexTargetTagArgs]]]] = None,
                         uuid: Optional[pulumi.Input[str]] = None,
                         version_context: Optional[pulumi.Input[GetHyperflexTargetVersionContextArgs]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexTargetResult]func LookupHyperflexTarget(ctx *Context, args *LookupHyperflexTargetArgs, opts ...InvokeOption) (*LookupHyperflexTargetResult, error)
func LookupHyperflexTargetOutput(ctx *Context, args *LookupHyperflexTargetOutputArgs, opts ...InvokeOption) LookupHyperflexTargetResultOutput> Note: This function is named LookupHyperflexTarget in the Go SDK.
public static class GetHyperflexTarget 
{
    public static Task<GetHyperflexTargetResult> InvokeAsync(GetHyperflexTargetArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexTargetResult> Invoke(GetHyperflexTargetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexTargetResult> getHyperflexTarget(GetHyperflexTargetArgs args, InvokeOptions options)
public static Output<GetHyperflexTargetResult> getHyperflexTarget(GetHyperflexTargetArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexTarget:getHyperflexTarget
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Target Ancestor> 
- AuthMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- ClassId string
- Cluster
GetHyperflex Target Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the target.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InitiatorGroup List<string>Uuids 
- InitiatorGroups List<GetHyperflex Target Initiator Group> 
- InventorySource string
- Source of the target 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.
- Iqn string
- The iSCSI qualified name (IQN) of target.
- LunUuids List<string>
- Luns
List<GetHyperflex Target Lun> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the target in storage array.
- NrVersion double
- Version of the Initiator Group.
- NumActive doubleInitiators 
- Number of active initiators in the initiator group.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Target Parent 
- PermissionResources List<GetHyperflex Target Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetHyperflex Target Tag> 
- Uuid string
- UUID of the HyperFlex iSCSI target.
- VersionContext GetHyperflex Target Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Target Ancestor 
- AuthMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- ClassId string
- Cluster
GetHyperflex Target Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the target.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InitiatorGroup []stringUuids 
- InitiatorGroups []GetHyperflex Target Initiator Group 
- InventorySource string
- Source of the target 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.
- Iqn string
- The iSCSI qualified name (IQN) of target.
- LunUuids []string
- Luns
[]GetHyperflex Target Lun 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the target in storage array.
- NrVersion float64
- Version of the Initiator Group.
- NumActive float64Initiators 
- Number of active initiators in the initiator group.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Target Parent 
- PermissionResources []GetHyperflex Target Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetHyperflex Target Tag 
- Uuid string
- UUID of the HyperFlex iSCSI target.
- VersionContext GetHyperflex Target Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Target Ancestor> 
- authMethod String
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId String
- cluster
GetHyperflex Target Cluster 
- createTime String
- The time when this managed object was created.
- description String
- Short description about the target.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- initiatorGroup List<String>Uuids 
- initiatorGroups List<GetHyperflex Target Initiator Group> 
- inventorySource String
- Source of the target 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.
- iqn String
- The iSCSI qualified name (IQN) of target.
- lunUuids List<String>
- luns
List<GetHyperflex Target Lun> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the target in storage array.
- nrVersion Double
- Version of the Initiator Group.
- numActive DoubleInitiators 
- Number of active initiators in the initiator group.
- objectType String
- owners List<String>
- parent
GetHyperflex Target Parent 
- permissionResources List<GetHyperflex Target Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetHyperflex Target Tag> 
- uuid String
- UUID of the HyperFlex iSCSI target.
- versionContext GetHyperflex Target Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Target Ancestor[] 
- authMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId string
- cluster
GetHyperflex Target Cluster 
- createTime string
- The time when this managed object was created.
- description string
- Short description about the target.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- initiatorGroup string[]Uuids 
- initiatorGroups GetHyperflex Target Initiator Group[] 
- inventorySource string
- Source of the target 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.
- iqn string
- The iSCSI qualified name (IQN) of target.
- lunUuids string[]
- luns
GetHyperflex Target Lun[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the target in storage array.
- nrVersion number
- Version of the Initiator Group.
- numActive numberInitiators 
- Number of active initiators in the initiator group.
- objectType string
- owners string[]
- parent
GetHyperflex Target Parent 
- permissionResources GetHyperflex Target Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetHyperflex Target Tag[] 
- uuid string
- UUID of the HyperFlex iSCSI target.
- versionContext GetHyperflex Target Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Target Ancestor] 
- auth_method str
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- class_id str
- cluster
GetHyperflex Target Cluster 
- create_time str
- The time when this managed object was created.
- description str
- Short description about the target.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- initiator_group_ Sequence[str]uuids 
- initiator_groups Sequence[GetHyperflex Target Initiator Group] 
- inventory_source str
- Source of the target 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.
- iqn str
- The iSCSI qualified name (IQN) of target.
- lun_uuids Sequence[str]
- luns
Sequence[GetHyperflex Target Lun] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the target in storage array.
- nr_version float
- Version of the Initiator Group.
- num_active_ floatinitiators 
- Number of active initiators in the initiator group.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Target Parent 
- permission_resources Sequence[GetHyperflex Target Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetHyperflex Target Tag] 
- uuid str
- UUID of the HyperFlex iSCSI target.
- version_context GetHyperflex Target Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- authMethod String
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId String
- cluster Property Map
- createTime String
- The time when this managed object was created.
- description String
- Short description about the target.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- initiatorGroup List<String>Uuids 
- initiatorGroups List<Property Map>
- inventorySource String
- Source of the target 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.
- iqn String
- The iSCSI qualified name (IQN) of target.
- lunUuids List<String>
- luns List<Property Map>
- 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 target in storage array.
- nrVersion Number
- Version of the Initiator Group.
- numActive NumberInitiators 
- Number of active initiators in the initiator group.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- uuid String
- UUID of the HyperFlex iSCSI target.
- versionContext Property Map
getHyperflexTarget Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Target Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Target Ancestor> 
- AuthMethod string
- ClassId string
- Cluster
GetHyperflex Target Cluster 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- InitiatorGroup List<string>Uuids 
- InitiatorGroups List<GetHyperflex Target Initiator Group> 
- InventorySource string
- Iqn string
- LunUuids List<string>
- Luns
List<GetHyperflex Target Lun> 
- ModTime string
- Moid string
- Name string
- NrVersion double
- NumActive doubleInitiators 
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Target Parent 
- PermissionResources List<GetHyperflex Target Permission Resource> 
- string
- 
List<GetHyperflex Target Tag> 
- Uuid string
- VersionContext GetHyperflex Target Version Context 
- Id string
- Results
[]GetHyperflex Target Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Target Ancestor 
- AuthMethod string
- ClassId string
- Cluster
GetHyperflex Target Cluster 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- InitiatorGroup []stringUuids 
- InitiatorGroups []GetHyperflex Target Initiator Group 
- InventorySource string
- Iqn string
- LunUuids []string
- Luns
[]GetHyperflex Target Lun 
- ModTime string
- Moid string
- Name string
- NrVersion float64
- NumActive float64Initiators 
- ObjectType string
- Owners []string
- Parent
GetHyperflex Target Parent 
- PermissionResources []GetHyperflex Target Permission Resource 
- string
- 
[]GetHyperflex Target Tag 
- Uuid string
- VersionContext GetHyperflex Target Version Context 
- id String
- results
List<GetHyperflex Target Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Target Ancestor> 
- authMethod String
- classId String
- cluster
GetHyperflex Target Cluster 
- createTime String
- description String
- domainGroup StringMoid 
- initiatorGroup List<String>Uuids 
- initiatorGroups List<GetHyperflex Target Initiator Group> 
- inventorySource String
- iqn String
- lunUuids List<String>
- luns
List<GetHyperflex Target Lun> 
- modTime String
- moid String
- name String
- nrVersion Double
- numActive DoubleInitiators 
- objectType String
- owners List<String>
- parent
GetHyperflex Target Parent 
- permissionResources List<GetHyperflex Target Permission Resource> 
- String
- 
List<GetHyperflex Target Tag> 
- uuid String
- versionContext GetHyperflex Target Version Context 
- id string
- results
GetHyperflex Target Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Target Ancestor[] 
- authMethod string
- classId string
- cluster
GetHyperflex Target Cluster 
- createTime string
- description string
- domainGroup stringMoid 
- initiatorGroup string[]Uuids 
- initiatorGroups GetHyperflex Target Initiator Group[] 
- inventorySource string
- iqn string
- lunUuids string[]
- luns
GetHyperflex Target Lun[] 
- modTime string
- moid string
- name string
- nrVersion number
- numActive numberInitiators 
- objectType string
- owners string[]
- parent
GetHyperflex Target Parent 
- permissionResources GetHyperflex Target Permission Resource[] 
- string
- 
GetHyperflex Target Tag[] 
- uuid string
- versionContext GetHyperflex Target Version Context 
- id str
- results
Sequence[GetHyperflex Target Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Target Ancestor] 
- auth_method str
- class_id str
- cluster
GetHyperflex Target Cluster 
- create_time str
- description str
- domain_group_ strmoid 
- initiator_group_ Sequence[str]uuids 
- initiator_groups Sequence[GetHyperflex Target Initiator Group] 
- inventory_source str
- iqn str
- lun_uuids Sequence[str]
- luns
Sequence[GetHyperflex Target Lun] 
- mod_time str
- moid str
- name str
- nr_version float
- num_active_ floatinitiators 
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Target Parent 
- permission_resources Sequence[GetHyperflex Target Permission Resource] 
- str
- 
Sequence[GetHyperflex Target Tag] 
- uuid str
- version_context GetHyperflex Target Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- authMethod String
- classId String
- cluster Property Map
- createTime String
- description String
- domainGroup StringMoid 
- initiatorGroup List<String>Uuids 
- initiatorGroups List<Property Map>
- inventorySource String
- iqn String
- lunUuids List<String>
- luns List<Property Map>
- modTime String
- moid String
- name String
- nrVersion Number
- numActive NumberInitiators 
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- uuid String
- versionContext Property Map
Supporting Types
GetHyperflexTargetAncestor   
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetCluster   
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetInitiatorGroup    
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetLun   
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetParent   
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetPermissionResource    
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Target Result Ancestor> 
- AuthMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- ClassId string
- Clusters
List<GetHyperflex Target Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the target.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InitiatorGroup List<string>Uuids 
- InitiatorGroups List<GetHyperflex Target Result Initiator Group> 
- InventorySource string
- Source of the target 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.
- Iqn string
- The iSCSI qualified name (IQN) of target.
- LunUuids List<string>
- Luns
List<GetHyperflex Target Result Lun> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the target in storage array.
- NrVersion double
- Version of the Initiator Group.
- NumActive doubleInitiators 
- Number of active initiators in the initiator group.
- ObjectType string
- Owners List<string>
- Parents
List<GetHyperflex Target Result Parent> 
- PermissionResources List<GetHyperflex Target Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetHyperflex Target Result Tag> 
- Uuid string
- UUID of the HyperFlex iSCSI target.
- VersionContexts List<GetHyperflex Target Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Target Result Ancestor 
- AuthMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- ClassId string
- Clusters
[]GetHyperflex Target Result Cluster 
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the target.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InitiatorGroup []stringUuids 
- InitiatorGroups []GetHyperflex Target Result Initiator Group 
- InventorySource string
- Source of the target 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.
- Iqn string
- The iSCSI qualified name (IQN) of target.
- LunUuids []string
- Luns
[]GetHyperflex Target Result Lun 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the target in storage array.
- NrVersion float64
- Version of the Initiator Group.
- NumActive float64Initiators 
- Number of active initiators in the initiator group.
- ObjectType string
- Owners []string
- Parents
[]GetHyperflex Target Result Parent 
- PermissionResources []GetHyperflex Target Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetHyperflex Target Result Tag 
- Uuid string
- UUID of the HyperFlex iSCSI target.
- VersionContexts []GetHyperflex Target Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Target Result Ancestor> 
- authMethod String
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId String
- clusters
List<GetHyperflex Target Result Cluster> 
- createTime String
- The time when this managed object was created.
- description String
- Short description about the target.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- initiatorGroup List<String>Uuids 
- initiatorGroups List<GetHyperflex Target Result Initiator Group> 
- inventorySource String
- Source of the target 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.
- iqn String
- The iSCSI qualified name (IQN) of target.
- lunUuids List<String>
- luns
List<GetHyperflex Target Result Lun> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the target in storage array.
- nrVersion Double
- Version of the Initiator Group.
- numActive DoubleInitiators 
- Number of active initiators in the initiator group.
- objectType String
- owners List<String>
- parents
List<GetHyperflex Target Result Parent> 
- permissionResources List<GetHyperflex Target Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetHyperflex Target Result Tag> 
- uuid String
- UUID of the HyperFlex iSCSI target.
- versionContexts List<GetHyperflex Target Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Target Result Ancestor[] 
- authMethod string
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId string
- clusters
GetHyperflex Target Result Cluster[] 
- createTime string
- The time when this managed object was created.
- description string
- Short description about the target.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- initiatorGroup string[]Uuids 
- initiatorGroups GetHyperflex Target Result Initiator Group[] 
- inventorySource string
- Source of the target 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.
- iqn string
- The iSCSI qualified name (IQN) of target.
- lunUuids string[]
- luns
GetHyperflex Target Result Lun[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the target in storage array.
- nrVersion number
- Version of the Initiator Group.
- numActive numberInitiators 
- Number of active initiators in the initiator group.
- objectType string
- owners string[]
- parents
GetHyperflex Target Result Parent[] 
- permissionResources GetHyperflex Target Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetHyperflex Target Result Tag[] 
- uuid string
- UUID of the HyperFlex iSCSI target.
- versionContexts GetHyperflex Target Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Target Result Ancestor] 
- auth_method str
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- class_id str
- clusters
Sequence[GetHyperflex Target Result Cluster] 
- create_time str
- The time when this managed object was created.
- description str
- Short description about the target.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- initiator_group_ Sequence[str]uuids 
- initiator_groups Sequence[GetHyperflex Target Result Initiator Group] 
- inventory_source str
- Source of the target 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.
- iqn str
- The iSCSI qualified name (IQN) of target.
- lun_uuids Sequence[str]
- luns
Sequence[GetHyperflex Target Result Lun] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the target in storage array.
- nr_version float
- Version of the Initiator Group.
- num_active_ floatinitiators 
- Number of active initiators in the initiator group.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHyperflex Target Result Parent] 
- permission_resources Sequence[GetHyperflex Target Result Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetHyperflex Target Result Tag] 
- uuid str
- UUID of the HyperFlex iSCSI target.
- version_contexts Sequence[GetHyperflex Target Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- authMethod String
- Auth method of the target inventory.* NOT_APPLICABLE- Authorization method of the HyperFlex iSCSI target is not applicable.*CHAP- Authorization method of the HyperFlex iSCSI target is CHAP.*NONE- Authorization method of the HyperFlex iSCSI target is none.
- classId String
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Short description about the target.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- initiatorGroup List<String>Uuids 
- initiatorGroups List<Property Map>
- inventorySource String
- Source of the target 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.
- iqn String
- The iSCSI qualified name (IQN) of target.
- lunUuids List<String>
- luns List<Property Map>
- 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 target in storage array.
- nrVersion Number
- Version of the Initiator Group.
- numActive NumberInitiators 
- Number of active initiators in the initiator group.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- uuid String
- UUID of the HyperFlex iSCSI target.
- versionContexts List<Property Map>
GetHyperflexTargetResultAncestor    
- 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
GetHyperflexTargetResultCluster    
- 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
GetHyperflexTargetResultInitiatorGroup     
- 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
GetHyperflexTargetResultLun    
- 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
GetHyperflexTargetResultParent    
- 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
GetHyperflexTargetResultPermissionResource     
- 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
GetHyperflexTargetResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexTargetResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHyperflex Target Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Version of the Initiator Group.
- ObjectType string
- RefMos List<GetHyperflex Target Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHyperflex Target Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Version of the Initiator Group.
- ObjectType string
- RefMos []GetHyperflex Target Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHyperflex Target Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Version of the Initiator Group.
- objectType String
- refMos List<GetHyperflex Target Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHyperflex Target Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Version of the Initiator Group.
- objectType string
- refMos GetHyperflex Target Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetHyperflex Target Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- Version of the Initiator Group.
- object_type str
- ref_mos Sequence[GetHyperflex Target Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Version of the Initiator Group.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexTargetResultVersionContextInterestedMo       
- 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
GetHyperflexTargetResultVersionContextRefMo       
- 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
GetHyperflexTargetTag   
- 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.
GetHyperflexTargetVersionContext    
- 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<GetHyperflex Target Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Version of the Initiator Group.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Target Version Context Ref Mo 
- 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 []GetHyperflex Target Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Version of the Initiator Group.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Target Version Context Ref Mo 
- 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<GetHyperflex Target Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Version of the Initiator Group.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Target Version Context Ref Mo 
- 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 GetHyperflex Target Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- Version of the Initiator Group.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Target Version Context Ref Mo 
- 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[GetHyperflex Target Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- Version of the 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 GetHyperflex Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Version of the 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.
 
GetHyperflexTargetVersionContextInterestedMo      
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexTargetVersionContextRefMo      
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet