intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageHitachiHost
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A host group entity in Hitachi storage array. It is an abstraction used by Hitachi storage to organize the storage network addresses (Fibre Channel worldwide names or iSCSI qualified names) of client computers and to control communications between clients and volumes.
Using getStorageHitachiHost
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 getStorageHitachiHost(args: GetStorageHitachiHostArgs, opts?: InvokeOptions): Promise<GetStorageHitachiHostResult>
function getStorageHitachiHostOutput(args: GetStorageHitachiHostOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiHostResult>def get_storage_hitachi_host(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetStorageHitachiHostAncestor]] = None,
                             array: Optional[GetStorageHitachiHostArray] = None,
                             authentication_mode: Optional[str] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             description: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             host_group_id: Optional[str] = None,
                             host_group_number: Optional[float] = None,
                             host_mode_options: Optional[Sequence[float]] = None,
                             id: Optional[str] = None,
                             initiators: Optional[Sequence[GetStorageHitachiHostInitiator]] = None,
                             is_chap_mutual: Optional[bool] = None,
                             iscsi_name: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             name: Optional[str] = None,
                             object_type: Optional[str] = None,
                             os_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetStorageHitachiHostParent] = None,
                             permission_resources: Optional[Sequence[GetStorageHitachiHostPermissionResource]] = None,
                             port_id: Optional[str] = None,
                             port_lun_security: Optional[bool] = None,
                             registered_device: Optional[GetStorageHitachiHostRegisteredDevice] = None,
                             shared_scope: Optional[str] = None,
                             storage_utilization: Optional[GetStorageHitachiHostStorageUtilization] = None,
                             tags: Optional[Sequence[GetStorageHitachiHostTag]] = None,
                             type: Optional[str] = None,
                             version_context: Optional[GetStorageHitachiHostVersionContext] = None,
                             wwn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetStorageHitachiHostResult
def get_storage_hitachi_host_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostAncestorArgs]]]] = None,
                             array: Optional[pulumi.Input[GetStorageHitachiHostArrayArgs]] = None,
                             authentication_mode: Optional[pulumi.Input[str]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             description: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             host_group_id: Optional[pulumi.Input[str]] = None,
                             host_group_number: Optional[pulumi.Input[float]] = None,
                             host_mode_options: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             initiators: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostInitiatorArgs]]]] = None,
                             is_chap_mutual: Optional[pulumi.Input[bool]] = None,
                             iscsi_name: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             os_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetStorageHitachiHostParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostPermissionResourceArgs]]]] = None,
                             port_id: Optional[pulumi.Input[str]] = None,
                             port_lun_security: Optional[pulumi.Input[bool]] = None,
                             registered_device: Optional[pulumi.Input[GetStorageHitachiHostRegisteredDeviceArgs]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             storage_utilization: Optional[pulumi.Input[GetStorageHitachiHostStorageUtilizationArgs]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiHostTagArgs]]]] = None,
                             type: Optional[pulumi.Input[str]] = None,
                             version_context: Optional[pulumi.Input[GetStorageHitachiHostVersionContextArgs]] = None,
                             wwn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiHostResult]func LookupStorageHitachiHost(ctx *Context, args *LookupStorageHitachiHostArgs, opts ...InvokeOption) (*LookupStorageHitachiHostResult, error)
