Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Serviceengine"" pulumi-lang-dotnet=" avi.Serviceengine"" pulumi-lang-go=" Serviceengine"" pulumi-lang-python=" Serviceengine"" pulumi-lang-yaml=" avi.Serviceengine"" pulumi-lang-java=" avi.Serviceengine""> avi.Serviceengine" sidebar_current: “docs-avi-datasource-serviceengine” description: |- Get information of Avi ServiceEngine.
# avi.Serviceengine This data source is used to to get avi.Serviceengine objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooServiceengine = avi.getServiceengine({
uuid: "serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
cloudRef: "/api/cloud/?tenant=admin&name=Default-Cloud",
});
import pulumi
import pulumi_avi as avi
foo_serviceengine = avi.get_serviceengine(uuid="serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo",
cloud_ref="/api/cloud/?tenant=admin&name=Default-Cloud")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupServiceengine(ctx, &avi.LookupServiceengineArgs{
Uuid: pulumi.StringRef("serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
CloudRef: pulumi.StringRef("/api/cloud/?tenant=admin&name=Default-Cloud"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooServiceengine = Avi.GetServiceengine.Invoke(new()
{
Uuid = "serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
CloudRef = "/api/cloud/?tenant=admin&name=Default-Cloud",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetServiceengineArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooServiceengine = AviFunctions.getServiceengine(GetServiceengineArgs.builder()
.uuid("serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.cloudRef("/api/cloud/?tenant=admin&name=Default-Cloud")
.build());
}
}
variables:
fooServiceengine:
fn::invoke:
function: avi:getServiceengine
arguments:
uuid: serviceengine-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
cloudRef: /api/cloud/?tenant=admin&name=Default-Cloud
Using getServiceengine
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getServiceengine(args: GetServiceengineArgs, opts?: InvokeOptions): Promise<GetServiceengineResult>
function getServiceengineOutput(args: GetServiceengineOutputArgs, opts?: InvokeOptions): Output<GetServiceengineResult>def get_serviceengine(cloud_ref: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceengineResult
def get_serviceengine_output(cloud_ref: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceengineResult]func LookupServiceengine(ctx *Context, args *LookupServiceengineArgs, opts ...InvokeOption) (*LookupServiceengineResult, error)
func LookupServiceengineOutput(ctx *Context, args *LookupServiceengineOutputArgs, opts ...InvokeOption) LookupServiceengineResultOutput> Note: This function is named LookupServiceengine in the Go SDK.
public static class GetServiceengine
{
public static Task<GetServiceengineResult> InvokeAsync(GetServiceengineArgs args, InvokeOptions? opts = null)
public static Output<GetServiceengineResult> Invoke(GetServiceengineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceengineResult> getServiceengine(GetServiceengineArgs args, InvokeOptions options)
public static Output<GetServiceengineResult> getServiceengine(GetServiceengineArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getServiceengine:getServiceengine
arguments:
# arguments dictionaryThe following arguments are supported:
- cloud_
ref str - Search ServiceEngine by cloud_ref.
- id str
- name str
- Search ServiceEngine by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search ServiceEngine by uuid.
getServiceengine Result
The following output properties are available:
- Availability
Zone string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cloud
Ref string - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Container
Mode string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Container
Type string - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Created string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Ip string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Data
Vnics List<GetServiceengine Data Vnic> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
State string - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Flavor string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Host
Ref string - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hypervisor string
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Mgmt
Vnics List<GetServiceengine Mgmt Vnic> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nsxt
No stringHotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resources
List<Get
Serviceengine Resource> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Group stringRef - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Availability
Zone string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cloud
Ref string - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Container
Mode string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Container
Type string - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Created string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Ip string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Data
Vnics []GetServiceengine Data Vnic - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
State string - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Flavor string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Host
Ref string - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hypervisor string
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Mgmt
Vnics []GetServiceengine Mgmt Vnic - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nsxt
No stringHotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resources
[]Get
Serviceengine Resource - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Group stringRef - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- availability
Zone String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Ref String - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Mode String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Type String - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Created String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Ip String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- data
Vnics List<GetServiceengine Data Vnic> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
State String - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- flavor String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- host
Ref String - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hypervisor String
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- mgmt
Vnics List<GetServiceengine Mgmt Vnic> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
No StringHotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- resources
List<Get
Serviceengine Resource> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Group StringRef - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- availability
Zone string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Ref string - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Mode string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Type string - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Created string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Ip string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- data
Vnics GetServiceengine Data Vnic[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
State string - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- flavor string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- host
Ref string - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hypervisor string
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- mgmt
Vnics GetServiceengine Mgmt Vnic[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
No stringHotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- resources
Get
Serviceengine Resource[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Group stringRef - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- availability_
zone str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud_
ref str - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container_
mode str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container_
type str - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
created str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
ip str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- data_
vnics Sequence[GetServiceengine Data Vnic] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
state str - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- flavor str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- host_
ref str - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hypervisor str
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- mgmt_
vnics Sequence[GetServiceengine Mgmt Vnic] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt_
no_ strhotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- resources
Sequence[Get
Serviceengine Resource] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
group_ strref - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- availability
Zone String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Ref String - It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Mode String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- container
Type String - Enum options - container_type_bridge, container_type_host, container_type_host_dpdk. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Created String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Ip String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- data
Vnics List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
State String - Inorder to disable se set this field appropriately. Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- flavor String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- host
Ref String - It is a reference to an object of type vimgrhostruntime. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hypervisor String
- Enum options - default, vmware_esx, kvm, vmware_vsan, xen. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- mgmt
Vnics List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
No StringHotplug - If set to true, controller does not hotplugg the vnics. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- resources List<Property Map>
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Group StringRef - It is a reference to an object of type serviceenginegroup. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetServiceengineDataVnic
- Adapter string
- Aggregator
Chgd string - Can
Se stringDp Takeover - Connected string
- Del
Pending string - Delete
Vnic string - Dhcp
Enabled string - Dp
Deletion stringDone - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Asm string - Is
Avi stringInternal Network - Is
Hsm string - Is
Mgmt string - Is
Portchannel string - Link
Up string - Linux
Name string - Mac
Address string - Members
List<Get
Serviceengine Data Vnic Member> - Mtu string
- Network
Name string - Network
Ref string - Num
Rx stringDescriptors - Num
Tx stringDescriptors - Pci
Id string - Port
Uuid string - Vlan
Id string - Vlan
Interfaces List<GetServiceengine Data Vnic Vlan Interface> - Vnic
Networks List<GetServiceengine Data Vnic Vnic Network> - Vrf
Id string - Vrf
Ref string
- Adapter string
- Aggregator
Chgd string - Can
Se stringDp Takeover - Connected string
- Del
Pending string - Delete
Vnic string - Dhcp
Enabled string - Dp
Deletion stringDone - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Asm string - Is
Avi stringInternal Network - Is
Hsm string - Is
Mgmt string - Is
Portchannel string - Link
Up string - Linux
Name string - Mac
Address string - Members
[]Get
Serviceengine Data Vnic Member - Mtu string
- Network
Name string - Network
Ref string - Num
Rx stringDescriptors - Num
Tx stringDescriptors - Pci
Id string - Port
Uuid string - Vlan
Id string - Vlan
Interfaces []GetServiceengine Data Vnic Vlan Interface - Vnic
Networks []GetServiceengine Data Vnic Vnic Network - Vrf
Id string - Vrf
Ref string
- adapter String
- aggregator
Chgd String - can
Se StringDp Takeover - connected String
- del
Pending String - delete
Vnic String - dhcp
Enabled String - dp
Deletion StringDone - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Asm String - is
Avi StringInternal Network - is
Hsm String - is
Mgmt String - is
Portchannel String - link
Up String - linux
Name String - mac
Address String - members
List<Get
Serviceengine Data Vnic Member> - mtu String
- network
Name String - network
Ref String - num
Rx StringDescriptors - num
Tx StringDescriptors - pci
Id String - port
Uuid String - vlan
Id String - vlan
Interfaces List<GetServiceengine Data Vnic Vlan Interface> - vnic
Networks List<GetServiceengine Data Vnic Vnic Network> - vrf
Id String - vrf
Ref String
- adapter string
- aggregator
Chgd string - can
Se stringDp Takeover - connected string
- del
Pending string - delete
Vnic string - dhcp
Enabled string - dp
Deletion stringDone - enabled string
- if
Name string - ip6Autocfg
Enabled string - is
Asm string - is
Avi stringInternal Network - is
Hsm string - is
Mgmt string - is
Portchannel string - link
Up string - linux
Name string - mac
Address string - members
Get
Serviceengine Data Vnic Member[] - mtu string
- network
Name string - network
Ref string - num
Rx stringDescriptors - num
Tx stringDescriptors - pci
Id string - port
Uuid string - vlan
Id string - vlan
Interfaces GetServiceengine Data Vnic Vlan Interface[] - vnic
Networks GetServiceengine Data Vnic Vnic Network[] - vrf
Id string - vrf
Ref string
- adapter str
- aggregator_
chgd str - can_
se_ strdp_ takeover - connected str
- del_
pending str - delete_
vnic str - dhcp_
enabled str - dp_
deletion_ strdone - enabled str
- if_
name str - ip6_
autocfg_ strenabled - is_
asm str - is_
avi_ strinternal_ network - is_
hsm str - is_
mgmt str - is_
portchannel str - link_
up str - linux_
name str - mac_
address str - members
Sequence[Get
Serviceengine Data Vnic Member] - mtu str
- network_
name str - network_
ref str - num_
rx_ strdescriptors - num_
tx_ strdescriptors - pci_
id str - port_
uuid str - vlan_
id str - vlan_
interfaces Sequence[GetServiceengine Data Vnic Vlan Interface] - vnic_
networks Sequence[GetServiceengine Data Vnic Vnic Network] - vrf_
id str - vrf_
ref str
- adapter String
- aggregator
Chgd String - can
Se StringDp Takeover - connected String
- del
Pending String - delete
Vnic String - dhcp
Enabled String - dp
Deletion StringDone - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Asm String - is
Avi StringInternal Network - is
Hsm String - is
Mgmt String - is
Portchannel String - link
Up String - linux
Name String - mac
Address String - members List<Property Map>
- mtu String
- network
Name String - network
Ref String - num
Rx StringDescriptors - num
Tx StringDescriptors - pci
Id String - port
Uuid String - vlan
Id String - vlan
Interfaces List<Property Map> - vnic
Networks List<Property Map> - vrf
Id String - vrf
Ref String
GetServiceengineDataVnicMember
- Active string
- If
Name string - Mac
Address string
- Active string
- If
Name string - Mac
Address string
- active String
- if
Name String - mac
Address String
- active string
- if
Name string - mac
Address string
- active str
- if_
name str - mac_
address str
- active String
- if
Name String - mac
Address String
GetServiceengineDataVnicVlanInterface
- Dhcp
Enabled string - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Mgmt string - Vlan
Id string - Vnic
Networks List<GetServiceengine Data Vnic Vlan Interface Vnic Network> - Vrf
Ref string
- Dhcp
Enabled string - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Mgmt string - Vlan
Id string - Vnic
Networks []GetServiceengine Data Vnic Vlan Interface Vnic Network - Vrf
Ref string
- dhcp
Enabled String - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Mgmt String - vlan
Id String - vnic
Networks List<GetServiceengine Data Vnic Vlan Interface Vnic Network> - vrf
Ref String
- dhcp
Enabled string - enabled string
- if
Name string - ip6Autocfg
Enabled string - is
Mgmt string - vlan
Id string - vnic
Networks GetServiceengine Data Vnic Vlan Interface Vnic Network[] - vrf
Ref string
- dhcp
Enabled String - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Mgmt String - vlan
Id String - vnic
Networks List<Property Map> - vrf
Ref String
GetServiceengineDataVnicVlanInterfaceVnicNetwork
- ctlr
Alloc String - ips List<Property Map>
- mode String
GetServiceengineDataVnicVlanInterfaceVnicNetworkIp
- ip
Addrs List<Property Map> - mask String
GetServiceengineDataVnicVlanInterfaceVnicNetworkIpIpAddr
GetServiceengineDataVnicVnicNetwork
- Ctlr
Alloc string - Ips
List<Get
Serviceengine Data Vnic Vnic Network Ip> - Mode string
- Ctlr
Alloc string - Ips
[]Get
Serviceengine Data Vnic Vnic Network Ip - Mode string
- ctlr
Alloc String - ips
List<Get
Serviceengine Data Vnic Vnic Network Ip> - mode String
- ctlr
Alloc string - ips
Get
Serviceengine Data Vnic Vnic Network Ip[] - mode string
- ctlr
Alloc String - ips List<Property Map>
- mode String
GetServiceengineDataVnicVnicNetworkIp
- ip
Addrs List<Property Map> - mask String
GetServiceengineDataVnicVnicNetworkIpIpAddr
GetServiceengineMgmtVnic
- Adapter string
- Aggregator
Chgd string - Can
Se stringDp Takeover - Connected string
- Del
Pending string - Delete
Vnic string - Dhcp
Enabled string - Dp
Deletion stringDone - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Asm string - Is
Avi stringInternal Network - Is
Hsm string - Is
Mgmt string - Is
Portchannel string - Link
Up string - Linux
Name string - Mac
Address string - Members
List<Get
Serviceengine Mgmt Vnic Member> - Mtu string
- Network
Name string - Network
Ref string - Num
Rx stringDescriptors - Num
Tx stringDescriptors - Pci
Id string - Port
Uuid string - Vlan
Id string - Vlan
Interfaces List<GetServiceengine Mgmt Vnic Vlan Interface> - Vnic
Networks List<GetServiceengine Mgmt Vnic Vnic Network> - Vrf
Id string - Vrf
Ref string
- Adapter string
- Aggregator
Chgd string - Can
Se stringDp Takeover - Connected string
- Del
Pending string - Delete
Vnic string - Dhcp
Enabled string - Dp
Deletion stringDone - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Asm string - Is
Avi stringInternal Network - Is
Hsm string - Is
Mgmt string - Is
Portchannel string - Link
Up string - Linux
Name string - Mac
Address string - Members
[]Get
Serviceengine Mgmt Vnic Member - Mtu string
- Network
Name string - Network
Ref string - Num
Rx stringDescriptors - Num
Tx stringDescriptors - Pci
Id string - Port
Uuid string - Vlan
Id string - Vlan
Interfaces []GetServiceengine Mgmt Vnic Vlan Interface - Vnic
Networks []GetServiceengine Mgmt Vnic Vnic Network - Vrf
Id string - Vrf
Ref string
- adapter String
- aggregator
Chgd String - can
Se StringDp Takeover - connected String
- del
Pending String - delete
Vnic String - dhcp
Enabled String - dp
Deletion StringDone - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Asm String - is
Avi StringInternal Network - is
Hsm String - is
Mgmt String - is
Portchannel String - link
Up String - linux
Name String - mac
Address String - members
List<Get
Serviceengine Mgmt Vnic Member> - mtu String
- network
Name String - network
Ref String - num
Rx StringDescriptors - num
Tx StringDescriptors - pci
Id String - port
Uuid String - vlan
Id String - vlan
Interfaces List<GetServiceengine Mgmt Vnic Vlan Interface> - vnic
Networks List<GetServiceengine Mgmt Vnic Vnic Network> - vrf
Id String - vrf
Ref String
- adapter string
- aggregator
Chgd string - can
Se stringDp Takeover - connected string
- del
Pending string - delete
Vnic string - dhcp
Enabled string - dp
Deletion stringDone - enabled string
- if
Name string - ip6Autocfg
Enabled string - is
Asm string - is
Avi stringInternal Network - is
Hsm string - is
Mgmt string - is
Portchannel string - link
Up string - linux
Name string - mac
Address string - members
Get
Serviceengine Mgmt Vnic Member[] - mtu string
- network
Name string - network
Ref string - num
Rx stringDescriptors - num
Tx stringDescriptors - pci
Id string - port
Uuid string - vlan
Id string - vlan
Interfaces GetServiceengine Mgmt Vnic Vlan Interface[] - vnic
Networks GetServiceengine Mgmt Vnic Vnic Network[] - vrf
Id string - vrf
Ref string
- adapter str
- aggregator_
chgd str - can_
se_ strdp_ takeover - connected str
- del_
pending str - delete_
vnic str - dhcp_
enabled str - dp_
deletion_ strdone - enabled str
- if_
name str - ip6_
autocfg_ strenabled - is_
asm str - is_
avi_ strinternal_ network - is_
hsm str - is_
mgmt str - is_
portchannel str - link_
up str - linux_
name str - mac_
address str - members
Sequence[Get
Serviceengine Mgmt Vnic Member] - mtu str
- network_
name str - network_
ref str - num_
rx_ strdescriptors - num_
tx_ strdescriptors - pci_
id str - port_
uuid str - vlan_
id str - vlan_
interfaces Sequence[GetServiceengine Mgmt Vnic Vlan Interface] - vnic_
networks Sequence[GetServiceengine Mgmt Vnic Vnic Network] - vrf_
id str - vrf_
ref str
- adapter String
- aggregator
Chgd String - can
Se StringDp Takeover - connected String
- del
Pending String - delete
Vnic String - dhcp
Enabled String - dp
Deletion StringDone - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Asm String - is
Avi StringInternal Network - is
Hsm String - is
Mgmt String - is
Portchannel String - link
Up String - linux
Name String - mac
Address String - members List<Property Map>
- mtu String
- network
Name String - network
Ref String - num
Rx StringDescriptors - num
Tx StringDescriptors - pci
Id String - port
Uuid String - vlan
Id String - vlan
Interfaces List<Property Map> - vnic
Networks List<Property Map> - vrf
Id String - vrf
Ref String
GetServiceengineMgmtVnicMember
- Active string
- If
Name string - Mac
Address string
- Active string
- If
Name string - Mac
Address string
- active String
- if
Name String - mac
Address String
- active string
- if
Name string - mac
Address string
- active str
- if_
name str - mac_
address str
- active String
- if
Name String - mac
Address String
GetServiceengineMgmtVnicVlanInterface
- Dhcp
Enabled string - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Mgmt string - Vlan
Id string - Vnic
Networks List<GetServiceengine Mgmt Vnic Vlan Interface Vnic Network> - Vrf
Ref string
- Dhcp
Enabled string - Enabled string
- If
Name string - Ip6Autocfg
Enabled string - Is
Mgmt string - Vlan
Id string - Vnic
Networks []GetServiceengine Mgmt Vnic Vlan Interface Vnic Network - Vrf
Ref string
- dhcp
Enabled String - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Mgmt String - vlan
Id String - vnic
Networks List<GetServiceengine Mgmt Vnic Vlan Interface Vnic Network> - vrf
Ref String
- dhcp
Enabled string - enabled string
- if
Name string - ip6Autocfg
Enabled string - is
Mgmt string - vlan
Id string - vnic
Networks GetServiceengine Mgmt Vnic Vlan Interface Vnic Network[] - vrf
Ref string
- dhcp
Enabled String - enabled String
- if
Name String - ip6Autocfg
Enabled String - is
Mgmt String - vlan
Id String - vnic
Networks List<Property Map> - vrf
Ref String
GetServiceengineMgmtVnicVlanInterfaceVnicNetwork
- ctlr
Alloc String - ips List<Property Map>
- mode String
GetServiceengineMgmtVnicVlanInterfaceVnicNetworkIp
- ip
Addrs List<Property Map> - mask String
GetServiceengineMgmtVnicVlanInterfaceVnicNetworkIpIpAddr
GetServiceengineMgmtVnicVnicNetwork
- Ctlr
Alloc string - Ips
List<Get
Serviceengine Mgmt Vnic Vnic Network Ip> - Mode string
- Ctlr
Alloc string - Ips
[]Get
Serviceengine Mgmt Vnic Vnic Network Ip - Mode string
- ctlr
Alloc String - ips
List<Get
Serviceengine Mgmt Vnic Vnic Network Ip> - mode String
- ctlr
Alloc string - ips
Get
Serviceengine Mgmt Vnic Vnic Network Ip[] - mode string
- ctlr
Alloc String - ips List<Property Map>
- mode String
GetServiceengineMgmtVnicVnicNetworkIp
- ip
Addrs List<Property Map> - mask String
GetServiceengineMgmtVnicVnicNetworkIpIpAddr
GetServiceengineResource
- Cores
Per stringSocket - Disk string
- Hyper
Threading string - Hypervisor
Mode string - Memory string
- Num
Datapath stringProcesses - Num
Vcpus string - Qat
Mode string - Sockets string
- Cores
Per stringSocket - Disk string
- Hyper
Threading string - Hypervisor
Mode string - Memory string
- Num
Datapath stringProcesses - Num
Vcpus string - Qat
Mode string - Sockets string
- cores
Per StringSocket - disk String
- hyper
Threading String - hypervisor
Mode String - memory String
- num
Datapath StringProcesses - num
Vcpus String - qat
Mode String - sockets String
- cores
Per stringSocket - disk string
- hyper
Threading string - hypervisor
Mode string - memory string
- num
Datapath stringProcesses - num
Vcpus string - qat
Mode string - sockets string
- cores_
per_ strsocket - disk str
- hyper_
threading str - hypervisor_
mode str - memory str
- num_
datapath_ strprocesses - num_
vcpus str - qat_
mode str - sockets str
- cores
Per StringSocket - disk String
- hyper
Threading String - hypervisor
Mode String - memory String
- num
Datapath StringProcesses - num
Vcpus String - qat
Mode String - sockets String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
