intersight.VnicVnicTemplate
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.
Create VnicVnicTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VnicVnicTemplate(name: string, args?: VnicVnicTemplateArgs, opts?: CustomResourceOptions);@overload
def VnicVnicTemplate(resource_name: str,
                     args: Optional[VnicVnicTemplateArgs] = None,
                     opts: Optional[ResourceOptions] = None)
@overload
def VnicVnicTemplate(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     account_moid: Optional[str] = None,
                     additional_properties: Optional[str] = None,
                     ancestors: Optional[Sequence[VnicVnicTemplateAncestorArgs]] = None,
                     cdns: Optional[Sequence[VnicVnicTemplateCdnArgs]] = 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_policies: Optional[Sequence[VnicVnicTemplateEthAdapterPolicyArgs]] = None,
                     eth_network_policies: Optional[Sequence[VnicVnicTemplateEthNetworkPolicyArgs]] = None,
                     eth_qos_policies: Optional[Sequence[VnicVnicTemplateEthQosPolicyArgs]] = None,
                     fabric_eth_network_control_policies: Optional[Sequence[VnicVnicTemplateFabricEthNetworkControlPolicyArgs]] = None,
                     fabric_eth_network_group_policies: Optional[Sequence[VnicVnicTemplateFabricEthNetworkGroupPolicyArgs]] = None,
                     failover_enabled: Optional[bool] = None,
                     iscsi_boot_policies: Optional[Sequence[VnicVnicTemplateIscsiBootPolicyArgs]] = None,
                     lcp_usage_count: Optional[float] = None,
                     mac_pools: Optional[Sequence[VnicVnicTemplateMacPoolArgs]] = None,
                     mod_time: Optional[str] = None,
                     moid: Optional[str] = None,
                     name: Optional[str] = None,
                     object_type: Optional[str] = None,
                     organizations: Optional[Sequence[VnicVnicTemplateOrganizationArgs]] = None,
                     owners: Optional[Sequence[str]] = None,
                     parents: Optional[Sequence[VnicVnicTemplateParentArgs]] = None,
                     peer_vnic_name: Optional[str] = None,
                     permission_resources: Optional[Sequence[VnicVnicTemplatePermissionResourceArgs]] = None,
                     pin_group_name: Optional[str] = None,
                     shared_scope: Optional[str] = None,
                     sriov_settings: Optional[Sequence[VnicVnicTemplateSriovSettingArgs]] = None,
                     switch_id: Optional[str] = None,
                     tags: Optional[Sequence[VnicVnicTemplateTagArgs]] = None,
                     template_actions: Optional[Sequence[VnicVnicTemplateTemplateActionArgs]] = None,
                     update_status: Optional[str] = None,
                     usage_count: Optional[float] = None,
                     usnic_settings: Optional[Sequence[VnicVnicTemplateUsnicSettingArgs]] = None,
                     version_contexts: Optional[Sequence[VnicVnicTemplateVersionContextArgs]] = None,
                     vmq_settings: Optional[Sequence[VnicVnicTemplateVmqSettingArgs]] = None,
                     vnic_vnic_template_id: Optional[str] = None)func NewVnicVnicTemplate(ctx *Context, name string, args *VnicVnicTemplateArgs, opts ...ResourceOption) (*VnicVnicTemplate, error)public VnicVnicTemplate(string name, VnicVnicTemplateArgs? args = null, CustomResourceOptions? opts = null)
public VnicVnicTemplate(String name, VnicVnicTemplateArgs args)
public VnicVnicTemplate(String name, VnicVnicTemplateArgs args, CustomResourceOptions options)
type: intersight:VnicVnicTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VnicVnicTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VnicVnicTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VnicVnicTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VnicVnicTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VnicVnicTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var vnicVnicTemplateResource = new Intersight.VnicVnicTemplate("vnicVnicTemplateResource", new()
{
    AccountMoid = "string",
    AdditionalProperties = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Cdns = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateCdnArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            NrSource = "string",
            ObjectType = "string",
            Value = "string",
        },
    },
    ClassId = "string",
    CreateTime = "string",
    Description = "string",
    DomainGroupMoid = "string",
    EnableOverride = false,
    EthAdapterPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateEthAdapterPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    EthNetworkPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateEthNetworkPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    EthQosPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateEthQosPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    FabricEthNetworkControlPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateFabricEthNetworkControlPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    FabricEthNetworkGroupPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateFabricEthNetworkGroupPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    FailoverEnabled = false,
    IscsiBootPolicies = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateIscsiBootPolicyArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    LcpUsageCount = 0,
    MacPools = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateMacPoolArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ModTime = "string",
    Moid = "string",
    Name = "string",
    ObjectType = "string",
    Organizations = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateOrganizationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PeerVnicName = "string",
    PermissionResources = new[]
    {
        new Intersight.Inputs.VnicVnicTemplatePermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PinGroupName = "string",
    SharedScope = "string",
    SriovSettings = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateSriovSettingArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            CompCountPerVf = 0,
            Enabled = false,
            IntCountPerVf = 0,
            ObjectType = "string",
            RxCountPerVf = 0,
            TxCountPerVf = 0,
            VfCount = 0,
        },
    },
    SwitchId = "string",
    Tags = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    TemplateActions = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateTemplateActionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            Params = new[]
            {
                new Intersight.Inputs.VnicVnicTemplateTemplateActionParamArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Name = "string",
                    ObjectType = "string",
                    Value = "string",
                },
            },
            Type = "string",
        },
    },
    UpdateStatus = "string",
    UsageCount = 0,
    UsnicSettings = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateUsnicSettingArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Cos = 0,
            NrCount = 0,
            ObjectType = "string",
            UsnicAdapterPolicy = "string",
        },
    },
    VersionContexts = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.VnicVnicTemplateVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.VnicVnicTemplateVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
    VmqSettings = new[]
    {
        new Intersight.Inputs.VnicVnicTemplateVmqSettingArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Enabled = false,
            MultiQueueSupport = false,
            NumInterrupts = 0,
            NumSubVnics = 0,
            NumVmqs = 0,
            ObjectType = "string",
            VmmqAdapterPolicy = "string",
        },
    },
    VnicVnicTemplateId = "string",
});
example, err := intersight.NewVnicVnicTemplate(ctx, "vnicVnicTemplateResource", &intersight.VnicVnicTemplateArgs{
	AccountMoid:          pulumi.String("string"),
	AdditionalProperties: pulumi.String("string"),
	Ancestors: intersight.VnicVnicTemplateAncestorArray{
		&intersight.VnicVnicTemplateAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Cdns: intersight.VnicVnicTemplateCdnArray{
		&intersight.VnicVnicTemplateCdnArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			NrSource:             pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	ClassId:         pulumi.String("string"),
	CreateTime:      pulumi.String("string"),
	Description:     pulumi.String("string"),
	DomainGroupMoid: pulumi.String("string"),
	EnableOverride:  pulumi.Bool(false),
	EthAdapterPolicies: intersight.VnicVnicTemplateEthAdapterPolicyArray{
		&intersight.VnicVnicTemplateEthAdapterPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	EthNetworkPolicies: intersight.VnicVnicTemplateEthNetworkPolicyArray{
		&intersight.VnicVnicTemplateEthNetworkPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	EthQosPolicies: intersight.VnicVnicTemplateEthQosPolicyArray{
		&intersight.VnicVnicTemplateEthQosPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	FabricEthNetworkControlPolicies: intersight.VnicVnicTemplateFabricEthNetworkControlPolicyArray{
		&intersight.VnicVnicTemplateFabricEthNetworkControlPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	FabricEthNetworkGroupPolicies: intersight.VnicVnicTemplateFabricEthNetworkGroupPolicyArray{
		&intersight.VnicVnicTemplateFabricEthNetworkGroupPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	FailoverEnabled: pulumi.Bool(false),
	IscsiBootPolicies: intersight.VnicVnicTemplateIscsiBootPolicyArray{
		&intersight.VnicVnicTemplateIscsiBootPolicyArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	LcpUsageCount: pulumi.Float64(0),
	MacPools: intersight.VnicVnicTemplateMacPoolArray{
		&intersight.VnicVnicTemplateMacPoolArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ModTime:    pulumi.String("string"),
	Moid:       pulumi.String("string"),
	Name:       pulumi.String("string"),
	ObjectType: pulumi.String("string"),
	Organizations: intersight.VnicVnicTemplateOrganizationArray{
		&intersight.VnicVnicTemplateOrganizationArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Owners: pulumi.StringArray{
		pulumi.String("string"),
	},
	Parents: intersight.VnicVnicTemplateParentArray{
		&intersight.VnicVnicTemplateParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PeerVnicName: pulumi.String("string"),
	PermissionResources: intersight.VnicVnicTemplatePermissionResourceArray{
		&intersight.VnicVnicTemplatePermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PinGroupName: pulumi.String("string"),
	SharedScope:  pulumi.String("string"),
	SriovSettings: intersight.VnicVnicTemplateSriovSettingArray{
		&intersight.VnicVnicTemplateSriovSettingArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			CompCountPerVf:       pulumi.Float64(0),
			Enabled:              pulumi.Bool(false),
			IntCountPerVf:        pulumi.Float64(0),
			ObjectType:           pulumi.String("string"),
			RxCountPerVf:         pulumi.Float64(0),
			TxCountPerVf:         pulumi.Float64(0),
			VfCount:              pulumi.Float64(0),
		},
	},
	SwitchId: pulumi.String("string"),
	Tags: intersight.VnicVnicTemplateTagArray{
		&intersight.VnicVnicTemplateTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	TemplateActions: intersight.VnicVnicTemplateTemplateActionArray{
		&intersight.VnicVnicTemplateTemplateActionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Params: intersight.VnicVnicTemplateTemplateActionParamArray{
				&intersight.VnicVnicTemplateTemplateActionParamArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Name:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Value:                pulumi.String("string"),
				},
			},
			Type: pulumi.String("string"),
		},
	},
	UpdateStatus: pulumi.String("string"),
	UsageCount:   pulumi.Float64(0),
	UsnicSettings: intersight.VnicVnicTemplateUsnicSettingArray{
		&intersight.VnicVnicTemplateUsnicSettingArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Cos:                  pulumi.Float64(0),
			NrCount:              pulumi.Float64(0),
			ObjectType:           pulumi.String("string"),
			UsnicAdapterPolicy:   pulumi.String("string"),
		},
	},
	VersionContexts: intersight.VnicVnicTemplateVersionContextArray{
		&intersight.VnicVnicTemplateVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.VnicVnicTemplateVersionContextInterestedMoArray{
				&intersight.VnicVnicTemplateVersionContextInterestedMoArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			MarkedForDeletion: pulumi.Bool(false),
			NrVersion:         pulumi.String("string"),
			ObjectType:        pulumi.String("string"),
			RefMos: intersight.VnicVnicTemplateVersionContextRefMoArray{
				&intersight.VnicVnicTemplateVersionContextRefMoArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			Timestamp:   pulumi.String("string"),
			VersionType: pulumi.String("string"),
		},
	},
	VmqSettings: intersight.VnicVnicTemplateVmqSettingArray{
		&intersight.VnicVnicTemplateVmqSettingArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Enabled:              pulumi.Bool(false),
			MultiQueueSupport:    pulumi.Bool(false),
			NumInterrupts:        pulumi.Float64(0),
			NumSubVnics:          pulumi.Float64(0),
			NumVmqs:              pulumi.Float64(0),
			ObjectType:           pulumi.String("string"),
			VmmqAdapterPolicy:    pulumi.String("string"),
		},
	},
	VnicVnicTemplateId: pulumi.String("string"),
})
var vnicVnicTemplateResource = new VnicVnicTemplate("vnicVnicTemplateResource", VnicVnicTemplateArgs.builder()
    .accountMoid("string")
    .additionalProperties("string")
    .ancestors(VnicVnicTemplateAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .cdns(VnicVnicTemplateCdnArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .nrSource("string")
        .objectType("string")
        .value("string")
        .build())
    .classId("string")
    .createTime("string")
    .description("string")
    .domainGroupMoid("string")
    .enableOverride(false)
    .ethAdapterPolicies(VnicVnicTemplateEthAdapterPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .ethNetworkPolicies(VnicVnicTemplateEthNetworkPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .ethQosPolicies(VnicVnicTemplateEthQosPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .fabricEthNetworkControlPolicies(VnicVnicTemplateFabricEthNetworkControlPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .fabricEthNetworkGroupPolicies(VnicVnicTemplateFabricEthNetworkGroupPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .failoverEnabled(false)
    .iscsiBootPolicies(VnicVnicTemplateIscsiBootPolicyArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .lcpUsageCount(0.0)
    .macPools(VnicVnicTemplateMacPoolArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .modTime("string")
    .moid("string")
    .name("string")
    .objectType("string")
    .organizations(VnicVnicTemplateOrganizationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .owners("string")
    .parents(VnicVnicTemplateParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .peerVnicName("string")
    .permissionResources(VnicVnicTemplatePermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .pinGroupName("string")
    .sharedScope("string")
    .sriovSettings(VnicVnicTemplateSriovSettingArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .compCountPerVf(0.0)
        .enabled(false)
        .intCountPerVf(0.0)
        .objectType("string")
        .rxCountPerVf(0.0)
        .txCountPerVf(0.0)
        .vfCount(0.0)
        .build())
    .switchId("string")
    .tags(VnicVnicTemplateTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .templateActions(VnicVnicTemplateTemplateActionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .params(VnicVnicTemplateTemplateActionParamArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .value("string")
            .build())
        .type("string")
        .build())
    .updateStatus("string")
    .usageCount(0.0)
    .usnicSettings(VnicVnicTemplateUsnicSettingArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .cos(0.0)
        .nrCount(0.0)
        .objectType("string")
        .usnicAdapterPolicy("string")
        .build())
    .versionContexts(VnicVnicTemplateVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(VnicVnicTemplateVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(VnicVnicTemplateVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .vmqSettings(VnicVnicTemplateVmqSettingArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .enabled(false)
        .multiQueueSupport(false)
        .numInterrupts(0.0)
        .numSubVnics(0.0)
        .numVmqs(0.0)
        .objectType("string")
        .vmmqAdapterPolicy("string")
        .build())
    .vnicVnicTemplateId("string")
    .build());
vnic_vnic_template_resource = intersight.VnicVnicTemplate("vnicVnicTemplateResource",
    account_moid="string",
    additional_properties="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    cdns=[{
        "additional_properties": "string",
        "class_id": "string",
        "nr_source": "string",
        "object_type": "string",
        "value": "string",
    }],
    class_id="string",
    create_time="string",
    description="string",
    domain_group_moid="string",
    enable_override=False,
    eth_adapter_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    eth_network_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    eth_qos_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    fabric_eth_network_control_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    fabric_eth_network_group_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    failover_enabled=False,
    iscsi_boot_policies=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    lcp_usage_count=0,
    mac_pools=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    mod_time="string",
    moid="string",
    name="string",
    object_type="string",
    organizations=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    owners=["string"],
    parents=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    peer_vnic_name="string",
    permission_resources=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    pin_group_name="string",
    shared_scope="string",
    sriov_settings=[{
        "additional_properties": "string",
        "class_id": "string",
        "comp_count_per_vf": 0,
        "enabled": False,
        "int_count_per_vf": 0,
        "object_type": "string",
        "rx_count_per_vf": 0,
        "tx_count_per_vf": 0,
        "vf_count": 0,
    }],
    switch_id="string",
    tags=[{
        "additional_properties": "string",
        "key": "string",
        "value": "string",
    }],
    template_actions=[{
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "params": [{
            "additional_properties": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "value": "string",
        }],
        "type": "string",
    }],
    update_status="string",
    usage_count=0,
    usnic_settings=[{
        "additional_properties": "string",
        "class_id": "string",
        "cos": 0,
        "nr_count": 0,
        "object_type": "string",
        "usnic_adapter_policy": "string",
    }],
    version_contexts=[{
        "additional_properties": "string",
        "class_id": "string",
        "interested_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "marked_for_deletion": False,
        "nr_version": "string",
        "object_type": "string",
        "ref_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "timestamp": "string",
        "version_type": "string",
    }],
    vmq_settings=[{
        "additional_properties": "string",
        "class_id": "string",
        "enabled": False,
        "multi_queue_support": False,
        "num_interrupts": 0,
        "num_sub_vnics": 0,
        "num_vmqs": 0,
        "object_type": "string",
        "vmmq_adapter_policy": "string",
    }],
    vnic_vnic_template_id="string")
const vnicVnicTemplateResource = new intersight.VnicVnicTemplate("vnicVnicTemplateResource", {
    accountMoid: "string",
    additionalProperties: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    cdns: [{
        additionalProperties: "string",
        classId: "string",
        nrSource: "string",
        objectType: "string",
        value: "string",
    }],
    classId: "string",
    createTime: "string",
    description: "string",
    domainGroupMoid: "string",
    enableOverride: false,
    ethAdapterPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    ethNetworkPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    ethQosPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    fabricEthNetworkControlPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    fabricEthNetworkGroupPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    failoverEnabled: false,
    iscsiBootPolicies: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    lcpUsageCount: 0,
    macPools: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    modTime: "string",
    moid: "string",
    name: "string",
    objectType: "string",
    organizations: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    owners: ["string"],
    parents: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    peerVnicName: "string",
    permissionResources: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    pinGroupName: "string",
    sharedScope: "string",
    sriovSettings: [{
        additionalProperties: "string",
        classId: "string",
        compCountPerVf: 0,
        enabled: false,
        intCountPerVf: 0,
        objectType: "string",
        rxCountPerVf: 0,
        txCountPerVf: 0,
        vfCount: 0,
    }],
    switchId: "string",
    tags: [{
        additionalProperties: "string",
        key: "string",
        value: "string",
    }],
    templateActions: [{
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        params: [{
            additionalProperties: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            value: "string",
        }],
        type: "string",
    }],
    updateStatus: "string",
    usageCount: 0,
    usnicSettings: [{
        additionalProperties: "string",
        classId: "string",
        cos: 0,
        nrCount: 0,
        objectType: "string",
        usnicAdapterPolicy: "string",
    }],
    versionContexts: [{
        additionalProperties: "string",
        classId: "string",
        interestedMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        markedForDeletion: false,
        nrVersion: "string",
        objectType: "string",
        refMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        timestamp: "string",
        versionType: "string",
    }],
    vmqSettings: [{
        additionalProperties: "string",
        classId: "string",
        enabled: false,
        multiQueueSupport: false,
        numInterrupts: 0,
        numSubVnics: 0,
        numVmqs: 0,
        objectType: "string",
        vmmqAdapterPolicy: "string",
    }],
    vnicVnicTemplateId: "string",
});
type: intersight:VnicVnicTemplate
properties:
    accountMoid: string
    additionalProperties: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    cdns:
        - additionalProperties: string
          classId: string
          nrSource: string
          objectType: string
          value: string
    classId: string
    createTime: string
    description: string
    domainGroupMoid: string
    enableOverride: false
    ethAdapterPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    ethNetworkPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    ethQosPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    fabricEthNetworkControlPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    fabricEthNetworkGroupPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    failoverEnabled: false
    iscsiBootPolicies:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    lcpUsageCount: 0
    macPools:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    modTime: string
    moid: string
    name: string
    objectType: string
    organizations:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    owners:
        - string
    parents:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    peerVnicName: string
    permissionResources:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    pinGroupName: string
    sharedScope: string
    sriovSettings:
        - additionalProperties: string
          classId: string
          compCountPerVf: 0
          enabled: false
          intCountPerVf: 0
          objectType: string
          rxCountPerVf: 0
          txCountPerVf: 0
          vfCount: 0
    switchId: string
    tags:
        - additionalProperties: string
          key: string
          value: string
    templateActions:
        - additionalProperties: string
          classId: string
          objectType: string
          params:
            - additionalProperties: string
              classId: string
              name: string
              objectType: string
              value: string
          type: string
    updateStatus: string
    usageCount: 0
    usnicSettings:
        - additionalProperties: string
          classId: string
          cos: 0
          nrCount: 0
          objectType: string
          usnicAdapterPolicy: string
    versionContexts:
        - additionalProperties: string
          classId: string
          interestedMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          markedForDeletion: false
          nrVersion: string
          objectType: string
          refMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          timestamp: string
          versionType: string
    vmqSettings:
        - additionalProperties: string
          classId: string
          enabled: false
          multiQueueSupport: false
          numInterrupts: 0
          numSubVnics: 0
          numVmqs: 0
          objectType: string
          vmmqAdapterPolicy: string
    vnicVnicTemplateId: string
VnicVnicTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The VnicVnicTemplate resource accepts the following input properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<VnicVnic Template Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Cdns
List<VnicVnic Template Cdn> 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter List<VnicPolicies Vnic Template Eth Adapter Policy> 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthNetwork List<VnicPolicies Vnic Template Eth Network Policy> 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthQos List<VnicPolicies Vnic Template Eth Qos Policy> 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth List<VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy> 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth List<VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy> 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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<VnicPolicies Vnic Template Iscsi Boot Policy> 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- LcpUsage doubleCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- MacPools List<VnicVnic Template Mac Pool> 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ModTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<VnicVnic Template Organization> 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<VnicVnic Template Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources List<VnicVnic Template Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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<VnicVnic Template Sriov Setting> 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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<VnicVnic Template Tag> 
- This complex property has following sub-properties:
- TemplateActions List<VnicVnic Template Template Action> 
- This complex property has following sub-properties:
- UpdateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- UsnicSettings List<VnicVnic Template Usnic Setting> 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- VersionContexts List<VnicVnic Template Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- VmqSettings List<VnicVnic Template Vmq Setting> 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- VnicVnic stringTemplate Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]VnicVnic Template Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Cdns
[]VnicVnic Template Cdn Args 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter []VnicPolicies Vnic Template Eth Adapter Policy Args 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthNetwork []VnicPolicies Vnic Template Eth Network Policy Args 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthQos []VnicPolicies Vnic Template Eth Qos Policy Args 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth []VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy Args 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth []VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy Args 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 []VnicPolicies Vnic Template Iscsi Boot Policy Args 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- LcpUsage float64Count 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- MacPools []VnicVnic Template Mac Pool Args 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ModTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]VnicVnic Template Organization Args 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]VnicVnic Template Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources []VnicVnic Template Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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 []VnicVnic Template Sriov Setting Args 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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.
- 
[]VnicVnic Template Tag Args 
- This complex property has following sub-properties:
- TemplateActions []VnicVnic Template Template Action Args 
- This complex property has following sub-properties:
- UpdateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- UsnicSettings []VnicVnic Template Usnic Setting Args 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- VersionContexts []VnicVnic Template Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- VmqSettings []VnicVnic Template Vmq Setting Args 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- VnicVnic stringTemplate Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<VnicVnic Template Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
List<VnicVnic Template Cdn> 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter List<VnicPolicies Vnic Template Eth Adapter Policy> 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork List<VnicPolicies Vnic Template Eth Network Policy> 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos List<VnicPolicies Vnic Template Eth Qos Policy> 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy> 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy> 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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<VnicPolicies Vnic Template Iscsi Boot Policy> 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage DoubleCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools List<VnicVnic Template Mac Pool> 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime String
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<VnicVnic Template Organization> 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<VnicVnic Template Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<VnicVnic Template Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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<VnicVnic Template Sriov Setting> 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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<VnicVnic Template Tag> 
- This complex property has following sub-properties:
- templateActions List<VnicVnic Template Template Action> 
- This complex property has following sub-properties:
- updateStatus String
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings List<VnicVnic Template Usnic Setting> 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts List<VnicVnic Template Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings List<VnicVnic Template Vmq Setting> 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic StringTemplate Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
VnicVnic Template Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
VnicVnic Template Cdn[] 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- Description of the vNIC template.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- enableOverride boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter VnicPolicies Vnic Template Eth Adapter Policy[] 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork VnicPolicies Vnic Template Eth Network Policy[] 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos VnicPolicies Vnic Template Eth Qos Policy[] 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy[] 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy[] 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 VnicPolicies Vnic Template Iscsi Boot Policy[] 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage numberCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools VnicVnic Template Mac Pool[] 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
VnicVnic Template Organization[] 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
VnicVnic Template Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources VnicVnic Template Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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 VnicVnic Template Sriov Setting[] 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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.
- 
VnicVnic Template Tag[] 
- This complex property has following sub-properties:
- templateActions VnicVnic Template Template Action[] 
- This complex property has following sub-properties:
- updateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings VnicVnic Template Usnic Setting[] 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts VnicVnic Template Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings VnicVnic Template Vmq Setting[] 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic stringTemplate Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[VnicVnic Template Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
Sequence[VnicVnic Template Cdn Args] 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- 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.
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- Description of the vNIC template.
- domain_group_ strmoid 
- (ReadOnly) 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[Vnicpolicies Vnic Template Eth Adapter Policy Args] 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- eth_network_ Sequence[Vnicpolicies Vnic Template Eth Network Policy Args] 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- eth_qos_ Sequence[Vnicpolicies Vnic Template Eth Qos Policy Args] 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabric_eth_ Sequence[Vnicnetwork_ control_ policies Vnic Template Fabric Eth Network Control Policy Args] 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabric_eth_ Sequence[Vnicnetwork_ group_ policies Vnic Template Fabric Eth Network Group Policy Args] 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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[Vnicpolicies Vnic Template Iscsi Boot Policy Args] 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcp_usage_ floatcount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- mac_pools Sequence[VnicVnic Template Mac Pool Args] 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- mod_time str
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Sequence[VnicVnic Template Organization Args] 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[VnicVnic Template Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peer_vnic_ strname 
- Name of the peer vNIC which belongs to the peer FI.
- permission_resources Sequence[VnicVnic Template Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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[VnicVnic Template Sriov Setting Args] 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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[VnicVnic Template Tag Args] 
- This complex property has following sub-properties:
- template_actions Sequence[VnicVnic Template Template Action Args] 
- This complex property has following sub-properties:
- update_status str
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnic_settings Sequence[VnicVnic Template Usnic Setting Args] 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- version_contexts Sequence[VnicVnic Template Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmq_settings Sequence[VnicVnic Template Vmq Setting Args] 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnic_vnic_ strtemplate_ id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns List<Property Map>
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- (ReadOnly) 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 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork List<Property Map>Policies 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos List<Property Map>Policies 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<Property Map>Network Control Policies 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<Property Map>Network Group Policies 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage NumberCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools List<Property Map>
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime String
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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>
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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>
- This complex property has following sub-properties:
- templateActions List<Property Map>
- This complex property has following sub-properties:
- updateStatus String
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings List<Property Map>
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings List<Property Map>
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic StringTemplate Id 
Outputs
All input properties are implicitly available as output properties. Additionally, the VnicVnicTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing VnicVnicTemplate Resource
Get an existing VnicVnicTemplate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: VnicVnicTemplateState, opts?: CustomResourceOptions): VnicVnicTemplate@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_moid: Optional[str] = None,
        additional_properties: Optional[str] = None,
        ancestors: Optional[Sequence[VnicVnicTemplateAncestorArgs]] = None,
        cdns: Optional[Sequence[VnicVnicTemplateCdnArgs]] = 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_policies: Optional[Sequence[VnicVnicTemplateEthAdapterPolicyArgs]] = None,
        eth_network_policies: Optional[Sequence[VnicVnicTemplateEthNetworkPolicyArgs]] = None,
        eth_qos_policies: Optional[Sequence[VnicVnicTemplateEthQosPolicyArgs]] = None,
        fabric_eth_network_control_policies: Optional[Sequence[VnicVnicTemplateFabricEthNetworkControlPolicyArgs]] = None,
        fabric_eth_network_group_policies: Optional[Sequence[VnicVnicTemplateFabricEthNetworkGroupPolicyArgs]] = None,
        failover_enabled: Optional[bool] = None,
        iscsi_boot_policies: Optional[Sequence[VnicVnicTemplateIscsiBootPolicyArgs]] = None,
        lcp_usage_count: Optional[float] = None,
        mac_pools: Optional[Sequence[VnicVnicTemplateMacPoolArgs]] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        object_type: Optional[str] = None,
        organizations: Optional[Sequence[VnicVnicTemplateOrganizationArgs]] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[VnicVnicTemplateParentArgs]] = None,
        peer_vnic_name: Optional[str] = None,
        permission_resources: Optional[Sequence[VnicVnicTemplatePermissionResourceArgs]] = None,
        pin_group_name: Optional[str] = None,
        shared_scope: Optional[str] = None,
        sriov_settings: Optional[Sequence[VnicVnicTemplateSriovSettingArgs]] = None,
        switch_id: Optional[str] = None,
        tags: Optional[Sequence[VnicVnicTemplateTagArgs]] = None,
        template_actions: Optional[Sequence[VnicVnicTemplateTemplateActionArgs]] = None,
        update_status: Optional[str] = None,
        usage_count: Optional[float] = None,
        usnic_settings: Optional[Sequence[VnicVnicTemplateUsnicSettingArgs]] = None,
        version_contexts: Optional[Sequence[VnicVnicTemplateVersionContextArgs]] = None,
        vmq_settings: Optional[Sequence[VnicVnicTemplateVmqSettingArgs]] = None,
        vnic_vnic_template_id: Optional[str] = None) -> VnicVnicTemplatefunc GetVnicVnicTemplate(ctx *Context, name string, id IDInput, state *VnicVnicTemplateState, opts ...ResourceOption) (*VnicVnicTemplate, error)public static VnicVnicTemplate Get(string name, Input<string> id, VnicVnicTemplateState? state, CustomResourceOptions? opts = null)public static VnicVnicTemplate get(String name, Output<String> id, VnicVnicTemplateState state, CustomResourceOptions options)resources:  _:    type: intersight:VnicVnicTemplate    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<VnicVnic Template Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Cdns
List<VnicVnic Template Cdn> 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter List<VnicPolicies Vnic Template Eth Adapter Policy> 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthNetwork List<VnicPolicies Vnic Template Eth Network Policy> 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthQos List<VnicPolicies Vnic Template Eth Qos Policy> 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth List<VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy> 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth List<VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy> 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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<VnicPolicies Vnic Template Iscsi Boot Policy> 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- LcpUsage doubleCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- MacPools List<VnicVnic Template Mac Pool> 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ModTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<VnicVnic Template Organization> 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<VnicVnic Template Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources List<VnicVnic Template Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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<VnicVnic Template Sriov Setting> 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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<VnicVnic Template Tag> 
- This complex property has following sub-properties:
- TemplateActions List<VnicVnic Template Template Action> 
- This complex property has following sub-properties:
- UpdateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- UsnicSettings List<VnicVnic Template Usnic Setting> 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- VersionContexts List<VnicVnic Template Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- VmqSettings List<VnicVnic Template Vmq Setting> 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- VnicVnic stringTemplate Id 
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]VnicVnic Template Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Cdns
[]VnicVnic Template Cdn Args 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- Description string
- Description of the vNIC template.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- EnableOverride bool
- When enabled, the configuration of the derived instances may override the template configuration.
- EthAdapter []VnicPolicies Vnic Template Eth Adapter Policy Args 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthNetwork []VnicPolicies Vnic Template Eth Network Policy Args 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- EthQos []VnicPolicies Vnic Template Eth Qos Policy Args 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth []VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy Args 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- FabricEth []VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy Args 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 []VnicPolicies Vnic Template Iscsi Boot Policy Args 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- LcpUsage float64Count 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- MacPools []VnicVnic Template Mac Pool Args 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ModTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]VnicVnic Template Organization Args 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]VnicVnic Template Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PeerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- PermissionResources []VnicVnic Template Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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 []VnicVnic Template Sriov Setting Args 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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.
- 
[]VnicVnic Template Tag Args 
- This complex property has following sub-properties:
- TemplateActions []VnicVnic Template Template Action Args 
- This complex property has following sub-properties:
- UpdateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- UsnicSettings []VnicVnic Template Usnic Setting Args 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- VersionContexts []VnicVnic Template Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- VmqSettings []VnicVnic Template Vmq Setting Args 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- VnicVnic stringTemplate Id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<VnicVnic Template Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
List<VnicVnic Template Cdn> 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- enableOverride Boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter List<VnicPolicies Vnic Template Eth Adapter Policy> 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork List<VnicPolicies Vnic Template Eth Network Policy> 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos List<VnicPolicies Vnic Template Eth Qos Policy> 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy> 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy> 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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<VnicPolicies Vnic Template Iscsi Boot Policy> 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage DoubleCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools List<VnicVnic Template Mac Pool> 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime String
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<VnicVnic Template Organization> 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<VnicVnic Template Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<VnicVnic Template Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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<VnicVnic Template Sriov Setting> 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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<VnicVnic Template Tag> 
- This complex property has following sub-properties:
- templateActions List<VnicVnic Template Template Action> 
- This complex property has following sub-properties:
- updateStatus String
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings List<VnicVnic Template Usnic Setting> 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts List<VnicVnic Template Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings List<VnicVnic Template Vmq Setting> 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic StringTemplate Id 
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
VnicVnic Template Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
VnicVnic Template Cdn[] 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- description string
- Description of the vNIC template.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- enableOverride boolean
- When enabled, the configuration of the derived instances may override the template configuration.
- ethAdapter VnicPolicies Vnic Template Eth Adapter Policy[] 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork VnicPolicies Vnic Template Eth Network Policy[] 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos VnicPolicies Vnic Template Eth Qos Policy[] 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth VnicNetwork Control Policies Vnic Template Fabric Eth Network Control Policy[] 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth VnicNetwork Group Policies Vnic Template Fabric Eth Network Group Policy[] 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 VnicPolicies Vnic Template Iscsi Boot Policy[] 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage numberCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools VnicVnic Template Mac Pool[] 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime string
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
VnicVnic Template Organization[] 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
VnicVnic Template Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic stringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources VnicVnic Template Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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 VnicVnic Template Sriov Setting[] 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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.
- 
VnicVnic Template Tag[] 
- This complex property has following sub-properties:
- templateActions VnicVnic Template Template Action[] 
- This complex property has following sub-properties:
- updateStatus string
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings VnicVnic Template Usnic Setting[] 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts VnicVnic Template Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings VnicVnic Template Vmq Setting[] 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic stringTemplate Id 
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[VnicVnic Template Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns
Sequence[VnicVnic Template Cdn Args] 
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- 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.
- create_time str
- (ReadOnly) The time when this managed object was created.
- description str
- Description of the vNIC template.
- domain_group_ strmoid 
- (ReadOnly) 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[Vnicpolicies Vnic Template Eth Adapter Policy Args] 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- eth_network_ Sequence[Vnicpolicies Vnic Template Eth Network Policy Args] 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- eth_qos_ Sequence[Vnicpolicies Vnic Template Eth Qos Policy Args] 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabric_eth_ Sequence[Vnicnetwork_ control_ policies Vnic Template Fabric Eth Network Control Policy Args] 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabric_eth_ Sequence[Vnicnetwork_ group_ policies Vnic Template Fabric Eth Network Group Policy Args] 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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[Vnicpolicies Vnic Template Iscsi Boot Policy Args] 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcp_usage_ floatcount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- mac_pools Sequence[VnicVnic Template Mac Pool Args] 
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- mod_time str
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Sequence[VnicVnic Template Organization Args] 
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[VnicVnic Template Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peer_vnic_ strname 
- Name of the peer vNIC which belongs to the peer FI.
- permission_resources Sequence[VnicVnic Template Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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[VnicVnic Template Sriov Setting Args] 
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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[VnicVnic Template Tag Args] 
- This complex property has following sub-properties:
- template_actions Sequence[VnicVnic Template Template Action Args] 
- This complex property has following sub-properties:
- update_status str
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnic_settings Sequence[VnicVnic Template Usnic Setting Args] 
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- version_contexts Sequence[VnicVnic Template Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmq_settings Sequence[VnicVnic Template Vmq Setting Args] 
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnic_vnic_ strtemplate_ id 
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- cdns List<Property Map>
- Consistent Device Naming configuration for the virtual NIC. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- description String
- Description of the vNIC template.
- domainGroup StringMoid 
- (ReadOnly) 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 
- A reference to a vnicEthAdapterPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethNetwork List<Property Map>Policies 
- A reference to a vnicEthNetworkPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ethQos List<Property Map>Policies 
- A reference to a vnicEthQosPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<Property Map>Network Control Policies 
- A reference to a fabricEthNetworkControlPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- fabricEth List<Property Map>Network Group Policies 
- An array of relationships to fabricEthNetworkGroupPolicy resources. This complex property has following sub-properties:
- 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 
- A reference to a vnicIscsiBootPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- lcpUsage NumberCount 
- (ReadOnly) The count of the Lan Connectivity Policies using vNIC template.
- macPools List<Property Map>
- A reference to a macpoolPool resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- modTime String
- (ReadOnly) 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
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- peerVnic StringName 
- Name of the peer vNIC which belongs to the peer FI.
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
- (ReadOnly) 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>
- Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. This complex property has following sub-properties:
- 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>
- This complex property has following sub-properties:
- templateActions List<Property Map>
- This complex property has following sub-properties:
- updateStatus String
- (ReadOnly) 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
- (ReadOnly) The number of objects derived from a Template MO instance.
- usnicSettings List<Property Map>
- User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. This complex property has following sub-properties:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vmqSettings List<Property Map>
- Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. This complex property has following sub-properties:
- vnicVnic StringTemplate Id 
Supporting Types
VnicVnicTemplateAncestor, VnicVnicTemplateAncestorArgs        
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateCdn, VnicVnicTemplateCdnArgs        
- AdditionalProperties string
- ClassId string
- 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
- 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
- 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
- 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
- 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
- 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.
VnicVnicTemplateEthAdapterPolicy, VnicVnicTemplateEthAdapterPolicyArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateEthNetworkPolicy, VnicVnicTemplateEthNetworkPolicyArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateEthQosPolicy, VnicVnicTemplateEthQosPolicyArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateFabricEthNetworkControlPolicy, VnicVnicTemplateFabricEthNetworkControlPolicyArgs                
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateFabricEthNetworkGroupPolicy, VnicVnicTemplateFabricEthNetworkGroupPolicyArgs                
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateIscsiBootPolicy, VnicVnicTemplateIscsiBootPolicyArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateMacPool, VnicVnicTemplateMacPoolArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateOrganization, VnicVnicTemplateOrganizationArgs        
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateParent, VnicVnicTemplateParentArgs        
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplatePermissionResource, VnicVnicTemplatePermissionResourceArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateSriovSetting, VnicVnicTemplateSriovSettingArgs          
- AdditionalProperties string
- ClassId string
- 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
- 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
- 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
- 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
- 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
- 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.
VnicVnicTemplateTag, VnicVnicTemplateTagArgs        
- 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.
VnicVnicTemplateTemplateAction, VnicVnicTemplateTemplateActionArgs          
- AdditionalProperties string
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Params
List<VnicVnic Template Template Action Param> 
- This complex property has following sub-properties:
- 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
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Params
[]VnicVnic Template Template Action Param 
- This complex property has following sub-properties:
- 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
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- params
List<VnicVnic Template Template Action Param> 
- This complex property has following sub-properties:
- 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
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- params
VnicVnic Template Template Action Param[] 
- This complex property has following sub-properties:
- 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
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- params
Sequence[VnicVnic Template Template Action Param] 
- This complex property has following sub-properties:
- 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
- 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>
- This complex property has following sub-properties:
- 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.
VnicVnicTemplateTemplateActionParam, VnicVnicTemplateTemplateActionParamArgs            
- AdditionalProperties string
- ClassId string
- Name string
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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
- Name string
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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
- name String
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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
- name string
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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
- name str
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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
- name String
- The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.* None- The default parameter that implies that no action parameter is required for the template action.*SyncType- The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.*SyncTimer- The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.*OverriddenList- The parameter applicable in attach operation indicating the configurations that must override the template configurations.
- 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.
VnicVnicTemplateUsnicSetting, VnicVnicTemplateUsnicSettingArgs          
- AdditionalProperties string
- ClassId string
- 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
- 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
- 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
- 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
- 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
- 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.
VnicVnicTemplateVersionContext, VnicVnicTemplateVersionContextArgs          
- AdditionalProperties string
- ClassId string
- InterestedMos List<VnicVnic Template Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) 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
- (ReadOnly) 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.
- RefMos List<VnicVnic Template Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) 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 intendedto 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
- InterestedMos []VnicVnic Template Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) 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
- (ReadOnly) 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.
- RefMos []VnicVnic Template Version Context Ref Mo 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) 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 intendedto 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
- interestedMos List<VnicVnic Template Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) 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
- (ReadOnly) 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.
- refMos List<VnicVnic Template Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) 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 intendedto 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
- interestedMos VnicVnic Template Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (ReadOnly) 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
- (ReadOnly) 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.
- refMos VnicVnic Template Version Context Ref Mo[] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- versionType string
- (ReadOnly) 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 intendedto 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
- interested_mos Sequence[VnicVnic Template Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (ReadOnly) 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
- (ReadOnly) 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_mos Sequence[VnicVnic Template Version Context Ref Mo] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type str
- (ReadOnly) 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 intendedto 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
- interestedMos List<Property Map>
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) 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
- (ReadOnly) 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.
- refMos List<Property Map>
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) 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 intendedto 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.
VnicVnicTemplateVersionContextInterestedMo, VnicVnicTemplateVersionContextInterestedMoArgs              
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateVersionContextRefMo, VnicVnicTemplateVersionContextRefMoArgs              
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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
- moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
VnicVnicTemplateVmqSetting, VnicVnicTemplateVmqSettingArgs          
- AdditionalProperties string
- ClassId string
- 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
- 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
- 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
- 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
- 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
- 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.
Import
intersight_vnic_vnic_template can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/vnicVnicTemplate:VnicVnicTemplate example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.