intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVnicIscsiBootPolicyInventory
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Configuration parameters to enable a server to boot its operating system from an iSCSI target machine located remotely over a network.
Using getVnicIscsiBootPolicyInventory
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 getVnicIscsiBootPolicyInventory(args: GetVnicIscsiBootPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetVnicIscsiBootPolicyInventoryResult>
function getVnicIscsiBootPolicyInventoryOutput(args: GetVnicIscsiBootPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetVnicIscsiBootPolicyInventoryResult>def get_vnic_iscsi_boot_policy_inventory(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetVnicIscsiBootPolicyInventoryAncestor]] = None,
                                         auto_targetvendor_name: Optional[str] = None,
                                         chap: Optional[GetVnicIscsiBootPolicyInventoryChap] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         description: Optional[str] = None,
                                         device_mo_id: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         initiator_ip_pool: Optional[GetVnicIscsiBootPolicyInventoryInitiatorIpPool] = None,
                                         initiator_ip_source: Optional[str] = None,
                                         initiator_static_ip_v4_address: Optional[str] = None,
                                         initiator_static_ip_v4_config: Optional[GetVnicIscsiBootPolicyInventoryInitiatorStaticIpV4Config] = None,
                                         iscsi_adapter_policy: Optional[GetVnicIscsiBootPolicyInventoryIscsiAdapterPolicy] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         mutual_chap: Optional[GetVnicIscsiBootPolicyInventoryMutualChap] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetVnicIscsiBootPolicyInventoryParent] = None,
                                         permission_resources: Optional[Sequence[GetVnicIscsiBootPolicyInventoryPermissionResource]] = None,
                                         primary_target_policy: Optional[GetVnicIscsiBootPolicyInventoryPrimaryTargetPolicy] = None,
                                         secondary_target_policy: Optional[GetVnicIscsiBootPolicyInventorySecondaryTargetPolicy] = None,
                                         shared_scope: Optional[str] = None,
                                         tags: Optional[Sequence[GetVnicIscsiBootPolicyInventoryTag]] = None,
                                         target_mo: Optional[GetVnicIscsiBootPolicyInventoryTargetMo] = None,
                                         target_source_type: Optional[str] = None,
                                         version_context: Optional[GetVnicIscsiBootPolicyInventoryVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetVnicIscsiBootPolicyInventoryResult
def get_vnic_iscsi_boot_policy_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicIscsiBootPolicyInventoryAncestorArgs]]]] = None,
                                         auto_targetvendor_name: Optional[pulumi.Input[str]] = None,
                                         chap: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryChapArgs]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         description: Optional[pulumi.Input[str]] = None,
                                         device_mo_id: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         initiator_ip_pool: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryInitiatorIpPoolArgs]] = None,
                                         initiator_ip_source: Optional[pulumi.Input[str]] = None,
                                         initiator_static_ip_v4_address: Optional[pulumi.Input[str]] = None,
                                         initiator_static_ip_v4_config: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryInitiatorStaticIpV4ConfigArgs]] = None,
                                         iscsi_adapter_policy: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryIscsiAdapterPolicyArgs]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         mutual_chap: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryMutualChapArgs]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicIscsiBootPolicyInventoryPermissionResourceArgs]]]] = None,
                                         primary_target_policy: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryPrimaryTargetPolicyArgs]] = None,
                                         secondary_target_policy: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventorySecondaryTargetPolicyArgs]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicIscsiBootPolicyInventoryTagArgs]]]] = None,
                                         target_mo: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryTargetMoArgs]] = None,
                                         target_source_type: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetVnicIscsiBootPolicyInventoryVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetVnicIscsiBootPolicyInventoryResult]func LookupVnicIscsiBootPolicyInventory(ctx *Context, args *LookupVnicIscsiBootPolicyInventoryArgs, opts ...InvokeOption) (*LookupVnicIscsiBootPolicyInventoryResult, error)
