intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVnicIscsiBootPolicyInventory
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Ancestor> - Auto
Targetvendor 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
Get
Vnic Iscsi Boot Policy Inventory Chap - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Device
Mo stringId - Device ID of the entity from where inventory is reported.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - Initiator
Ip 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. - Initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- Initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - Iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - Name string
- Name of the inventoried policy object.
- Object
Type string - Owners List<string>
- Parent
Get
Vnic Iscsi Boot Policy Inventory Parent - Permission
Resources List<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 - 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<Get
Vnic Iscsi Boot Policy Inventory Tag> - Target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - Target
Source 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. - Version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Vnic Iscsi Boot Policy Inventory Ancestor - Auto
Targetvendor 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
Get
Vnic Iscsi Boot Policy Inventory Chap - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Device
Mo stringId - Device ID of the entity from where inventory is reported.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - Initiator
Ip 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. - Initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- Initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - Iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - Name string
- Name of the inventoried policy object.
- Object
Type string - Owners []string
- Parent
Get
Vnic Iscsi Boot Policy Inventory Parent - Permission
Resources []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 - 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.
- []Get
Vnic Iscsi Boot Policy Inventory Tag - Target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - Target
Source 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. - Version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Ancestor> - auto
Targetvendor 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
Get
Vnic Iscsi Boot Policy Inventory Chap - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- device
Mo StringId - Device ID of the entity from where inventory is reported.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - initiator
Ip 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. - initiator
Static StringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - name String
- Name of the inventoried policy object.
- object
Type String - owners List<String>
- parent
Get
Vnic Iscsi Boot Policy Inventory Parent - permission
Resources List<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 - 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<Get
Vnic Iscsi Boot Policy Inventory Tag> - target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - target
Source 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. - version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Vnic Iscsi Boot Policy Inventory Ancestor[] - auto
Targetvendor 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
Get
Vnic Iscsi Boot Policy Inventory Chap - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- device
Mo stringId - Device ID of the entity from where inventory is reported.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - initiator
Ip 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. - initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - name string
- Name of the inventoried policy object.
- object
Type string - owners string[]
- parent
Get
Vnic Iscsi Boot Policy Inventory Parent - permission
Resources 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 - 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.
- Get
Vnic Iscsi Boot Policy Inventory Tag[] - target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - target
Source 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. - version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Vnic 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
Get
Vnic 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
Get
Vnic 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[Get
Vnic 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- auto
Targetvendor 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
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- device
Mo StringId - Device ID of the entity from where inventory is reported.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- initiator
Ip Property MapPool - initiator
Ip 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. - initiator
Static StringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static Property MapIp V4Config - iscsi
Adapter Property MapPolicy - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutual
Chap Property Map - name String
- Name of the inventoried policy object.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - primary
Target Property MapPolicy - secondary
Target 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>
- target
Mo Property Map - target
Source 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. - version
Context Property Map
getVnicIscsiBootPolicyInventory Result
The following output properties are available:
- Id string
- Results
List<Get
Vnic Iscsi Boot Policy Inventory Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Ancestor> - Auto
Targetvendor stringName - Chap
Get
Vnic Iscsi Boot Policy Inventory Chap - Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Domain
Group stringMoid - Initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - Initiator
Ip stringSource - Initiator
Static stringIp V4Address - Initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - Iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - Mod
Time string - Moid string
- Mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - Name string
- Object
Type string - Owners List<string>
- Parent
Get
Vnic Iscsi Boot Policy Inventory Parent - Permission
Resources List<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 - string
- List<Get
Vnic Iscsi Boot Policy Inventory Tag> - Target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - Target
Source stringType - Version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- Id string
- Results
[]Get
Vnic Iscsi Boot Policy Inventory Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Vnic Iscsi Boot Policy Inventory Ancestor - Auto
Targetvendor stringName - Chap
Get
Vnic Iscsi Boot Policy Inventory Chap - Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Domain
Group stringMoid - Initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - Initiator
Ip stringSource - Initiator
Static stringIp V4Address - Initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - Iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - Mod
Time string - Moid string
- Mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - Name string
- Object
Type string - Owners []string
- Parent
Get
Vnic Iscsi Boot Policy Inventory Parent - Permission
Resources []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 - string
- []Get
Vnic Iscsi Boot Policy Inventory Tag - Target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - Target
Source stringType - Version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- id String
- results
List<Get
Vnic Iscsi Boot Policy Inventory Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Ancestor> - auto
Targetvendor StringName - chap
Get
Vnic Iscsi Boot Policy Inventory Chap - class
Id String - create
Time String - description String
- device
Mo StringId - domain
Group StringMoid - initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - initiator
Ip StringSource - initiator
Static StringIp V4Address - initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - mod
Time String - moid String
- mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - name String
- object
Type String - owners List<String>
- parent
Get
Vnic Iscsi Boot Policy Inventory Parent - permission
Resources List<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 - String
- List<Get
Vnic Iscsi Boot Policy Inventory Tag> - target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - target
Source StringType - version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- id string
- results
Get
Vnic Iscsi Boot Policy Inventory Result[] - account
Moid string - additional
Properties string - ancestors
Get
Vnic Iscsi Boot Policy Inventory Ancestor[] - auto
Targetvendor stringName - chap
Get
Vnic Iscsi Boot Policy Inventory Chap - class
Id string - create
Time string - description string
- device
Mo stringId - domain
Group stringMoid - initiator
Ip GetPool Vnic Iscsi Boot Policy Inventory Initiator Ip Pool - initiator
Ip stringSource - initiator
Static stringIp V4Address - initiator
Static GetIp V4Config Vnic Iscsi Boot Policy Inventory Initiator Static Ip V4Config - iscsi
Adapter GetPolicy Vnic Iscsi Boot Policy Inventory Iscsi Adapter Policy - mod
Time string - moid string
- mutual
Chap GetVnic Iscsi Boot Policy Inventory Mutual Chap - name string
- object
Type string - owners string[]
- parent
Get
Vnic Iscsi Boot Policy Inventory Parent - permission
Resources 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 - string
- Get
Vnic Iscsi Boot Policy Inventory Tag[] - target
Mo GetVnic Iscsi Boot Policy Inventory Target Mo - target
Source stringType - version
Context GetVnic Iscsi Boot Policy Inventory Version Context
- id str
- results
Sequence[Get
Vnic Iscsi Boot Policy Inventory Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Vnic Iscsi Boot Policy Inventory Ancestor] - auto_
targetvendor_ strname - chap
Get
Vnic 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
Get
Vnic 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[Get
Vnic 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- auto
Targetvendor StringName - chap Property Map
- class
Id String - create
Time String - description String
- device
Mo StringId - domain
Group StringMoid - initiator
Ip Property MapPool - initiator
Ip StringSource - initiator
Static StringIp V4Address - initiator
Static Property MapIp V4Config - iscsi
Adapter Property MapPolicy - mod
Time String - moid String
- mutual
Chap Property Map - name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - primary
Target Property MapPolicy - secondary
Target Property MapPolicy - String
- List<Property Map>
- target
Mo Property Map - target
Source StringType - version
Context Property Map
Supporting Types
GetVnicIscsiBootPolicyInventoryAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type 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.
- User
Id string - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- Additional
Properties string - Class
Id 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.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type 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.
- User
Id string - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- additional
Properties String - class
Id 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.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id String - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- additional
Properties string - class
Id 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.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id 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.
- additional
Properties String - class
Id 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.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id String - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
GetVnicIscsiBootPolicyInventoryInitiatorIpPool
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns 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.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
GetVnicIscsiBootPolicyInventoryIscsiAdapterPolicy
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type 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.
- User
Id string - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- Additional
Properties string - Class
Id 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.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type 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.
- User
Id string - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- additional
Properties String - class
Id 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.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id String - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
- additional
Properties string - class
Id 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.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id 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.
- additional
Properties String - class
Id 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.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type 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.
- user
Id String - User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters.
GetVnicIscsiBootPolicyInventoryParent
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Result Ancestor> - Auto
Targetvendor 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<Get
Vnic Iscsi Boot Policy Inventory Result Chap> - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Device
Mo stringId - Device ID of the entity from where inventory is reported.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Initiator
Ip List<GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool> - Initiator
Ip 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. - Initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- Initiator
Static List<GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config> - Iscsi
Adapter List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mutual
Chaps List<GetVnic Iscsi Boot Policy Inventory Result Mutual Chap> - Name string
- Name of the inventoried policy object.
- Object
Type string - Owners List<string>
- Parents
List<Get
Vnic Iscsi Boot Policy Inventory Result Parent> - Permission
Resources List<GetVnic Iscsi Boot Policy Inventory Result Permission Resource> - Primary
Target List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy> - Secondary
Target 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<Get
Vnic Iscsi Boot Policy Inventory Result Tag> - Target
Mos List<GetVnic Iscsi Boot Policy Inventory Result Target Mo> - Target
Source 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. - Version
Contexts List<GetVnic Iscsi Boot Policy Inventory Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Vnic Iscsi Boot Policy Inventory Result Ancestor - Auto
Targetvendor 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
[]Get
Vnic Iscsi Boot Policy Inventory Result Chap - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Device
Mo stringId - Device ID of the entity from where inventory is reported.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Initiator
Ip []GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool - Initiator
Ip 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. - Initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- Initiator
Static []GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config - Iscsi
Adapter []GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mutual
Chaps []GetVnic Iscsi Boot Policy Inventory Result Mutual Chap - Name string
- Name of the inventoried policy object.
- Object
Type string - Owners []string
- Parents
[]Get
Vnic Iscsi Boot Policy Inventory Result Parent - Permission
Resources []GetVnic Iscsi Boot Policy Inventory Result Permission Resource - Primary
Target []GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy - Secondary
Target []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.
- []Get
Vnic Iscsi Boot Policy Inventory Result Tag - Target
Mos []GetVnic Iscsi Boot Policy Inventory Result Target Mo - Target
Source 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. - Version
Contexts []GetVnic Iscsi Boot Policy Inventory Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Vnic Iscsi Boot Policy Inventory Result Ancestor> - auto
Targetvendor 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<Get
Vnic Iscsi Boot Policy Inventory Result Chap> - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- device
Mo StringId - Device ID of the entity from where inventory is reported.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- initiator
Ip List<GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool> - initiator
Ip 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. - initiator
Static StringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static List<GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config> - iscsi
Adapter List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutual
Chaps List<GetVnic Iscsi Boot Policy Inventory Result Mutual Chap> - name String
- Name of the inventoried policy object.
- object
Type String - owners List<String>
- parents
List<Get
Vnic Iscsi Boot Policy Inventory Result Parent> - permission
Resources List<GetVnic Iscsi Boot Policy Inventory Result Permission Resource> - primary
Target List<GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy> - secondary
Target 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<Get
Vnic Iscsi Boot Policy Inventory Result Tag> - target
Mos List<GetVnic Iscsi Boot Policy Inventory Result Target Mo> - target
Source 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. - version
Contexts List<GetVnic Iscsi Boot Policy Inventory Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Vnic Iscsi Boot Policy Inventory Result Ancestor[] - auto
Targetvendor 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
Get
Vnic Iscsi Boot Policy Inventory Result Chap[] - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- device
Mo stringId - Device ID of the entity from where inventory is reported.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- initiator
Ip GetPools Vnic Iscsi Boot Policy Inventory Result Initiator Ip Pool[] - initiator
Ip 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. - initiator
Static stringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static GetIp V4Configs Vnic Iscsi Boot Policy Inventory Result Initiator Static Ip V4Config[] - iscsi
Adapter GetPolicies Vnic Iscsi Boot Policy Inventory Result Iscsi Adapter Policy[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mutual
Chaps GetVnic Iscsi Boot Policy Inventory Result Mutual Chap[] - name string
- Name of the inventoried policy object.
- object
Type string - owners string[]
- parents
Get
Vnic Iscsi Boot Policy Inventory Result Parent[] - permission
Resources GetVnic Iscsi Boot Policy Inventory Result Permission Resource[] - primary
Target GetPolicies Vnic Iscsi Boot Policy Inventory Result Primary Target Policy[] - secondary
Target 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.
- Get
Vnic Iscsi Boot Policy Inventory Result Tag[] - target
Mos GetVnic Iscsi Boot Policy Inventory Result Target Mo[] - target
Source 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. - version
Contexts GetVnic Iscsi Boot Policy Inventory Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Vnic 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[Get
Vnic 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[Get
Vnic 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[Get
Vnic 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- auto
Targetvendor 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>
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- device
Mo StringId - Device ID of the entity from where inventory is reported.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- initiator
Ip List<Property Map>Pools - initiator
Ip 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. - initiator
Static StringIp V4Address - Static IP address provided for iSCSI Initiator.
- initiator
Static List<Property Map>Ip V4Configs - iscsi
Adapter List<Property Map>Policies - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mutual
Chaps List<Property Map> - name String
- Name of the inventoried policy object.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - primary
Target List<Property Map>Policies - secondary
Target 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>
- target
Mos List<Property Map> - target
Source 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. - version
Contexts List<Property Map>
GetVnicIscsiBootPolicyInventoryResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultChap
- Additional
Properties string - Class
Id string - Is
Password boolSet - Object
Type string - Password string
- User
Id string
- Additional
Properties string - Class
Id string - Is
Password boolSet - Object
Type string - Password string
- User
Id string
- additional
Properties String - class
Id String - is
Password BooleanSet - object
Type String - password String
- user
Id String
- additional
Properties string - class
Id string - is
Password booleanSet - object
Type string - password string
- user
Id string
- additional_
properties str - class_
id str - is_
password_ boolset - object_
type str - password str
- user_
id str
- additional
Properties String - class
Id String - is
Password BooleanSet - object
Type String - password String
- user
Id String
GetVnicIscsiBootPolicyInventoryResultInitiatorIpPool
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultInitiatorStaticIpV4Config
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
- additional
Properties string - class
Id string - gateway string
- netmask string
- object
Type string - primary
Dns string - secondary
Dns string
- additional_
properties str - class_
id str - gateway str
- netmask str
- object_
type str - primary_
dns str - secondary_
dns str
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
GetVnicIscsiBootPolicyInventoryResultIscsiAdapterPolicy
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultMutualChap
- Additional
Properties string - Class
Id string - Is
Password boolSet - Object
Type string - Password string
- User
Id string
- Additional
Properties string - Class
Id string - Is
Password boolSet - Object
Type string - Password string
- User
Id string
- additional
Properties String - class
Id String - is
Password BooleanSet - object
Type String - password String
- user
Id String
- additional
Properties string - class
Id string - is
Password booleanSet - object
Type string - password string
- user
Id string
- additional_
properties str - class_
id str - is_
password_ boolset - object_
type str - password str
- user_
id str
- additional
Properties String - class
Id String - is
Password BooleanSet - object
Type String - password String
- user
Id String
GetVnicIscsiBootPolicyInventoryResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultPrimaryTargetPolicy
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultSecondaryTargetPolicy
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVnicIscsiBootPolicyInventoryResultTargetMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVnicIscsiBootPolicyInventoryResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventoryResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicIscsiBootPolicyInventorySecondaryTargetPolicy
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVnicIscsiBootPolicyInventoryTargetMo
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetVnic Iscsi Boot Policy Inventory Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetVnic Iscsi Boot Policy Inventory Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet