intersight.getVnicVnicTemplate
Explore with Pulumi AI
The vNIC template consists of the common vNIC configuration, which can be reused across multiple vNICs. vNICs can be created from the template using the Derive operation. Additionally, an existing vNIC can be attached to a template to use the configuration set in the template. To derive vNICs from a vNIC template, you must use the asynchronous /v1/bulk/MoCloners bulk API. Deriving vNICs from a vNIC Template URL: /v1/bulk/MoCloners Method: POST Headers:
- Key: “prefer” Value: “respond-async” Body: > { “Sources”: [ { “Moid”: “xxxxx”, “ObjectType”: “vnic.VnicTemplate” } ], “Targets”: [ { “Name”: “test-vn2”, “MacAddressType”: “POOL”, “Placement”: { “AutoSlotId”: true, “AutoPciLink”: true }, “LanConnectivityPolicy”: “aaaaa”, “ObjectType”: “vnic.EthIf” } ], “WorkflowNameSuffix”: “Derive vNIC from a Template”, “Organization”: { “Moid”: “ooooo”, “ObjectType”: “organization.Organization” } } The API response includes the “AsyncResult”->bulk.Result MO reference. API clients must poll the bulk.Result MO to monitor the status of the operation. The bulk.Result object also includes a reference to a monitoring workflow, which is accessible from the ‘Requests’ tab in the UI. Managing Template Updates When the vNIC template is updated, the system initiates an automatic call to the /v1/bulk/MoMergers API to synchronize the template changes to all derived vNIC instances asynchronously. The status of the sync operation can be obtained by performing a query on vnic EthIf MO - $filter=SrcTemplate.Moid eq ‘xxx’&$apply=groupby ( (TemplateSyncStatus), aggregate ($count as count)) Override Option for vNIC Templates When enabled, this feature allows the configuration of the derived vNIC to override the configuration available in the template during vNIC create or update. You can query the list of overridable properties for a vNIC template from the Template Catalog. Use the following catalog API query: URL: /v1/capability/TemplateCatalogs Query: $filter= (Name eq ‘VnicTemplate’)&$select=AllowedOverrideList Once a property is overridden on a derived vNIC, it will be added to the ‘OverriddenList’ property on the vnic EthIf MO: URL: /v1/vnic/EthIfs Query: $select=SrcTemplate, OverriddenList When override is disabled on the template, derived vNIC will have same configuration as the template.
Using getVnicVnicTemplate
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 getVnicVnicTemplate(args: GetVnicVnicTemplateArgs, opts?: InvokeOptions): Promise<GetVnicVnicTemplateResult>
function getVnicVnicTemplateOutput(args: GetVnicVnicTemplateOutputArgs, opts?: InvokeOptions): Output<GetVnicVnicTemplateResult>def get_vnic_vnic_template(account_moid: Optional[str] = None,
                           additional_properties: Optional[str] = None,
                           ancestors: Optional[Sequence[GetVnicVnicTemplateAncestor]] = None,
                           cdn: Optional[GetVnicVnicTemplateCdn] = None,
                           class_id: Optional[str] = None,
                           create_time: Optional[str] = None,
                           description: Optional[str] = None,
                           domain_group_moid: Optional[str] = None,
                           enable_override: Optional[bool] = None,
                           eth_adapter_policy: Optional[GetVnicVnicTemplateEthAdapterPolicy] = None,
                           eth_network_policy: Optional[GetVnicVnicTemplateEthNetworkPolicy] = None,
                           eth_qos_policy: Optional[GetVnicVnicTemplateEthQosPolicy] = None,
                           fabric_eth_network_control_policy: Optional[GetVnicVnicTemplateFabricEthNetworkControlPolicy] = None,
                           fabric_eth_network_group_policies: Optional[Sequence[GetVnicVnicTemplateFabricEthNetworkGroupPolicy]] = None,
                           failover_enabled: Optional[bool] = None,
                           id: Optional[str] = None,
                           iscsi_boot_policy: Optional[GetVnicVnicTemplateIscsiBootPolicy] = None,
                           lcp_usage_count: Optional[float] = None,
                           mac_pool: Optional[GetVnicVnicTemplateMacPool] = None,
                           mod_time: Optional[str] = None,
                           moid: Optional[str] = None,
                           name: Optional[str] = None,
                           object_type: Optional[str] = None,
                           organization: Optional[GetVnicVnicTemplateOrganization] = None,
                           owners: Optional[Sequence[str]] = None,
                           parent: Optional[GetVnicVnicTemplateParent] = None,
                           peer_vnic_name: Optional[str] = None,
                           permission_resources: Optional[Sequence[GetVnicVnicTemplatePermissionResource]] = None,
                           pin_group_name: Optional[str] = None,
                           shared_scope: Optional[str] = None,
                           sriov_settings: Optional[GetVnicVnicTemplateSriovSettings] = None,
                           switch_id: Optional[str] = None,
                           tags: Optional[Sequence[GetVnicVnicTemplateTag]] = None,
                           template_actions: Optional[Sequence[GetVnicVnicTemplateTemplateAction]] = None,
                           update_status: Optional[str] = None,
                           usage_count: Optional[float] = None,
                           usnic_settings: Optional[GetVnicVnicTemplateUsnicSettings] = None,
                           version_context: Optional[GetVnicVnicTemplateVersionContext] = None,
                           vmq_settings: Optional[GetVnicVnicTemplateVmqSettings] = None,
                           opts: Optional[InvokeOptions] = None) -> GetVnicVnicTemplateResult
def get_vnic_vnic_template_output(account_moid: Optional[pulumi.Input[str]] = None,
                           additional_properties: Optional[pulumi.Input[str]] = None,
                           ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicVnicTemplateAncestorArgs]]]] = None,
                           cdn: Optional[pulumi.Input[GetVnicVnicTemplateCdnArgs]] = None,
                           class_id: Optional[pulumi.Input[str]] = None,
                           create_time: Optional[pulumi.Input[str]] = None,
                           description: Optional[pulumi.Input[str]] = None,
                           domain_group_moid: Optional[pulumi.Input[str]] = None,
                           enable_override: Optional[pulumi.Input[bool]] = None,
                           eth_adapter_policy: Optional[pulumi.Input[GetVnicVnicTemplateEthAdapterPolicyArgs]] = None,
                           eth_network_policy: Optional[pulumi.Input[GetVnicVnicTemplateEthNetworkPolicyArgs]] = None,
                           eth_qos_policy: Optional[pulumi.Input[GetVnicVnicTemplateEthQosPolicyArgs]] = None,
                           fabric_eth_network_control_policy: Optional[pulumi.Input[GetVnicVnicTemplateFabricEthNetworkControlPolicyArgs]] = None,
                           fabric_eth_network_group_policies: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicVnicTemplateFabricEthNetworkGroupPolicyArgs]]]] = None,
                           failover_enabled: Optional[pulumi.Input[bool]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           iscsi_boot_policy: Optional[pulumi.Input[GetVnicVnicTemplateIscsiBootPolicyArgs]] = None,
                           lcp_usage_count: Optional[pulumi.Input[float]] = None,
                           mac_pool: Optional[pulumi.Input[GetVnicVnicTemplateMacPoolArgs]] = None,
                           mod_time: Optional[pulumi.Input[str]] = None,
                           moid: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           object_type: Optional[pulumi.Input[str]] = None,
                           organization: Optional[pulumi.Input[GetVnicVnicTemplateOrganizationArgs]] = None,
                           owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                           parent: Optional[pulumi.Input[GetVnicVnicTemplateParentArgs]] = None,
                           peer_vnic_name: Optional[pulumi.Input[str]] = None,
                           permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicVnicTemplatePermissionResourceArgs]]]] = None,
                           pin_group_name: Optional[pulumi.Input[str]] = None,
                           shared_scope: Optional[pulumi.Input[str]] = None,
                           sriov_settings: Optional[pulumi.Input[GetVnicVnicTemplateSriovSettingsArgs]] = None,
                           switch_id: Optional[pulumi.Input[str]] = None,
                           tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicVnicTemplateTagArgs]]]] = None,
                           template_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicVnicTemplateTemplateActionArgs]]]] = None,
                           update_status: Optional[pulumi.Input[str]] = None,
                           usage_count: Optional[pulumi.Input[float]] = None,
                           usnic_settings: Optional[pulumi.Input[GetVnicVnicTemplateUsnicSettingsArgs]] = None,
                           version_context: Optional[pulumi.Input[GetVnicVnicTemplateVersionContextArgs]] = None,
                           vmq_settings: Optional[pulumi.Input[GetVnicVnicTemplateVmqSettingsArgs]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetVnicVnicTemplateResult]func LookupVnicVnicTemplate(ctx *Context, args *LookupVnicVnicTemplateArgs, opts ...InvokeOption) (*LookupVnicVnicTemplateResult, error)