func LookupStorageHitachiHostOutput(ctx *Context, args *LookupStorageHitachiHostOutputArgs, opts ...InvokeOption) LookupStorageHitachiHostResultOutput> Note: This function is named LookupStorageHitachiHost in the Go SDK.
public static class GetStorageHitachiHost 
{
    public static Task<GetStorageHitachiHostResult> InvokeAsync(GetStorageHitachiHostArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageHitachiHostResult> Invoke(GetStorageHitachiHostInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageHitachiHostResult> getStorageHitachiHost(GetStorageHitachiHostArgs args, InvokeOptions options)
public static Output<GetStorageHitachiHostResult> getStorageHitachiHost(GetStorageHitachiHostArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageHitachiHost:getStorageHitachiHost
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Host Ancestor> 
- Array
GetStorage Hitachi Host Array 
- AuthenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostGroup stringId 
- ID of the host group for this host.
- HostGroup doubleNumber 
- Host group number for this host.
- HostMode List<double>Options 
- Id string
- Initiators
List<GetStorage Hitachi Host Initiator> 
- IsChap boolMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- IscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the host in storage array.
- ObjectType string
- OsType string
- Operating system running on the host.
- Owners List<string>
- Parent
GetStorage Hitachi Host Parent 
- PermissionResources List<GetStorage Hitachi Host Permission Resource> 
- PortId string
- Port ID of the host group.
- PortLun boolSecurity 
- LUN security setting for the port.
- RegisteredDevice GetStorage Hitachi Host Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageUtilization GetStorage Hitachi Host Storage Utilization 
- 
List<GetStorage Hitachi Host Tag> 
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- VersionContext GetStorage Hitachi Host Version Context 
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Host Ancestor 
- Array
GetStorage Hitachi Host Array 
- AuthenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostGroup stringId 
- ID of the host group for this host.
- HostGroup float64Number 
- Host group number for this host.
- HostMode []float64Options 
- Id string
- Initiators
[]GetStorage Hitachi Host Initiator 
- IsChap boolMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- IscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the host in storage array.
- ObjectType string
- OsType string
- Operating system running on the host.
- Owners []string
- Parent
GetStorage Hitachi Host Parent 
- PermissionResources []GetStorage Hitachi Host Permission Resource 
- PortId string
- Port ID of the host group.
- PortLun boolSecurity 
- LUN security setting for the port.
- RegisteredDevice GetStorage Hitachi Host Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageUtilization GetStorage Hitachi Host Storage Utilization 
- 
[]GetStorage Hitachi Host Tag 
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- VersionContext GetStorage Hitachi Host Version Context 
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Host Ancestor> 
- array
GetStorage Hitachi Host Array 
- authenticationMode String
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Short description about the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostGroup StringId 
- ID of the host group for this host.
- hostGroup DoubleNumber 
- Host group number for this host.
- hostMode List<Double>Options 
- id String
- initiators
List<GetStorage Hitachi Host Initiator> 
- isChap BooleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName String
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the host in storage array.
- objectType String
- osType String
- Operating system running on the host.
- owners List<String>
- parent
GetStorage Hitachi Host Parent 
- permissionResources List<GetStorage Hitachi Host Permission Resource> 
- portId String
- Port ID of the host group.
- portLun BooleanSecurity 
- LUN security setting for the port.
- registeredDevice GetStorage Hitachi Host Registered Device 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageUtilization GetStorage Hitachi Host Storage Utilization 
- 
List<GetStorage Hitachi Host Tag> 
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContext GetStorage Hitachi Host Version Context 
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Host Ancestor[] 
- array
GetStorage Hitachi Host Array 
- authenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Short description about the host.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostGroup stringId 
- ID of the host group for this host.
- hostGroup numberNumber 
- Host group number for this host.
- hostMode number[]Options 
- id string
- initiators
GetStorage Hitachi Host Initiator[] 
- isChap booleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the host in storage array.
- objectType string
- osType string
- Operating system running on the host.
- owners string[]
- parent
GetStorage Hitachi Host Parent 
- permissionResources GetStorage Hitachi Host Permission Resource[] 
- portId string
- Port ID of the host group.
- portLun booleanSecurity 
- LUN security setting for the port.
- registeredDevice GetStorage Hitachi Host Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageUtilization GetStorage Hitachi Host Storage Utilization 
- 
GetStorage Hitachi Host Tag[] 
- type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContext GetStorage Hitachi Host Version Context 
- wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Host Ancestor] 
- array
GetStorage Hitachi Host Array 
- authentication_mode str
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Short description about the host.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_group_ strid 
- ID of the host group for this host.
- host_group_ floatnumber 
- Host group number for this host.
- host_mode_ Sequence[float]options 
- id str
- initiators
Sequence[GetStorage Hitachi Host Initiator] 
- is_chap_ boolmutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsi_name str
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the host in storage array.
- object_type str
- os_type str
- Operating system running on the host.
- owners Sequence[str]
- parent
GetStorage Hitachi Host Parent 
- permission_resources Sequence[GetStorage Hitachi Host Permission Resource] 
- port_id str
- Port ID of the host group.
- port_lun_ boolsecurity 
- LUN security setting for the port.
- registered_device GetStorage Hitachi Host Registered Device 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_utilization GetStorage Hitachi Host Storage Utilization 
- 
Sequence[GetStorage Hitachi Host Tag] 
- type str
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- version_context GetStorage Hitachi Host Version Context 
- wwn str
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- authenticationMode String
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Short description about the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostGroup StringId 
- ID of the host group for this host.
- hostGroup NumberNumber 
- Host group number for this host.
- hostMode List<Number>Options 
- id String
- initiators List<Property Map>
- isChap BooleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName String
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the host in storage array.
- objectType String
- osType String
- Operating system running on the host.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portId String
- Port ID of the host group.
- portLun BooleanSecurity 
- LUN security setting for the port.
- registeredDevice 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.
- storageUtilization Property Map
- List<Property Map>
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContext Property Map
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
getStorageHitachiHost Result
The following output properties are available:
- Id string
- Results
List<GetStorage Hitachi Host Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Host Ancestor> 
- Array
GetStorage Hitachi Host Array 
- AuthenticationMode string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- HostGroup stringId 
- HostGroup doubleNumber 
- HostMode List<double>Options 
- Initiators
List<GetStorage Hitachi Host Initiator> 
- IsChap boolMutual 
- IscsiName string
- ModTime string
- Moid string
- Name string
- ObjectType string
- OsType string
- Owners List<string>
- Parent
GetStorage Hitachi Host Parent 
- PermissionResources List<GetStorage Hitachi Host Permission Resource> 
- PortId string
- PortLun boolSecurity 
- RegisteredDevice GetStorage Hitachi Host Registered Device 
- string
- StorageUtilization GetStorage Hitachi Host Storage Utilization 
- 
List<GetStorage Hitachi Host Tag> 
- Type string
- VersionContext GetStorage Hitachi Host Version Context 
- Wwn string
- Id string
- Results
[]GetStorage Hitachi Host Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Host Ancestor 
- Array
GetStorage Hitachi Host Array 
- AuthenticationMode string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- HostGroup stringId 
- HostGroup float64Number 
- HostMode []float64Options 
- Initiators
[]GetStorage Hitachi Host Initiator 
- IsChap boolMutual 
- IscsiName string
- ModTime string
- Moid string
- Name string
- ObjectType string
- OsType string
- Owners []string
- Parent
GetStorage Hitachi Host Parent 
- PermissionResources []GetStorage Hitachi Host Permission Resource 
- PortId string
- PortLun boolSecurity 
- RegisteredDevice GetStorage Hitachi Host Registered Device 
- string
- StorageUtilization GetStorage Hitachi Host Storage Utilization 
- 
[]GetStorage Hitachi Host Tag 
- Type string
- VersionContext GetStorage Hitachi Host Version Context 
- Wwn string
- id String
- results
List<GetStorage Hitachi Host Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Hitachi Host Ancestor> 
- array
GetStorage Hitachi Host Array 
- authenticationMode String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- hostGroup StringId 
- hostGroup DoubleNumber 
- hostMode List<Double>Options 
- initiators
List<GetStorage Hitachi Host Initiator> 
- isChap BooleanMutual 
- iscsiName String
- modTime String
- moid String
- name String
- objectType String
- osType String
- owners List<String>
- parent
GetStorage Hitachi Host Parent 
- permissionResources List<GetStorage Hitachi Host Permission Resource> 
- portId String
- portLun BooleanSecurity 
- registeredDevice GetStorage Hitachi Host Registered Device 
- String
- storageUtilization GetStorage Hitachi Host Storage Utilization 
- 
List<GetStorage Hitachi Host Tag> 
- type String
- versionContext GetStorage Hitachi Host Version Context 
- wwn String
- id string
- results
GetStorage Hitachi Host Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Hitachi Host Ancestor[] 
- array
GetStorage Hitachi Host Array 
- authenticationMode string
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- hostGroup stringId 
- hostGroup numberNumber 
- hostMode number[]Options 
- initiators
GetStorage Hitachi Host Initiator[] 
- isChap booleanMutual 
- iscsiName string
- modTime string
- moid string
- name string
- objectType string
- osType string
- owners string[]
- parent
GetStorage Hitachi Host Parent 
- permissionResources GetStorage Hitachi Host Permission Resource[] 
- portId string
- portLun booleanSecurity 
- registeredDevice GetStorage Hitachi Host Registered Device 
- string
- storageUtilization GetStorage Hitachi Host Storage Utilization 
- 
GetStorage Hitachi Host Tag[] 
- type string
- versionContext GetStorage Hitachi Host Version Context 
- wwn string
- id str
- results
Sequence[GetStorage Hitachi Host Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Host Ancestor] 
- array
GetStorage Hitachi Host Array 
- authentication_mode str
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- host_group_ strid 
- host_group_ floatnumber 
- host_mode_ Sequence[float]options 
- initiators
Sequence[GetStorage Hitachi Host Initiator] 
- is_chap_ boolmutual 
- iscsi_name str
- mod_time str
- moid str
- name str
- object_type str
- os_type str
- owners Sequence[str]
- parent
GetStorage Hitachi Host Parent 
- permission_resources Sequence[GetStorage Hitachi Host Permission Resource] 
- port_id str
- port_lun_ boolsecurity 
- registered_device GetStorage Hitachi Host Registered Device 
- str
- storage_utilization GetStorage Hitachi Host Storage Utilization 
- 
Sequence[GetStorage Hitachi Host Tag] 
- type str
- version_context GetStorage Hitachi Host Version Context 
- wwn str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- authenticationMode String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- hostGroup StringId 
- hostGroup NumberNumber 
- hostMode List<Number>Options 
- initiators List<Property Map>
- isChap BooleanMutual 
- iscsiName String
- modTime String
- moid String
- name String
- objectType String
- osType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portId String
- portLun BooleanSecurity 
- registeredDevice Property Map
- String
- storageUtilization Property Map
- List<Property Map>
- type String
- versionContext Property Map
- wwn String
Supporting Types
GetStorageHitachiHostAncestor    
- 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'.
 
GetStorageHitachiHostArray    
- 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'.
 
GetStorageHitachiHostInitiator    
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Iqn string
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- Name string
- Name of the host in storage array.
- Nqn string
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Iqn string
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- Name string
- Name of the host in storage array.
- Nqn string
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- iqn String
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- name String
- Name of the host in storage array.
- nqn String
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- iqn string
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- name string
- Name of the host in storage array.
- nqn string
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- iqn str
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- name str
- Name of the host in storage array.
- nqn str
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- type str
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn str
- World wide port name, 64 bit address represented in hexa decimal notation.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- iqn String
- IQN (iSCSI qualified name). Can be up to 255 characters long and has the format iqn.yyyy-mm.naming-authority:unique name.
- name String
- Name of the host in storage array.
- nqn String
- NQN (NVMe Qualified Name). Can be up to 223 characters long and has the format nqn.yyyy-mm.naming-authority:unique name.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
GetStorageHitachiHostParent    
- 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'.
 
GetStorageHitachiHostPermissionResource     
- 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'.
 
GetStorageHitachiHostRegisteredDevice     
- 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'.
 
GetStorageHitachiHostResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Host Result Ancestor> 
- Arrays
List<GetStorage Hitachi Host Result Array> 
- AuthenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostGroup stringId 
- ID of the host group for this host.
- HostGroup doubleNumber 
- Host group number for this host.
- HostMode List<double>Options 
- Initiators
List<GetStorage Hitachi Host Result Initiator> 
- IsChap boolMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- IscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the host in storage array.
- ObjectType string
- OsType string
- Operating system running on the host.
- Owners List<string>
- Parents
List<GetStorage Hitachi Host Result Parent> 
- PermissionResources List<GetStorage Hitachi Host Result Permission Resource> 
- PortId string
- Port ID of the host group.
- PortLun boolSecurity 
- LUN security setting for the port.
- RegisteredDevices List<GetStorage Hitachi Host Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageUtilizations List<GetStorage Hitachi Host Result Storage Utilization> 
- 
List<GetStorage Hitachi Host Result Tag> 
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- VersionContexts List<GetStorage Hitachi Host Result Version Context> 
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Host Result Ancestor 
- Arrays
[]GetStorage Hitachi Host Result Array 
- AuthenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Short description about the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostGroup stringId 
- ID of the host group for this host.
- HostGroup float64Number 
- Host group number for this host.
- HostMode []float64Options 
- Initiators
[]GetStorage Hitachi Host Result Initiator 
- IsChap boolMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- IscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the host in storage array.
- ObjectType string
- OsType string
- Operating system running on the host.
- Owners []string
- Parents
[]GetStorage Hitachi Host Result Parent 
- PermissionResources []GetStorage Hitachi Host Result Permission Resource 
- PortId string
- Port ID of the host group.
- PortLun boolSecurity 
- LUN security setting for the port.
- RegisteredDevices []GetStorage Hitachi Host Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageUtilizations []GetStorage Hitachi Host Result Storage Utilization 
- 
[]GetStorage Hitachi Host Result Tag 
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- VersionContexts []GetStorage Hitachi Host Result Version Context 
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Host Result Ancestor> 
- arrays
List<GetStorage Hitachi Host Result Array> 
- authenticationMode String
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Short description about the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostGroup StringId 
- ID of the host group for this host.
- hostGroup DoubleNumber 
- Host group number for this host.
- hostMode List<Double>Options 
- initiators
List<GetStorage Hitachi Host Result Initiator> 
- isChap BooleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName String
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the host in storage array.
- objectType String
- osType String
- Operating system running on the host.
- owners List<String>
- parents
List<GetStorage Hitachi Host Result Parent> 
- permissionResources List<GetStorage Hitachi Host Result Permission Resource> 
- portId String
- Port ID of the host group.
- portLun BooleanSecurity 
- LUN security setting for the port.
- registeredDevices List<GetStorage Hitachi Host Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageUtilizations List<GetStorage Hitachi Host Result Storage Utilization> 
- 
List<GetStorage Hitachi Host Result Tag> 
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContexts List<GetStorage Hitachi Host Result Version Context> 
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Host Result Ancestor[] 
- arrays
GetStorage Hitachi Host Result Array[] 
- authenticationMode string
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Short description about the host.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostGroup stringId 
- ID of the host group for this host.
- hostGroup numberNumber 
- Host group number for this host.
- hostMode number[]Options 
- initiators
GetStorage Hitachi Host Result Initiator[] 
- isChap booleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName string
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the host in storage array.
- objectType string
- osType string
- Operating system running on the host.
- owners string[]
- parents
GetStorage Hitachi Host Result Parent[] 
- permissionResources GetStorage Hitachi Host Result Permission Resource[] 
- portId string
- Port ID of the host group.
- portLun booleanSecurity 
- LUN security setting for the port.
- registeredDevices GetStorage Hitachi Host Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageUtilizations GetStorage Hitachi Host Result Storage Utilization[] 
- 
GetStorage Hitachi Host Result Tag[] 
- type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContexts GetStorage Hitachi Host Result Version Context[] 
- wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Host Result Ancestor] 
- arrays
Sequence[GetStorage Hitachi Host Result Array] 
- authentication_mode str
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Short description about the host.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_group_ strid 
- ID of the host group for this host.
- host_group_ floatnumber 
- Host group number for this host.
- host_mode_ Sequence[float]options 
- initiators
Sequence[GetStorage Hitachi Host Result Initiator] 
- is_chap_ boolmutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsi_name str
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the host in storage array.
- object_type str
- os_type str
- Operating system running on the host.
- owners Sequence[str]
- parents
Sequence[GetStorage Hitachi Host Result Parent] 
- permission_resources Sequence[GetStorage Hitachi Host Result Permission Resource] 
- port_id str
- Port ID of the host group.
- port_lun_ boolsecurity 
- LUN security setting for the port.
- registered_devices Sequence[GetStorage Hitachi Host Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_utilizations Sequence[GetStorage Hitachi Host Result Storage Utilization] 
- 
Sequence[GetStorage Hitachi Host Result Tag] 
- type str
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- version_contexts Sequence[GetStorage Hitachi Host Result Version Context] 
- wwn str
- World wide port name, 64 bit address represented in hexa decimal notation.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- arrays List<Property Map>
- authenticationMode String
- Authentication mode for the iSCSI target.* N/A- Authentication Mode is not available.*CHAP- CHAP-authentication mode.*NONE- Authentication mode is not set.*BOTH- Comply with Host Setting.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Short description about the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostGroup StringId 
- ID of the host group for this host.
- hostGroup NumberNumber 
- Host group number for this host.
- hostMode List<Number>Options 
- initiators List<Property Map>
- isChap BooleanMutual 
- Mutual CHAP setting that is Enabled or Disabled.
- iscsiName String
- IQN (iSCSI qualified name). Can be up to 255 characters long.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the host in storage array.
- objectType String
- osType String
- Operating system running on the host.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- portId String
- Port ID of the host group.
- portLun BooleanSecurity 
- LUN security setting for the port.
- registeredDevices 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.
- storageUtilizations List<Property Map>
- List<Property Map>
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- versionContexts List<Property Map>
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
GetStorageHitachiHostResultAncestor     
- 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
GetStorageHitachiHostResultArray     
- 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
GetStorageHitachiHostResultInitiator     
- AdditionalProperties string
- ClassId string
- Iqn string
- Name string
- Name of the host in storage array.
- Nqn string
- ObjectType string
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- AdditionalProperties string
- ClassId string
- Iqn string
- Name string
- Name of the host in storage array.
- Nqn string
- ObjectType string
- Type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- Wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- additionalProperties String
- classId String
- iqn String
- name String
- Name of the host in storage array.
- nqn String
- objectType String
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
- additionalProperties string
- classId string
- iqn string
- name string
- Name of the host in storage array.
- nqn string
- objectType string
- type string
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn string
- World wide port name, 64 bit address represented in hexa decimal notation.
- additional_properties str
- class_id str
- iqn str
- name str
- Name of the host in storage array.
- nqn str
- object_type str
- type str
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn str
- World wide port name, 64 bit address represented in hexa decimal notation.
- additionalProperties String
- classId String
- iqn String
- name String
- Name of the host in storage array.
- nqn String
- objectType String
- type String
- Host Group type, it can be FC or iSCSI.* FC- Port supports fibre channel protocol.*iSCSI- Port supports iSCSI protocol.*FCoE- Port supports fibre channel over ethernet protocol.
- wwn String
- World wide port name, 64 bit address represented in hexa decimal notation.
GetStorageHitachiHostResultParent     
- 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
GetStorageHitachiHostResultPermissionResource      
- 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
GetStorageHitachiHostResultRegisteredDevice      
- 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
GetStorageHitachiHostResultStorageUtilization      
- AdditionalProperties string
- Available double
- CapacityUtilization double
- ClassId string
- Free double
- ObjectType string
- Total double
- Used double
- AdditionalProperties string
- Available float64
- CapacityUtilization float64
- ClassId string
- Free float64
- ObjectType string
- Total float64
- Used float64
- additionalProperties String
- available Double
- capacityUtilization Double
- classId String
- free Double
- objectType String
- total Double
- used Double
- additionalProperties string
- available number
- capacityUtilization number
- classId string
- free number
- objectType string
- total number
- used number
- additional_properties str
- available float
- capacity_utilization float
- class_id str
- free float
- object_type str
- total float
- used float
- additionalProperties String
- available Number
- capacityUtilization Number
- classId String
- free Number
- objectType String
- total Number
- used Number
GetStorageHitachiHostResultTag     
- 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
GetStorageHitachiHostResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetStorage Hitachi Host Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetStorage Hitachi Host Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageHitachiHostResultVersionContextInterestedMo        
- 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
GetStorageHitachiHostResultVersionContextRefMo        
- 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
GetStorageHitachiHostStorageUtilization     
- AdditionalProperties string
- Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- CapacityUtilization double
- Percentage of used capacity.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Free double
- Unused space available for applications to consume, represented in bytes.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Total double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Used double
- Used or consumed storage capacity, represented in bytes.
- AdditionalProperties string
- Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- CapacityUtilization float64
- Percentage of used capacity.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Free float64
- Unused space available for applications to consume, represented in bytes.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Total float64
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- Used float64
- Used or consumed storage capacity, represented in bytes.
- additionalProperties String
- available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacityUtilization Double
- Percentage of used capacity.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free Double
- Unused space available for applications to consume, represented in bytes.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total Double
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used Double
- Used or consumed storage capacity, represented in bytes.
- additionalProperties string
- available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacityUtilization number
- Percentage of used capacity.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free number
- Unused space available for applications to consume, represented in bytes.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used number
- Used or consumed storage capacity, represented in bytes.
- additional_properties str
- available float
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity_utilization float
- Percentage of used capacity.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free float
- Unused space available for applications to consume, represented in bytes.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total float
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used float
- Used or consumed storage capacity, represented in bytes.
- additionalProperties String
- available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacityUtilization Number
- Percentage of used capacity.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- free Number
- Unused space available for applications to consume, represented in bytes.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- total Number
- Total storage capacity, represented in bytes. It is set by the component manufacturer.
- used Number
- Used or consumed storage capacity, represented in bytes.
GetStorageHitachiHostTag    
- 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.
GetStorageHitachiHostVersionContext     
- 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<GetStorage Hitachi Host 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
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Host 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 []GetStorage Hitachi Host 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
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Host 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<GetStorage Hitachi Host 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
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Host 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 GetStorage Hitachi Host 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
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Host 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[GetStorage Hitachi Host Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetStorage Hitachi Host 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
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetStorageHitachiHostVersionContextInterestedMo       
- 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'.
 
GetStorageHitachiHostVersionContextRefMo       
- 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