func LookupVnicIscsiBootPolicyInventoryOutput(ctx *Context, args *LookupVnicIscsiBootPolicyInventoryOutputArgs, opts ...InvokeOption) LookupVnicIscsiBootPolicyInventoryResultOutput> Note: This function is named LookupVnicIscsiBootPolicyInventory in the Go SDK.
public static class GetVnicIscsiBootPolicyInventory 
{
    public static Task<GetVnicIscsiBootPolicyInventoryResult> InvokeAsync(GetVnicIscsiBootPolicyInventoryArgs args, InvokeOptions? opts = null)
    public static Output<GetVnicIscsiBootPolicyInventoryResult> Invoke(GetVnicIscsiBootPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVnicIscsiBootPolicyInventoryResult> getVnicIscsiBootPolicyInventory(GetVnicIscsiBootPolicyInventoryArgs args, InvokeOptions options)
public static Output<GetVnicIscsiBootPolicyInventoryResult> getVnicIscsiBootPolicyInventory(GetVnicIscsiBootPolicyInventoryArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVnicIscsiBootPolicyInventory:getVnicIscsiBootPolicyInventory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Iscsi Boot Policy Inventory Ancestor> 
- AutoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- Chap
GetVnic Iscsi Boot Policy Inventory Chap 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InitiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- InitiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- InitiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- InitiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- IscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- Name string
- Name of the inventoried policy object.
- ObjectType string
- Owners List<string>
- Parent
GetVnic Iscsi Boot Policy Inventory Parent 
- PermissionResources List<GetVnic Iscsi Boot Policy Inventory Permission Resource> 
- PrimaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- SecondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Iscsi Boot Policy Inventory Tag> 
- TargetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- TargetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- VersionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Iscsi Boot Policy Inventory Ancestor 
- AutoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- Chap
GetVnic Iscsi Boot Policy Inventory Chap 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InitiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- InitiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- InitiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- InitiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- IscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- Name string
- Name of the inventoried policy object.
- ObjectType string
- Owners []string
- Parent
GetVnic Iscsi Boot Policy Inventory Parent 
- PermissionResources []GetVnic Iscsi Boot Policy Inventory Permission Resource 
- PrimaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- SecondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- 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.
- 
[]GetVnic Iscsi Boot Policy Inventory Tag 
- TargetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- TargetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- VersionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Iscsi Boot Policy Inventory Ancestor> 
- autoTargetvendor StringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- initiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiatorIp StringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic StringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name String
- Name of the inventoried policy object.
- objectType String
- owners List<String>
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permissionResources List<GetVnic Iscsi Boot Policy Inventory Permission Resource> 
- primaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Iscsi Boot Policy Inventory Tag> 
- targetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- targetSource StringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Iscsi Boot Policy Inventory Ancestor[] 
- autoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- deviceMo stringId 
- Device ID of the entity from where inventory is reported.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- initiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name string
- Name of the inventoried policy object.
- objectType string
- owners string[]
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permissionResources GetVnic Iscsi Boot Policy Inventory Permission Resource[] 
- primaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- 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.
- 
GetVnic Iscsi Boot Policy Inventory Tag[] 
- targetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- targetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Iscsi Boot Policy Inventory Ancestor] 
- auto_targetvendor_ strname 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- device_mo_ strid 
- Device ID of the entity from where inventory is reported.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- initiator_ip_ Getpool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiator_ip_ strsource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiator_static_ strip_ v4_ address 
- Static IP address provided for iSCSI Initiator.
- initiator_static_ Getip_ v4_ config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsi_adapter_ Getpolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mutual_chap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name str
- Name of the inventoried policy object.
- object_type str
- owners Sequence[str]
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permission_resources Sequence[GetVnic Iscsi Boot Policy Inventory Permission Resource] 
- primary_target_ Getpolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondary_target_ Getpolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetVnic Iscsi Boot Policy Inventory Tag] 
- target_mo GetVnic Iscsi Boot Policy Inventory Target Mo 
- target_source_ strtype 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- version_context GetVnic Iscsi Boot Policy Inventory Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- autoTargetvendor StringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chap Property Map
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- initiatorIp Property MapPool 
- initiatorIp StringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic StringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic Property MapIp V4Config 
- iscsiAdapter Property MapPolicy 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutualChap Property Map
- name String
- Name of the inventoried policy object.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- primaryTarget Property MapPolicy 
- secondaryTarget Property MapPolicy 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- targetMo Property Map
- targetSource StringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContext Property Map
getVnicIscsiBootPolicyInventory Result
The following output properties are available:
- Id string
- Results
List<GetVnic Iscsi Boot Policy Inventory Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVnic Iscsi Boot Policy Inventory Ancestor> 
- AutoTargetvendor stringName 
- Chap
GetVnic Iscsi Boot Policy Inventory Chap 
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- DomainGroup stringMoid 
- InitiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- InitiatorIp stringSource 
- InitiatorStatic stringIp V4Address 
- InitiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- IscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- ModTime string
- Moid string
- MutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetVnic Iscsi Boot Policy Inventory Parent 
- PermissionResources List<GetVnic Iscsi Boot Policy Inventory Permission Resource> 
- PrimaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- SecondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- string
- 
List<GetVnic Iscsi Boot Policy Inventory Tag> 
- TargetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- TargetSource stringType 
- VersionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- Id string
- Results
[]GetVnic Iscsi Boot Policy Inventory Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVnic Iscsi Boot Policy Inventory Ancestor 
- AutoTargetvendor stringName 
- Chap
GetVnic Iscsi Boot Policy Inventory Chap 
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- DomainGroup stringMoid 
- InitiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- InitiatorIp stringSource 
- InitiatorStatic stringIp V4Address 
- InitiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- IscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- ModTime string
- Moid string
- MutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- Name string
- ObjectType string
- Owners []string
- Parent
GetVnic Iscsi Boot Policy Inventory Parent 
- PermissionResources []GetVnic Iscsi Boot Policy Inventory Permission Resource 
- PrimaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- SecondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- string
- 
[]GetVnic Iscsi Boot Policy Inventory Tag 
- TargetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- TargetSource stringType 
- VersionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- id String
- results
List<GetVnic Iscsi Boot Policy Inventory Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVnic Iscsi Boot Policy Inventory Ancestor> 
- autoTargetvendor StringName 
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- classId String
- createTime String
- description String
- deviceMo StringId 
- domainGroup StringMoid 
- initiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiatorIp StringSource 
- initiatorStatic StringIp V4Address 
- initiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- modTime String
- moid String
- mutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name String
- objectType String
- owners List<String>
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permissionResources List<GetVnic Iscsi Boot Policy Inventory Permission Resource> 
- primaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- String
- 
List<GetVnic Iscsi Boot Policy Inventory Tag> 
- targetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- targetSource StringType 
- versionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- id string
- results
GetVnic Iscsi Boot Policy Inventory Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVnic Iscsi Boot Policy Inventory Ancestor[] 
- autoTargetvendor stringName 
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- classId string
- createTime string
- description string
- deviceMo stringId 
- domainGroup stringMoid 
- initiatorIp GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiatorIp stringSource 
- initiatorStatic stringIp V4Address 
- initiatorStatic GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsiAdapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- modTime string
- moid string
- mutualChap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name string
- objectType string
- owners string[]
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permissionResources GetVnic Iscsi Boot Policy Inventory Permission Resource[] 
- primaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondaryTarget GetPolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- string
- 
GetVnic Iscsi Boot Policy Inventory Tag[] 
- targetMo GetVnic Iscsi Boot Policy Inventory Target Mo 
- targetSource stringType 
- versionContext GetVnic Iscsi Boot Policy Inventory Version Context 
- id str
- results
Sequence[GetVnic Iscsi Boot Policy Inventory Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVnic Iscsi Boot Policy Inventory Ancestor] 
- auto_targetvendor_ strname 
- chap
GetVnic Iscsi Boot Policy Inventory Chap 
- class_id str
- create_time str
- description str
- device_mo_ strid 
- domain_group_ strmoid 
- initiator_ip_ Getpool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool 
- initiator_ip_ strsource 
- initiator_static_ strip_ v4_ address 
- initiator_static_ Getip_ v4_ config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config 
- iscsi_adapter_ Getpolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy 
- mod_time str
- moid str
- mutual_chap GetVnic Iscsi Boot Policy Inventory Mutual Chap 
- name str
- object_type str
- owners Sequence[str]
- parent
GetVnic Iscsi Boot Policy Inventory Parent 
- permission_resources Sequence[GetVnic Iscsi Boot Policy Inventory Permission Resource] 
- primary_target_ Getpolicy Vnic Iscsi Boot Policy Inventory Primary Target Policy 
- secondary_target_ Getpolicy Vnic Iscsi Boot Policy Inventory Secondary Target Policy 
- str
- 
Sequence[GetVnic Iscsi Boot Policy Inventory Tag] 
- target_mo GetVnic Iscsi Boot Policy Inventory Target Mo 
- target_source_ strtype 
- version_context GetVnic Iscsi Boot Policy Inventory Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- autoTargetvendor StringName 
- chap Property Map
- classId String
- createTime String
- description String
- deviceMo StringId 
- domainGroup StringMoid 
- initiatorIp Property MapPool 
- initiatorIp StringSource 
- initiatorStatic StringIp V4Address 
- initiatorStatic Property MapIp V4Config 
- iscsiAdapter Property MapPolicy 
- modTime String
- moid String
- mutualChap Property Map
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- primaryTarget Property MapPolicy 
- secondaryTarget Property MapPolicy 
- String
- List<Property Map>
- targetMo Property Map
- targetSource StringType 
- versionContext Property Map
Supporting Types
GetVnicIscsiBootPolicyInventoryAncestor      
- 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'.
 
GetVnicIscsiBootPolicyInventoryChap      
- 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.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- UserId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- UserId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId String
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword booleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- is_password_ boolset 
- Indicates whether the value of the 'password' property has been set.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password str
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- user_id str
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId String
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
GetVnicIscsiBootPolicyInventoryInitiatorIpPool        
- 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'.
 
GetVnicIscsiBootPolicyInventoryInitiatorStaticIpV4Config         
- 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.
- Gateway string
- IP address of the default IPv4 gateway.
- Netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- Gateway string
- IP address of the default IPv4 gateway.
- Netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv4 gateway.
- netmask String
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway string
- IP address of the default IPv4 gateway.
- netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway str
- IP address of the default IPv4 gateway.
- netmask str
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary_dns str
- IP Address of the primary Domain Name System (DNS) server.
- secondary_dns str
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv4 gateway.
- netmask String
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
GetVnicIscsiBootPolicyInventoryIscsiAdapterPolicy        
- 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'.
 
GetVnicIscsiBootPolicyInventoryMutualChap       
- 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.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- UserId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- UserId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId String
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword booleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId string
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- is_password_ boolset 
- Indicates whether the value of the 'password' property has been set.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password str
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- user_id str
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- 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.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks.
- userId String
- User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
GetVnicIscsiBootPolicyInventoryParent      
- 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'.
 
GetVnicIscsiBootPolicyInventoryPermissionResource       
- 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'.
 
GetVnicIscsiBootPolicyInventoryPrimaryTargetPolicy        
- 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'.
 
GetVnicIscsiBootPolicyInventoryResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Iscsi Boot Policy Inventory Result Ancestor> 
- AutoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- Chaps
List<GetVnic Iscsi Boot Policy Inventory Result Chap> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InitiatorIp List<GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool> 
- InitiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- InitiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- InitiatorStatic List<GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config> 
- IscsiAdapter List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MutualChaps List<GetVnic Iscsi Boot Policy Inventory Result Mutual Chap> 
- Name string
- Name of the inventoried policy object.
- ObjectType string
- Owners List<string>
- Parents
List<GetVnic Iscsi Boot Policy Inventory Result Parent> 
- PermissionResources List<GetVnic Iscsi Boot Policy Inventory Result Permission Resource> 
- PrimaryTarget List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy> 
- SecondaryTarget List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Secondary Target Policy> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Iscsi Boot Policy Inventory Result Tag> 
- TargetMos List<GetVnic Iscsi Boot Policy Inventory Result Target Mo> 
- TargetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- VersionContexts List<GetVnic Iscsi Boot Policy Inventory Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Iscsi Boot Policy Inventory Result Ancestor 
- AutoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- Chaps
[]GetVnic Iscsi Boot Policy Inventory Result Chap 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InitiatorIp []GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool 
- InitiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- InitiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- InitiatorStatic []GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config 
- IscsiAdapter []GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MutualChaps []GetVnic Iscsi Boot Policy Inventory Result Mutual Chap 
- Name string
- Name of the inventoried policy object.
- ObjectType string
- Owners []string
- Parents
[]GetVnic Iscsi Boot Policy Inventory Result Parent 
- PermissionResources []GetVnic Iscsi Boot Policy Inventory Result Permission Resource 
- PrimaryTarget []GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy 
- SecondaryTarget []GetPolicies Vnic Iscsi Boot Policy Inventory Result Secondary Target Policy 
- 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.
- 
[]GetVnic Iscsi Boot Policy Inventory Result Tag 
- TargetMos []GetVnic Iscsi Boot Policy Inventory Result Target Mo 
- TargetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- VersionContexts []GetVnic Iscsi Boot Policy Inventory Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Iscsi Boot Policy Inventory Result Ancestor> 
- autoTargetvendor StringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chaps
List<GetVnic Iscsi Boot Policy Inventory Result Chap> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- initiatorIp List<GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool> 
- initiatorIp StringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic StringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic List<GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config> 
- iscsiAdapter List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutualChaps List<GetVnic Iscsi Boot Policy Inventory Result Mutual Chap> 
- name String
- Name of the inventoried policy object.
- objectType String
- owners List<String>
- parents
List<GetVnic Iscsi Boot Policy Inventory Result Parent> 
- permissionResources List<GetVnic Iscsi Boot Policy Inventory Result Permission Resource> 
- primaryTarget List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy> 
- secondaryTarget List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Secondary Target Policy> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Iscsi Boot Policy Inventory Result Tag> 
- targetMos List<GetVnic Iscsi Boot Policy Inventory Result Target Mo> 
- targetSource StringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContexts List<GetVnic Iscsi Boot Policy Inventory Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Iscsi Boot Policy Inventory Result Ancestor[] 
- autoTargetvendor stringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chaps
GetVnic Iscsi Boot Policy Inventory Result Chap[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- deviceMo stringId 
- Device ID of the entity from where inventory is reported.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- initiatorIp GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool[] 
- initiatorIp stringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic stringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config[] 
- iscsiAdapter GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mutualChaps GetVnic Iscsi Boot Policy Inventory Result Mutual Chap[] 
- name string
- Name of the inventoried policy object.
- objectType string
- owners string[]
- parents
GetVnic Iscsi Boot Policy Inventory Result Parent[] 
- permissionResources GetVnic Iscsi Boot Policy Inventory Result Permission Resource[] 
- primaryTarget GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy[] 
- secondaryTarget GetPolicies Vnic Iscsi Boot Policy Inventory Result Secondary Target Policy[] 
- 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.
- 
GetVnic Iscsi Boot Policy Inventory Result Tag[] 
- targetMos GetVnic Iscsi Boot Policy Inventory Result Target Mo[] 
- targetSource stringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContexts GetVnic Iscsi Boot Policy Inventory Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Iscsi Boot Policy Inventory Result Ancestor] 
- auto_targetvendor_ strname 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chaps
Sequence[GetVnic Iscsi Boot Policy Inventory Result Chap] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- device_mo_ strid 
- Device ID of the entity from where inventory is reported.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- initiator_ip_ Sequence[Getpools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool] 
- initiator_ip_ strsource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiator_static_ strip_ v4_ address 
- Static IP address provided for iSCSI Initiator.
- initiator_static_ Sequence[Getip_ v4_ configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config] 
- iscsi_adapter_ Sequence[Getpolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mutual_chaps Sequence[GetVnic Iscsi Boot Policy Inventory Result Mutual Chap] 
- name str
- Name of the inventoried policy object.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVnic Iscsi Boot Policy Inventory Result Parent] 
- permission_resources Sequence[GetVnic Iscsi Boot Policy Inventory Result Permission Resource] 
- primary_target_ Sequence[Getpolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy] 
- secondary_target_ Sequence[Getpolicies Vnic Iscsi Boot Policy Inventory Result Secondary Target Policy] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetVnic Iscsi Boot Policy Inventory Result Tag] 
- target_mos Sequence[GetVnic Iscsi Boot Policy Inventory Result Target Mo] 
- target_source_ strtype 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- version_contexts Sequence[GetVnic Iscsi Boot Policy Inventory Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- autoTargetvendor StringName 
- Auto target interface that is represented via the Initiator name or the DHCP vendor ID. The vendor ID can be up to 32 alphanumeric characters.
- chaps List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- initiatorIp List<Property Map>Pools 
- initiatorIp StringSource 
- Source Type of Initiator IP Address - Auto/Static/Pool.* DHCP- The IP address is assigned using DHCP, if available.*Static- Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area.*Pool- An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.
- initiatorStatic StringIp V4Address 
- Static IP address provided for iSCSI Initiator.
- initiatorStatic List<Property Map>Ip V4Configs 
- iscsiAdapter List<Property Map>Policies 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutualChaps List<Property Map>
- name String
- Name of the inventoried policy object.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- primaryTarget List<Property Map>Policies 
- secondaryTarget List<Property Map>Policies 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- targetMos List<Property Map>
- targetSource StringType 
- Source Type of Targets - Auto/Static.* Static- Type indicates that static target interface is assigned to iSCSI boot.*Auto- Type indicates that the system selects the target interface automatically during iSCSI boot.
- versionContexts List<Property Map>
GetVnicIscsiBootPolicyInventoryResultAncestor       
- 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
GetVnicIscsiBootPolicyInventoryResultChap       
- AdditionalProperties string
- ClassId string
- IsPassword boolSet 
- ObjectType string
- Password string
- UserId string
- AdditionalProperties string
- ClassId string
- IsPassword boolSet 
- ObjectType string
- Password string
- UserId string
- additionalProperties String
- classId String
- isPassword BooleanSet 
- objectType String
- password String
- userId String
- additionalProperties string
- classId string
- isPassword booleanSet 
- objectType string
- password string
- userId string
- additional_properties str
- class_id str
- is_password_ boolset 
- object_type str
- password str
- user_id str
- additionalProperties String
- classId String
- isPassword BooleanSet 
- objectType String
- password String
- userId String
GetVnicIscsiBootPolicyInventoryResultInitiatorIpPool         
- 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
GetVnicIscsiBootPolicyInventoryResultInitiatorStaticIpV4Config          
- AdditionalProperties string
- ClassId string
- Gateway string
- Netmask string
- ObjectType string
- PrimaryDns string
- SecondaryDns string
- AdditionalProperties string
- ClassId string
- Gateway string
- Netmask string
- ObjectType string
- PrimaryDns string
- SecondaryDns string
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
- additionalProperties string
- classId string
- gateway string
- netmask string
- objectType string
- primaryDns string
- secondaryDns string
- additional_properties str
- class_id str
- gateway str
- netmask str
- object_type str
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
GetVnicIscsiBootPolicyInventoryResultIscsiAdapterPolicy         
- 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
GetVnicIscsiBootPolicyInventoryResultMutualChap        
- AdditionalProperties string
- ClassId string
- IsPassword boolSet 
- ObjectType string
- Password string
- UserId string
- AdditionalProperties string
- ClassId string
- IsPassword boolSet 
- ObjectType string
- Password string
- UserId string
- additionalProperties String
- classId String
- isPassword BooleanSet 
- objectType String
- password String
- userId String
- additionalProperties string
- classId string
- isPassword booleanSet 
- objectType string
- password string
- userId string
- additional_properties str
- class_id str
- is_password_ boolset 
- object_type str
- password str
- user_id str
- additionalProperties String
- classId String
- isPassword BooleanSet 
- objectType String
- password String
- userId String
GetVnicIscsiBootPolicyInventoryResultParent       
- 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
GetVnicIscsiBootPolicyInventoryResultPermissionResource        
- 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
GetVnicIscsiBootPolicyInventoryResultPrimaryTargetPolicy         
- 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
GetVnicIscsiBootPolicyInventoryResultSecondaryTargetPolicy         
- 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
GetVnicIscsiBootPolicyInventoryResultTag       
- 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
GetVnicIscsiBootPolicyInventoryResultTargetMo        
- 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
GetVnicIscsiBootPolicyInventoryResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVnicIscsiBootPolicyInventoryResultVersionContextInterestedMo          
- 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
GetVnicIscsiBootPolicyInventoryResultVersionContextRefMo          
- 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
GetVnicIscsiBootPolicyInventorySecondaryTargetPolicy        
- 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'.
 
GetVnicIscsiBootPolicyInventoryTag      
- 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.
GetVnicIscsiBootPolicyInventoryTargetMo       
- 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'.
 
GetVnicIscsiBootPolicyInventoryVersionContext       
- 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<GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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 []GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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<GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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[GetVnic Iscsi Boot Policy Inventory 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 GetVnic Iscsi Boot Policy Inventory 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.
 
GetVnicIscsiBootPolicyInventoryVersionContextInterestedMo         
- 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'.
 
GetVnicIscsiBootPolicyInventoryVersionContextRefMo         
- 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