func LookupVnicVnicTemplateOutput(ctx *Context, args *LookupVnicVnicTemplateOutputArgs, opts ...InvokeOption) LookupVnicVnicTemplateResultOutput> Note: This function is named LookupVnicVnicTemplate in the Go SDK.
public static class GetVnicVnicTemplate 
{
    public static Task<GetVnicVnicTemplateResult> InvokeAsync(GetVnicVnicTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVnicVnicTemplateResult> Invoke(GetVnicVnicTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVnicVnicTemplateResult> getVnicVnicTemplate(GetVnicVnicTemplateArgs args, InvokeOptions options)
public static Output<GetVnicVnicTemplateResult> getVnicVnicTemplate(GetVnicVnicTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVnicVnicTemplate:getVnicVnicTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Vnic Template Ancestor> 
- Cdn
GetVnic Vnic Template Cdn 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- EthNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- EthQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- FabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- FabricEth List<GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy> 
- FailoverEnabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- Id string
- IscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- LcpUsage doubleCount 
- The count of the Lan Connectivity Policies using vNIC template.
- MacPool GetVnic Vnic Template Mac Pool 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the vNIC template.
- ObjectType string
- Organization
GetVnic Vnic Template Organization 
- Owners List<string>
- Parent
GetVnic Vnic Template Parent 
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources List<GetVnic Vnic Template Permission Resource> 
- PinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- SriovSettings GetVnic Vnic Template Sriov Settings 
- SwitchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
List<GetVnic Vnic Template Tag> 
- TemplateActions List<GetVnic Vnic Template Template Action> 
- UpdateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- UsageCount double
- The number of objects derived from a Template MO instance.
- UsnicSettings GetVnic Vnic Template Usnic Settings 
- VersionContext GetVnic Vnic Template Version Context 
- VmqSettings GetVnic Vnic Template Vmq Settings 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Vnic Template Ancestor 
- Cdn
GetVnic Vnic Template Cdn 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- EthNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- EthQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- FabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- FabricEth []GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy 
- FailoverEnabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- Id string
- IscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- LcpUsage float64Count 
- The count of the Lan Connectivity Policies using vNIC template.
- MacPool GetVnic Vnic Template Mac Pool 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the vNIC template.
- ObjectType string
- Organization
GetVnic Vnic Template Organization 
- Owners []string
- Parent
GetVnic Vnic Template Parent 
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources []GetVnic Vnic Template Permission Resource 
- PinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- SriovSettings GetVnic Vnic Template Sriov Settings 
- SwitchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
[]GetVnic Vnic Template Tag 
- TemplateActions []GetVnic Vnic Template Template Action 
- UpdateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- UsageCount float64
- The number of objects derived from a Template MO instance.
- UsnicSettings GetVnic Vnic Template Usnic Settings 
- VersionContext GetVnic Vnic Template Version Context 
- VmqSettings GetVnic Vnic Template Vmq Settings 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Vnic Template Ancestor> 
- cdn
GetVnic Vnic Template Cdn 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- ethNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- ethQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- fabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabricEth List<GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy> 
- failoverEnabled Boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- id String
- iscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- lcpUsage DoubleCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPool GetVnic Vnic Template Mac Pool 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the vNIC template.
- objectType String
- organization
GetVnic Vnic Template Organization 
- owners List<String>
- parent
GetVnic Vnic Template Parent 
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<GetVnic Vnic Template Permission Resource> 
- pinGroup StringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings GetVnic Vnic Template Sriov Settings 
- switchId String
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
List<GetVnic Vnic Template Tag> 
- templateActions List<GetVnic Vnic Template Template Action> 
- updateStatus String
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount Double
- The number of objects derived from a Template MO instance.
- usnicSettings GetVnic Vnic Template Usnic Settings 
- versionContext GetVnic Vnic Template Version Context 
- vmqSettings GetVnic Vnic Template Vmq Settings 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Vnic Template Ancestor[] 
- cdn
GetVnic Vnic Template Cdn 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the vNIC template.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableOverride boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- ethNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- ethQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- fabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabricEth GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy[] 
- failoverEnabled boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- id string
- iscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- lcpUsage numberCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPool GetVnic Vnic Template Mac Pool 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the vNIC template.
- objectType string
- organization
GetVnic Vnic Template Organization 
- owners string[]
- parent
GetVnic Vnic Template Parent 
- peerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources GetVnic Vnic Template Permission Resource[] 
- pinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings GetVnic Vnic Template Sriov Settings 
- switchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
GetVnic Vnic Template Tag[] 
- templateActions GetVnic Vnic Template Template Action[] 
- updateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount number
- The number of objects derived from a Template MO instance.
- usnicSettings GetVnic Vnic Template Usnic Settings 
- versionContext GetVnic Vnic Template Version Context 
- vmqSettings GetVnic Vnic Template Vmq Settings 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Vnic Template Ancestor] 
- cdn
GetVnic Vnic Template Cdn 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the vNIC template.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_override bool
- When enabled, the configuration of the derived instances may override the template configuration.
- eth_adapter_ Getpolicy Vnic Vnic Template Eth Adapter Policy 
- eth_network_ Getpolicy Vnic Vnic Template Eth Network Policy 
- eth_qos_ Getpolicy Vnic Vnic Template Eth Qos Policy 
- fabric_eth_ Getnetwork_ control_ policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabric_eth_ Sequence[Getnetwork_ group_ policies Vnic Vnic Template Fabric Eth Network Group Policy] 
- failover_enabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- id str
- iscsi_boot_ Getpolicy Vnic Vnic Template Iscsi Boot Policy 
- lcp_usage_ floatcount 
- The count of the Lan Connectivity Policies using vNIC template.
- mac_pool GetVnic Vnic Template Mac Pool 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the vNIC template.
- object_type str
- organization
GetVnic Vnic Template Organization 
- owners Sequence[str]
- parent
GetVnic Vnic Template Parent 
- peer_vnic_ strname 
- Name of the peer vNIC which belongs to the peer FI.
- permission_resources Sequence[GetVnic Vnic Template Permission Resource] 
- pin_group_ strname 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriov_settings GetVnic Vnic Template Sriov Settings 
- switch_id str
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
Sequence[GetVnic Vnic Template Tag] 
- template_actions Sequence[GetVnic Vnic Template Template Action] 
- update_status str
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usage_count float
- The number of objects derived from a Template MO instance.
- usnic_settings GetVnic Vnic Template Usnic Settings 
- version_context GetVnic Vnic Template Version Context 
- vmq_settings GetVnic Vnic Template Vmq Settings 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cdn Property Map
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter Property MapPolicy 
- ethNetwork Property MapPolicy 
- ethQos Property MapPolicy 
- fabricEth Property MapNetwork Control Policy 
- fabricEth List<Property Map>Network Group Policies 
- failoverEnabled Boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- id String
- iscsiBoot Property MapPolicy 
- lcpUsage NumberCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPool Property Map
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the vNIC template.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<Property Map>
- pinGroup StringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings Property Map
- switchId String
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- List<Property Map>
- templateActions List<Property Map>
- updateStatus String
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount Number
- The number of objects derived from a Template MO instance.
- usnicSettings Property Map
- versionContext Property Map
- vmqSettings Property Map
getVnicVnicTemplate Result
The following output properties are available:
- Id string
- Results
List<GetVnic Vnic Template Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVnic Vnic Template Ancestor> 
- Cdn
GetVnic Vnic Template Cdn 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EnableOverride bool
- EthAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- EthNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- EthQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- FabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- FabricEth List<GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy> 
- FailoverEnabled bool
- IscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- LcpUsage doubleCount 
- MacPool GetVnic Vnic Template Mac Pool 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetVnic Vnic Template Organization 
- Owners List<string>
- Parent
GetVnic Vnic Template Parent 
- PeerVnic stringName 
- PermissionResources List<GetVnic Vnic Template Permission Resource> 
- PinGroup stringName 
- string
- SriovSettings GetVnic Vnic Template Sriov Settings 
- SwitchId string
- 
List<GetVnic Vnic Template Tag> 
- TemplateActions List<GetVnic Vnic Template Template Action> 
- UpdateStatus string
- UsageCount double
- UsnicSettings GetVnic Vnic Template Usnic Settings 
- VersionContext GetVnic Vnic Template Version Context 
- VmqSettings GetVnic Vnic Template Vmq Settings 
- Id string
- Results
[]GetVnic Vnic Template Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVnic Vnic Template Ancestor 
- Cdn
GetVnic Vnic Template Cdn 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EnableOverride bool
- EthAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- EthNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- EthQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- FabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- FabricEth []GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy 
- FailoverEnabled bool
- IscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- LcpUsage float64Count 
- MacPool GetVnic Vnic Template Mac Pool 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetVnic Vnic Template Organization 
- Owners []string
- Parent
GetVnic Vnic Template Parent 
- PeerVnic stringName 
- PermissionResources []GetVnic Vnic Template Permission Resource 
- PinGroup stringName 
- string
- SriovSettings GetVnic Vnic Template Sriov Settings 
- SwitchId string
- 
[]GetVnic Vnic Template Tag 
- TemplateActions []GetVnic Vnic Template Template Action 
- UpdateStatus string
- UsageCount float64
- UsnicSettings GetVnic Vnic Template Usnic Settings 
- VersionContext GetVnic Vnic Template Version Context 
- VmqSettings GetVnic Vnic Template Vmq Settings 
- id String
- results
List<GetVnic Vnic Template Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVnic Vnic Template Ancestor> 
- cdn
GetVnic Vnic Template Cdn 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- enableOverride Boolean
- ethAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- ethNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- ethQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- fabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabricEth List<GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy> 
- failoverEnabled Boolean
- iscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- lcpUsage DoubleCount 
- macPool GetVnic Vnic Template Mac Pool 
- modTime String
- moid String
- name String
- objectType String
- organization
GetVnic Vnic Template Organization 
- owners List<String>
- parent
GetVnic Vnic Template Parent 
- peerVnic StringName 
- permissionResources List<GetVnic Vnic Template Permission Resource> 
- pinGroup StringName 
- String
- sriovSettings GetVnic Vnic Template Sriov Settings 
- switchId String
- 
List<GetVnic Vnic Template Tag> 
- templateActions List<GetVnic Vnic Template Template Action> 
- updateStatus String
- usageCount Double
- usnicSettings GetVnic Vnic Template Usnic Settings 
- versionContext GetVnic Vnic Template Version Context 
- vmqSettings GetVnic Vnic Template Vmq Settings 
- id string
- results
GetVnic Vnic Template Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVnic Vnic Template Ancestor[] 
- cdn
GetVnic Vnic Template Cdn 
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- enableOverride boolean
- ethAdapter GetPolicy Vnic Vnic Template Eth Adapter Policy 
- ethNetwork GetPolicy Vnic Vnic Template Eth Network Policy 
- ethQos GetPolicy Vnic Vnic Template Eth Qos Policy 
- fabricEth GetNetwork Control Policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabricEth GetNetwork Group Policies Vnic Vnic Template Fabric Eth Network Group Policy[] 
- failoverEnabled boolean
- iscsiBoot GetPolicy Vnic Vnic Template Iscsi Boot Policy 
- lcpUsage numberCount 
- macPool GetVnic Vnic Template Mac Pool 
- modTime string
- moid string
- name string
- objectType string
- organization
GetVnic Vnic Template Organization 
- owners string[]
- parent
GetVnic Vnic Template Parent 
- peerVnic stringName 
- permissionResources GetVnic Vnic Template Permission Resource[] 
- pinGroup stringName 
- string
- sriovSettings GetVnic Vnic Template Sriov Settings 
- switchId string
- 
GetVnic Vnic Template Tag[] 
- templateActions GetVnic Vnic Template Template Action[] 
- updateStatus string
- usageCount number
- usnicSettings GetVnic Vnic Template Usnic Settings 
- versionContext GetVnic Vnic Template Version Context 
- vmqSettings GetVnic Vnic Template Vmq Settings 
- id str
- results
Sequence[GetVnic Vnic Template Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVnic Vnic Template Ancestor] 
- cdn
GetVnic Vnic Template Cdn 
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- enable_override bool
- eth_adapter_ Getpolicy Vnic Vnic Template Eth Adapter Policy 
- eth_network_ Getpolicy Vnic Vnic Template Eth Network Policy 
- eth_qos_ Getpolicy Vnic Vnic Template Eth Qos Policy 
- fabric_eth_ Getnetwork_ control_ policy Vnic Vnic Template Fabric Eth Network Control Policy 
- fabric_eth_ Sequence[Getnetwork_ group_ policies Vnic Vnic Template Fabric Eth Network Group Policy] 
- failover_enabled bool
- iscsi_boot_ Getpolicy Vnic Vnic Template Iscsi Boot Policy 
- lcp_usage_ floatcount 
- mac_pool GetVnic Vnic Template Mac Pool 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetVnic Vnic Template Organization 
- owners Sequence[str]
- parent
GetVnic Vnic Template Parent 
- peer_vnic_ strname 
- permission_resources Sequence[GetVnic Vnic Template Permission Resource] 
- pin_group_ strname 
- str
- sriov_settings GetVnic Vnic Template Sriov Settings 
- switch_id str
- 
Sequence[GetVnic Vnic Template Tag] 
- template_actions Sequence[GetVnic Vnic Template Template Action] 
- update_status str
- usage_count float
- usnic_settings GetVnic Vnic Template Usnic Settings 
- version_context GetVnic Vnic Template Version Context 
- vmq_settings GetVnic Vnic Template Vmq Settings 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- cdn Property Map
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- enableOverride Boolean
- ethAdapter Property MapPolicy 
- ethNetwork Property MapPolicy 
- ethQos Property MapPolicy 
- fabricEth Property MapNetwork Control Policy 
- fabricEth List<Property Map>Network Group Policies 
- failoverEnabled Boolean
- iscsiBoot Property MapPolicy 
- lcpUsage NumberCount 
- macPool Property Map
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- peerVnic StringName 
- permissionResources List<Property Map>
- pinGroup StringName 
- String
- sriovSettings Property Map
- switchId String
- List<Property Map>
- templateActions List<Property Map>
- updateStatus String
- usageCount Number
- usnicSettings Property Map
- versionContext Property Map
- vmqSettings Property Map
Supporting Types
GetVnicVnicTemplateAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateCdn    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- NrSource string
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The CDN value entered in case of user defined mode.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- NrSource string
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The CDN value entered in case of user defined mode.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource String
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The CDN value entered in case of user defined mode.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource string
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The CDN value entered in case of user defined mode.
- 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.
- nr_source str
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The CDN value entered in case of user defined mode.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource String
- Source of the CDN. It can either be user specified or be the same as the vNIC name.- vnic- Source of the CDN is the same as the vNIC name.
- user- Source of the CDN is specified by the user.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The CDN value entered in case of user defined mode.
GetVnicVnicTemplateEthAdapterPolicy      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateEthNetworkPolicy      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateEthQosPolicy      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateFabricEthNetworkControlPolicy        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateFabricEthNetworkGroupPolicy        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateIscsiBootPolicy      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateMacPool     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateOrganization    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplatePermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Vnic Template Result Ancestor> 
- Cdns
List<GetVnic Vnic Template Result Cdn> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter List<GetPolicies Vnic Vnic Template Result Eth Adapter Policy> 
- EthNetwork List<GetPolicies Vnic Vnic Template Result Eth Network Policy> 
- EthQos List<GetPolicies Vnic Vnic Template Result Eth Qos Policy> 
- FabricEth List<GetNetwork Control Policies Vnic Vnic Template Result Fabric Eth Network Control Policy> 
- FabricEth List<GetNetwork Group Policies Vnic Vnic Template Result Fabric Eth Network Group Policy> 
- FailoverEnabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- IscsiBoot List<GetPolicies Vnic Vnic Template Result Iscsi Boot Policy> 
- LcpUsage doubleCount 
- The count of the Lan Connectivity Policies using vNIC template.
- MacPools List<GetVnic Vnic Template Result Mac Pool> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the vNIC template.
- ObjectType string
- Organizations
List<GetVnic Vnic Template Result Organization> 
- Owners List<string>
- Parents
List<GetVnic Vnic Template Result Parent> 
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources List<GetVnic Vnic Template Result Permission Resource> 
- PinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- SriovSettings List<GetVnic Vnic Template Result Sriov Setting> 
- SwitchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
List<GetVnic Vnic Template Result Tag> 
- TemplateActions List<GetVnic Vnic Template Result Template Action> 
- UpdateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- UsageCount double
- The number of objects derived from a Template MO instance.
- UsnicSettings List<GetVnic Vnic Template Result Usnic Setting> 
- VersionContexts List<GetVnic Vnic Template Result Version Context> 
- VmqSettings List<GetVnic Vnic Template Result Vmq Setting> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Vnic Template Result Ancestor 
- Cdns
[]GetVnic Vnic Template Result Cdn 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter []GetPolicies Vnic Vnic Template Result Eth Adapter Policy 
- EthNetwork []GetPolicies Vnic Vnic Template Result Eth Network Policy 
- EthQos []GetPolicies Vnic Vnic Template Result Eth Qos Policy 
- FabricEth []GetNetwork Control Policies Vnic Vnic Template Result Fabric Eth Network Control Policy 
- FabricEth []GetNetwork Group Policies Vnic Vnic Template Result Fabric Eth Network Group Policy 
- FailoverEnabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- IscsiBoot []GetPolicies Vnic Vnic Template Result Iscsi Boot Policy 
- LcpUsage float64Count 
- The count of the Lan Connectivity Policies using vNIC template.
- MacPools []GetVnic Vnic Template Result Mac Pool 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the vNIC template.
- ObjectType string
- Organizations
[]GetVnic Vnic Template Result Organization 
- Owners []string
- Parents
[]GetVnic Vnic Template Result Parent 
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources []GetVnic Vnic Template Result Permission Resource 
- PinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- SriovSettings []GetVnic Vnic Template Result Sriov Setting 
- SwitchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
[]GetVnic Vnic Template Result Tag 
- TemplateActions []GetVnic Vnic Template Result Template Action 
- UpdateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- UsageCount float64
- The number of objects derived from a Template MO instance.
- UsnicSettings []GetVnic Vnic Template Result Usnic Setting 
- VersionContexts []GetVnic Vnic Template Result Version Context 
- VmqSettings []GetVnic Vnic Template Result Vmq Setting 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Vnic Template Result Ancestor> 
- cdns
List<GetVnic Vnic Template Result Cdn> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter List<GetPolicies Vnic Vnic Template Result Eth Adapter Policy> 
- ethNetwork List<GetPolicies Vnic Vnic Template Result Eth Network Policy> 
- ethQos List<GetPolicies Vnic Vnic Template Result Eth Qos Policy> 
- fabricEth List<GetNetwork Control Policies Vnic Vnic Template Result Fabric Eth Network Control Policy> 
- fabricEth List<GetNetwork Group Policies Vnic Vnic Template Result Fabric Eth Network Group Policy> 
- failoverEnabled Boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- iscsiBoot List<GetPolicies Vnic Vnic Template Result Iscsi Boot Policy> 
- lcpUsage DoubleCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPools List<GetVnic Vnic Template Result Mac Pool> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the vNIC template.
- objectType String
- organizations
List<GetVnic Vnic Template Result Organization> 
- owners List<String>
- parents
List<GetVnic Vnic Template Result Parent> 
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<GetVnic Vnic Template Result Permission Resource> 
- pinGroup StringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings List<GetVnic Vnic Template Result Sriov Setting> 
- switchId String
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
List<GetVnic Vnic Template Result Tag> 
- templateActions List<GetVnic Vnic Template Result Template Action> 
- updateStatus String
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount Double
- The number of objects derived from a Template MO instance.
- usnicSettings List<GetVnic Vnic Template Result Usnic Setting> 
- versionContexts List<GetVnic Vnic Template Result Version Context> 
- vmqSettings List<GetVnic Vnic Template Result Vmq Setting> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Vnic Template Result Ancestor[] 
- cdns
GetVnic Vnic Template Result Cdn[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the vNIC template.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableOverride boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter GetPolicies Vnic Vnic Template Result Eth Adapter Policy[] 
- ethNetwork GetPolicies Vnic Vnic Template Result Eth Network Policy[] 
- ethQos GetPolicies Vnic Vnic Template Result Eth Qos Policy[] 
- fabricEth GetNetwork Control Policies Vnic Vnic Template Result Fabric Eth Network Control Policy[] 
- fabricEth GetNetwork Group Policies Vnic Vnic Template Result Fabric Eth Network Group Policy[] 
- failoverEnabled boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- iscsiBoot GetPolicies Vnic Vnic Template Result Iscsi Boot Policy[] 
- lcpUsage numberCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPools GetVnic Vnic Template Result Mac Pool[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the vNIC template.
- objectType string
- organizations
GetVnic Vnic Template Result Organization[] 
- owners string[]
- parents
GetVnic Vnic Template Result Parent[] 
- peerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources GetVnic Vnic Template Result Permission Resource[] 
- pinGroup stringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings GetVnic Vnic Template Result Sriov Setting[] 
- switchId string
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
GetVnic Vnic Template Result Tag[] 
- templateActions GetVnic Vnic Template Result Template Action[] 
- updateStatus string
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount number
- The number of objects derived from a Template MO instance.
- usnicSettings GetVnic Vnic Template Result Usnic Setting[] 
- versionContexts GetVnic Vnic Template Result Version Context[] 
- vmqSettings GetVnic Vnic Template Result Vmq Setting[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Vnic Template Result Ancestor] 
- cdns
Sequence[GetVnic Vnic Template Result Cdn] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the vNIC template.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_override bool
- When enabled, the configuration of the derived instances may override the template configuration.
- eth_adapter_ Sequence[Getpolicies Vnic Vnic Template Result Eth Adapter Policy] 
- eth_network_ Sequence[Getpolicies Vnic Vnic Template Result Eth Network Policy] 
- eth_qos_ Sequence[Getpolicies Vnic Vnic Template Result Eth Qos Policy] 
- fabric_eth_ Sequence[Getnetwork_ control_ policies Vnic Vnic Template Result Fabric Eth Network Control Policy] 
- fabric_eth_ Sequence[Getnetwork_ group_ policies Vnic Vnic Template Result Fabric Eth Network Group Policy] 
- failover_enabled bool
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- iscsi_boot_ Sequence[Getpolicies Vnic Vnic Template Result Iscsi Boot Policy] 
- lcp_usage_ floatcount 
- The count of the Lan Connectivity Policies using vNIC template.
- mac_pools Sequence[GetVnic Vnic Template Result Mac Pool] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the vNIC template.
- object_type str
- organizations
Sequence[GetVnic Vnic Template Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetVnic Vnic Template Result Parent] 
- peer_vnic_ strname 
- Name of the peer vNIC which belongs to the peer FI.
- permission_resources Sequence[GetVnic Vnic Template Result Permission Resource] 
- pin_group_ strname 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriov_settings Sequence[GetVnic Vnic Template Result Sriov Setting] 
- switch_id str
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- 
Sequence[GetVnic Vnic Template Result Tag] 
- template_actions Sequence[GetVnic Vnic Template Result Template Action] 
- update_status str
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usage_count float
- The number of objects derived from a Template MO instance.
- usnic_settings Sequence[GetVnic Vnic Template Result Usnic Setting] 
- version_contexts Sequence[GetVnic Vnic Template Result Version Context] 
- vmq_settings Sequence[GetVnic Vnic Template Result Vmq Setting] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cdns List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter List<Property Map>Policies 
- ethNetwork List<Property Map>Policies 
- ethQos List<Property Map>Policies 
- fabricEth List<Property Map>Network Control Policies 
- fabricEth List<Property Map>Network Group Policies 
- failoverEnabled Boolean
- Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster.
- iscsiBoot List<Property Map>Policies 
- lcpUsage NumberCount 
- The count of the Lan Connectivity Policies using vNIC template.
- macPools List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the vNIC template.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<Property Map>
- pinGroup StringName 
- Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic.
- 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.
- sriovSettings List<Property Map>
- switchId String
- The fabric port to which the vNICs will be associated.* None- Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value 'None' should be used.*A- Fabric A of the FI cluster.*B- Fabric B of the FI cluster.
- List<Property Map>
- templateActions List<Property Map>
- updateStatus String
- The template sync status with all derived objects.* None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template.
- usageCount Number
- The number of objects derived from a Template MO instance.
- usnicSettings List<Property Map>
- versionContexts List<Property Map>
- vmqSettings List<Property Map>
GetVnicVnicTemplateResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultCdn     
- AdditionalProperties string
- ClassId string
- NrSource string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- NrSource string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- nrSource String
- objectType String
- value String
- additionalProperties string
- classId string
- nrSource string
- objectType string
- value string
- additional_properties str
- class_id str
- nr_source str
- object_type str
- value str
- additionalProperties String
- classId String
- nrSource String
- objectType String
- value String
GetVnicVnicTemplateResultEthAdapterPolicy       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultEthNetworkPolicy       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultEthQosPolicy       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultFabricEthNetworkControlPolicy         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultFabricEthNetworkGroupPolicy         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultIscsiBootPolicy       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultMacPool      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultOrganization     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultSriovSetting      
- AdditionalProperties string
- ClassId string
- CompCount doublePer Vf 
- Enabled bool
- IntCount doublePer Vf 
- ObjectType string
- RxCount doublePer Vf 
- TxCount doublePer Vf 
- VfCount double
- AdditionalProperties string
- ClassId string
- CompCount float64Per Vf 
- Enabled bool
- IntCount float64Per Vf 
- ObjectType string
- RxCount float64Per Vf 
- TxCount float64Per Vf 
- VfCount float64
- additionalProperties String
- classId String
- compCount DoublePer Vf 
- enabled Boolean
- intCount DoublePer Vf 
- objectType String
- rxCount DoublePer Vf 
- txCount DoublePer Vf 
- vfCount Double
- additionalProperties string
- classId string
- compCount numberPer Vf 
- enabled boolean
- intCount numberPer Vf 
- objectType string
- rxCount numberPer Vf 
- txCount numberPer Vf 
- vfCount number
- additional_properties str
- class_id str
- comp_count_ floatper_ vf 
- enabled bool
- int_count_ floatper_ vf 
- object_type str
- rx_count_ floatper_ vf 
- tx_count_ floatper_ vf 
- vf_count float
- additionalProperties String
- classId String
- compCount NumberPer Vf 
- enabled Boolean
- intCount NumberPer Vf 
- objectType String
- rxCount NumberPer Vf 
- txCount NumberPer Vf 
- vfCount Number
GetVnicVnicTemplateResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVnicVnicTemplateResultTemplateAction      
- AdditionalProperties string
- ClassId string
- ObjectType string
- Params
List<GetVnic Vnic Template Result Template Action Param> 
- Type string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Params
[]GetVnic Vnic Template Result Template Action Param 
- Type string
- additionalProperties String
- classId String
- objectType String
- params
List<GetVnic Vnic Template Result Template Action Param> 
- type String
- additionalProperties string
- classId string
- objectType string
- params
GetVnic Vnic Template Result Template Action Param[] 
- type string
- additionalProperties String
- classId String
- objectType String
- params List<Property Map>
- type String
GetVnicVnicTemplateResultTemplateActionParam       
- AdditionalProperties string
- ClassId string
- Name string
- Name of the vNIC template.
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Name string
- Name of the vNIC template.
- ObjectType string
- Value string
- additionalProperties String
- classId String
- name String
- Name of the vNIC template.
- objectType String
- value String
- additionalProperties string
- classId string
- name string
- Name of the vNIC template.
- objectType string
- value string
- additional_properties str
- class_id str
- name str
- Name of the vNIC template.
- object_type str
- value str
- additionalProperties String
- classId String
- name String
- Name of the vNIC template.
- objectType String
- value String
GetVnicVnicTemplateResultUsnicSetting      
- AdditionalProperties string
- ClassId string
- Cos double
- NrCount double
- ObjectType string
- UsnicAdapter stringPolicy 
- AdditionalProperties string
- ClassId string
- Cos float64
- NrCount float64
- ObjectType string
- UsnicAdapter stringPolicy 
- additionalProperties String
- classId String
- cos Double
- nrCount Double
- objectType String
- usnicAdapter StringPolicy 
- additionalProperties string
- classId string
- cos number
- nrCount number
- objectType string
- usnicAdapter stringPolicy 
- additional_properties str
- class_id str
- cos float
- nr_count float
- object_type str
- usnic_adapter_ strpolicy 
- additionalProperties String
- classId String
- cos Number
- nrCount Number
- objectType String
- usnicAdapter StringPolicy 
GetVnicVnicTemplateResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetVnic Vnic Template Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetVnic Vnic Template Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVnicVnicTemplateResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVnicVnicTemplateResultVmqSetting      
- AdditionalProperties string
- ClassId string
- Enabled bool
- MultiQueue boolSupport 
- NumInterrupts double
- NumSub doubleVnics 
- NumVmqs double
- ObjectType string
- VmmqAdapter stringPolicy 
- AdditionalProperties string
- ClassId string
- Enabled bool
- MultiQueue boolSupport 
- NumInterrupts float64
- NumSub float64Vnics 
- NumVmqs float64
- ObjectType string
- VmmqAdapter stringPolicy 
- additionalProperties String
- classId String
- enabled Boolean
- multiQueue BooleanSupport 
- numInterrupts Double
- numSub DoubleVnics 
- numVmqs Double
- objectType String
- vmmqAdapter StringPolicy 
- additionalProperties string
- classId string
- enabled boolean
- multiQueue booleanSupport 
- numInterrupts number
- numSub numberVnics 
- numVmqs number
- objectType string
- vmmqAdapter stringPolicy 
- additional_properties str
- class_id str
- enabled bool
- multi_queue_ boolsupport 
- num_interrupts float
- num_sub_ floatvnics 
- num_vmqs float
- object_type str
- vmmq_adapter_ strpolicy 
- additionalProperties String
- classId String
- enabled Boolean
- multiQueue BooleanSupport 
- numInterrupts Number
- numSub NumberVnics 
- numVmqs Number
- objectType String
- vmmqAdapter StringPolicy 
GetVnicVnicTemplateSriovSettings     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CompCount doublePer Vf 
- Completion Queue resources per Virtual Function (VF).
- Enabled bool
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- IntCount doublePer Vf 
- Interrupt Count resources per Virtual Function (VF).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RxCount doublePer Vf 
- Receive Queue resources per Virtual Function (VF).
- TxCount doublePer Vf 
- Transmit Queue resources per Virtual Function (VF).
- VfCount double
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CompCount float64Per Vf 
- Completion Queue resources per Virtual Function (VF).
- Enabled bool
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- IntCount float64Per Vf 
- Interrupt Count resources per Virtual Function (VF).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RxCount float64Per Vf 
- Receive Queue resources per Virtual Function (VF).
- TxCount float64Per Vf 
- Transmit Queue resources per Virtual Function (VF).
- VfCount float64
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- compCount DoublePer Vf 
- Completion Queue resources per Virtual Function (VF).
- enabled Boolean
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- intCount DoublePer Vf 
- Interrupt Count resources per Virtual Function (VF).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxCount DoublePer Vf 
- Receive Queue resources per Virtual Function (VF).
- txCount DoublePer Vf 
- Transmit Queue resources per Virtual Function (VF).
- vfCount Double
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- compCount numberPer Vf 
- Completion Queue resources per Virtual Function (VF).
- enabled boolean
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- intCount numberPer Vf 
- Interrupt Count resources per Virtual Function (VF).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxCount numberPer Vf 
- Receive Queue resources per Virtual Function (VF).
- txCount numberPer Vf 
- Transmit Queue resources per Virtual Function (VF).
- vfCount number
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
- 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.
- comp_count_ floatper_ vf 
- Completion Queue resources per Virtual Function (VF).
- enabled bool
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- int_count_ floatper_ vf 
- Interrupt Count resources per Virtual Function (VF).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rx_count_ floatper_ vf 
- Receive Queue resources per Virtual Function (VF).
- tx_count_ floatper_ vf 
- Transmit Queue resources per Virtual Function (VF).
- vf_count float
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- compCount NumberPer Vf 
- Completion Queue resources per Virtual Function (VF).
- enabled Boolean
- If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC.
- intCount NumberPer Vf 
- Interrupt Count resources per Virtual Function (VF).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxCount NumberPer Vf 
- Receive Queue resources per Virtual Function (VF).
- txCount NumberPer Vf 
- Transmit Queue resources per Virtual Function (VF).
- vfCount Number
- Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled.
GetVnicVnicTemplateTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVnicVnicTemplateTemplateAction     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Params
List<GetVnic Vnic Template Template Action Param> 
- Type string
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Params
[]GetVnic Vnic Template Template Action Param 
- Type string
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
List<GetVnic Vnic Template Template Action Param> 
- type String
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
GetVnic Vnic Template Template Action Param[] 
- type string
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
Sequence[GetVnic Vnic Template Template Action Param] 
- type str
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params List<Property Map>
- type String
- The action type to be executed.- Sync- The action to merge values from the template to its derived objects.
- Deploy- The action to execute deploy action on all the objects derived from the template that is mainly applicable for the various profile types.
- Detach- The action to detach the current derived object from its attached template.
- Attach- The action to attach the current object to the specified template.
 
GetVnicVnicTemplateTemplateActionParam      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the vNIC template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the vNIC template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the vNIC template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name of the vNIC template.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- 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.
- name str
- Name of the vNIC template.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the vNIC template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
GetVnicVnicTemplateUsnicSettings     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cos double
- Class of Service to be used for traffic on the usNIC.
- NrCount double
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UsnicAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the usNICs.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cos float64
- Class of Service to be used for traffic on the usNIC.
- NrCount float64
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UsnicAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the usNICs.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cos Double
- Class of Service to be used for traffic on the usNIC.
- nrCount Double
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- usnicAdapter StringPolicy 
- Ethernet Adapter policy to be associated with the usNICs.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cos number
- Class of Service to be used for traffic on the usNIC.
- nrCount number
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- usnicAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the usNICs.
- 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.
- cos float
- Class of Service to be used for traffic on the usNIC.
- nr_count float
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- usnic_adapter_ strpolicy 
- Ethernet Adapter policy to be associated with the usNICs.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cos Number
- Class of Service to be used for traffic on the usNIC.
- nrCount Number
- Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- usnicAdapter StringPolicy 
- Ethernet Adapter policy to be associated with the usNICs.
GetVnicVnicTemplateVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVnic Vnic Template Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Vnic Template Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVnic Vnic Template Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Vnic Template Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVnic Vnic Template Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Vnic Template Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVnic Vnic Template Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Vnic Template Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVnic Vnic Template 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 Vnic Template Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetVnicVnicTemplateVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicVnicTemplateVmqSettings     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Enables VMQ feature on the virtual interface.
- MultiQueue boolSupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- NumInterrupts double
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- NumSub doubleVnics 
- The number of sub vNICs to be created.
- NumVmqs double
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- VmmqAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Enables VMQ feature on the virtual interface.
- MultiQueue boolSupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- NumInterrupts float64
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- NumSub float64Vnics 
- The number of sub vNICs to be created.
- NumVmqs float64
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- VmmqAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Enables VMQ feature on the virtual interface.
- multiQueue BooleanSupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- numInterrupts Double
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- numSub DoubleVnics 
- The number of sub vNICs to be created.
- numVmqs Double
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmmqAdapter StringPolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- Enables VMQ feature on the virtual interface.
- multiQueue booleanSupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- numInterrupts number
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- numSub numberVnics 
- The number of sub vNICs to be created.
- numVmqs number
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmmqAdapter stringPolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
- 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.
- enabled bool
- Enables VMQ feature on the virtual interface.
- multi_queue_ boolsupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- num_interrupts float
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- num_sub_ floatvnics 
- The number of sub vNICs to be created.
- num_vmqs float
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmmq_adapter_ strpolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Enables VMQ feature on the virtual interface.
- multiQueue BooleanSupport 
- Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM.
- numInterrupts Number
- The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server.
- numSub NumberVnics 
- The number of sub vNICs to be created.
- numVmqs Number
- The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmmqAdapter StringPolicy 
- Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.