1. Packages
  2. Nsxt Provider
  3. API Docs
  4. PolicyHostTransportNode
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

nsxt.PolicyHostTransportNode

Explore with Pulumi AI

nsxt logo
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

    Create PolicyHostTransportNode Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PolicyHostTransportNode(name: string, args: PolicyHostTransportNodeArgs, opts?: CustomResourceOptions);
    @overload
    def PolicyHostTransportNode(resource_name: str,
                                args: PolicyHostTransportNodeArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def PolicyHostTransportNode(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                discovered_node_id: Optional[str] = None,
                                display_name: Optional[str] = None,
                                standard_host_switches: Optional[Sequence[PolicyHostTransportNodeStandardHostSwitchArgs]] = None,
                                description: Optional[str] = None,
                                enforcement_point: Optional[str] = None,
                                nsx_id: Optional[str] = None,
                                policy_host_transport_node_id: Optional[str] = None,
                                remove_nsx_on_destroy: Optional[bool] = None,
                                site_path: Optional[str] = None,
                                tags: Optional[Sequence[PolicyHostTransportNodeTagArgs]] = None)
    func NewPolicyHostTransportNode(ctx *Context, name string, args PolicyHostTransportNodeArgs, opts ...ResourceOption) (*PolicyHostTransportNode, error)
    public PolicyHostTransportNode(string name, PolicyHostTransportNodeArgs args, CustomResourceOptions? opts = null)
    public PolicyHostTransportNode(String name, PolicyHostTransportNodeArgs args)
    public PolicyHostTransportNode(String name, PolicyHostTransportNodeArgs args, CustomResourceOptions options)
    
    type: nsxt:PolicyHostTransportNode
    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 PolicyHostTransportNodeArgs
    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 PolicyHostTransportNodeArgs
    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 PolicyHostTransportNodeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PolicyHostTransportNodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PolicyHostTransportNodeArgs
    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 policyHostTransportNodeResource = new Nsxt.PolicyHostTransportNode("policyHostTransportNodeResource", new()
    {
        DiscoveredNodeId = "string",
        DisplayName = "string",
        StandardHostSwitches = new[]
        {
            new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchArgs
            {
                CpuConfigs = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs
                    {
                        NumLcores = 0,
                        NumaNodeIndex = 0,
                    },
                },
                HostSwitchId = "string",
                HostSwitchMode = "string",
                HostSwitchName = "string",
                IpAssignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs
                {
                    AssignedByDhcp = false,
                    NoIpv4 = false,
                    StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs
                    {
                        DefaultGateway = "string",
                        IpAddresses = new[]
                        {
                            "string",
                        },
                        SubnetMask = "string",
                    },
                    StaticIpMac = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacArgs
                    {
                        DefaultGateway = "string",
                        IpMacPairs = new[]
                        {
                            new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPairArgs
                            {
                                IpAddress = "string",
                                MacAddress = "string",
                            },
                        },
                        SubnetMask = "string",
                    },
                    StaticIpPool = "string",
                },
                Ipv6Assignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentArgs
                {
                    AssignedByAutoconf = false,
                    AssignedByDhcpv6 = false,
                    NoIpv6 = false,
                    StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpArgs
                    {
                        DefaultGateway = "string",
                        IpAddresses = new[]
                        {
                            "string",
                        },
                        PrefixLength = "string",
                    },
                    StaticIpMac = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacArgs
                    {
                        DefaultGateway = "string",
                        IpMacPairs = new[]
                        {
                            new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPairArgs
                            {
                                IpAddress = "string",
                                MacAddress = "string",
                            },
                        },
                        PrefixLength = "string",
                    },
                    StaticIpPool = "string",
                },
                IsMigratePnics = false,
                Pnics = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchPnicArgs
                    {
                        DeviceName = "string",
                        UplinkName = "string",
                    },
                },
                TransportNodeProfileSubConfigs = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs
                    {
                        HostSwitchConfigOption = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs
                        {
                            HostSwitchId = "string",
                            IpAssignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs
                            {
                                AssignedByDhcp = false,
                                NoIpv4 = false,
                                StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs
                                {
                                    DefaultGateway = "string",
                                    IpAddresses = new[]
                                    {
                                        "string",
                                    },
                                    SubnetMask = "string",
                                },
                                StaticIpMac = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacArgs
                                {
                                    DefaultGateway = "string",
                                    IpMacPairs = new[]
                                    {
                                        new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPairArgs
                                        {
                                            IpAddress = "string",
                                            MacAddress = "string",
                                        },
                                    },
                                    SubnetMask = "string",
                                },
                                StaticIpPool = "string",
                            },
                            Ipv6Assignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentArgs
                            {
                                AssignedByAutoconf = false,
                                AssignedByDhcpv6 = false,
                                NoIpv6 = false,
                                StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpArgs
                                {
                                    DefaultGateway = "string",
                                    IpAddresses = new[]
                                    {
                                        "string",
                                    },
                                    PrefixLength = "string",
                                },
                                StaticIpMac = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacArgs
                                {
                                    DefaultGateway = "string",
                                    IpMacPairs = new[]
                                    {
                                        new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPairArgs
                                        {
                                            IpAddress = "string",
                                            MacAddress = "string",
                                        },
                                    },
                                    PrefixLength = "string",
                                },
                                StaticIpPool = "string",
                            },
                            UplinkProfile = "string",
                            Uplinks = new[]
                            {
                                new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs
                                {
                                    UplinkName = "string",
                                    VdsLagName = "string",
                                    VdsUplinkName = "string",
                                },
                            },
                            VtepHaProfile = "string",
                        },
                        Name = "string",
                    },
                },
                TransportZoneEndpoints = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs
                    {
                        TransportZone = "string",
                        TransportZoneProfiles = new[]
                        {
                            "string",
                        },
                    },
                },
                UplinkProfile = "string",
                Uplinks = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchUplinkArgs
                    {
                        UplinkName = "string",
                        VdsLagName = "string",
                        VdsUplinkName = "string",
                    },
                },
                VmkInstallMigrations = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs
                    {
                        DestinationNetwork = "string",
                        DeviceName = "string",
                    },
                },
                VtepHaProfile = "string",
            },
        },
        Description = "string",
        EnforcementPoint = "string",
        NsxId = "string",
        PolicyHostTransportNodeId = "string",
        RemoveNsxOnDestroy = false,
        SitePath = "string",
        Tags = new[]
        {
            new Nsxt.Inputs.PolicyHostTransportNodeTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
    });
    
    example, err := nsxt.NewPolicyHostTransportNode(ctx, "policyHostTransportNodeResource", &nsxt.PolicyHostTransportNodeArgs{
    	DiscoveredNodeId: pulumi.String("string"),
    	DisplayName:      pulumi.String("string"),
    	StandardHostSwitches: nsxt.PolicyHostTransportNodeStandardHostSwitchArray{
    		&nsxt.PolicyHostTransportNodeStandardHostSwitchArgs{
    			CpuConfigs: nsxt.PolicyHostTransportNodeStandardHostSwitchCpuConfigArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs{
    					NumLcores:     pulumi.Float64(0),
    					NumaNodeIndex: pulumi.Float64(0),
    				},
    			},
    			HostSwitchId:   pulumi.String("string"),
    			HostSwitchMode: pulumi.String("string"),
    			HostSwitchName: pulumi.String("string"),
    			IpAssignment: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs{
    				AssignedByDhcp: pulumi.Bool(false),
    				NoIpv4:         pulumi.Bool(false),
    				StaticIp: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs{
    					DefaultGateway: pulumi.String("string"),
    					IpAddresses: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					SubnetMask: pulumi.String("string"),
    				},
    				StaticIpMac: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacArgs{
    					DefaultGateway: pulumi.String("string"),
    					IpMacPairs: nsxt.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPairArray{
    						&nsxt.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPairArgs{
    							IpAddress:  pulumi.String("string"),
    							MacAddress: pulumi.String("string"),
    						},
    					},
    					SubnetMask: pulumi.String("string"),
    				},
    				StaticIpPool: pulumi.String("string"),
    			},
    			Ipv6Assignment: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentArgs{
    				AssignedByAutoconf: pulumi.Bool(false),
    				AssignedByDhcpv6:   pulumi.Bool(false),
    				NoIpv6:             pulumi.Bool(false),
    				StaticIp: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpArgs{
    					DefaultGateway: pulumi.String("string"),
    					IpAddresses: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					PrefixLength: pulumi.String("string"),
    				},
    				StaticIpMac: &nsxt.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacArgs{
    					DefaultGateway: pulumi.String("string"),
    					IpMacPairs: nsxt.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPairArray{
    						&nsxt.PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPairArgs{
    							IpAddress:  pulumi.String("string"),
    							MacAddress: pulumi.String("string"),
    						},
    					},
    					PrefixLength: pulumi.String("string"),
    				},
    				StaticIpPool: pulumi.String("string"),
    			},
    			IsMigratePnics: pulumi.Bool(false),
    			Pnics: nsxt.PolicyHostTransportNodeStandardHostSwitchPnicArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchPnicArgs{
    					DeviceName: pulumi.String("string"),
    					UplinkName: pulumi.String("string"),
    				},
    			},
    			TransportNodeProfileSubConfigs: nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs{
    					HostSwitchConfigOption: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs{
    						HostSwitchId: pulumi.String("string"),
    						IpAssignment: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs{
    							AssignedByDhcp: pulumi.Bool(false),
    							NoIpv4:         pulumi.Bool(false),
    							StaticIp: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs{
    								DefaultGateway: pulumi.String("string"),
    								IpAddresses: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								SubnetMask: pulumi.String("string"),
    							},
    							StaticIpMac: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacArgs{
    								DefaultGateway: pulumi.String("string"),
    								IpMacPairs: nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPairArray{
    									&nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPairArgs{
    										IpAddress:  pulumi.String("string"),
    										MacAddress: pulumi.String("string"),
    									},
    								},
    								SubnetMask: pulumi.String("string"),
    							},
    							StaticIpPool: pulumi.String("string"),
    						},
    						Ipv6Assignment: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentArgs{
    							AssignedByAutoconf: pulumi.Bool(false),
    							AssignedByDhcpv6:   pulumi.Bool(false),
    							NoIpv6:             pulumi.Bool(false),
    							StaticIp: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpArgs{
    								DefaultGateway: pulumi.String("string"),
    								IpAddresses: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								PrefixLength: pulumi.String("string"),
    							},
    							StaticIpMac: &nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacArgs{
    								DefaultGateway: pulumi.String("string"),
    								IpMacPairs: nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPairArray{
    									&nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPairArgs{
    										IpAddress:  pulumi.String("string"),
    										MacAddress: pulumi.String("string"),
    									},
    								},
    								PrefixLength: pulumi.String("string"),
    							},
    							StaticIpPool: pulumi.String("string"),
    						},
    						UplinkProfile: pulumi.String("string"),
    						Uplinks: nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArray{
    							&nsxt.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs{
    								UplinkName:    pulumi.String("string"),
    								VdsLagName:    pulumi.String("string"),
    								VdsUplinkName: pulumi.String("string"),
    							},
    						},
    						VtepHaProfile: pulumi.String("string"),
    					},
    					Name: pulumi.String("string"),
    				},
    			},
    			TransportZoneEndpoints: nsxt.PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs{
    					TransportZone: pulumi.String("string"),
    					TransportZoneProfiles: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    			UplinkProfile: pulumi.String("string"),
    			Uplinks: nsxt.PolicyHostTransportNodeStandardHostSwitchUplinkArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchUplinkArgs{
    					UplinkName:    pulumi.String("string"),
    					VdsLagName:    pulumi.String("string"),
    					VdsUplinkName: pulumi.String("string"),
    				},
    			},
    			VmkInstallMigrations: nsxt.PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArray{
    				&nsxt.PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs{
    					DestinationNetwork: pulumi.String("string"),
    					DeviceName:         pulumi.String("string"),
    				},
    			},
    			VtepHaProfile: pulumi.String("string"),
    		},
    	},
    	Description:               pulumi.String("string"),
    	EnforcementPoint:          pulumi.String("string"),
    	NsxId:                     pulumi.String("string"),
    	PolicyHostTransportNodeId: pulumi.String("string"),
    	RemoveNsxOnDestroy:        pulumi.Bool(false),
    	SitePath:                  pulumi.String("string"),
    	Tags: nsxt.PolicyHostTransportNodeTagArray{
    		&nsxt.PolicyHostTransportNodeTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    })
    
    var policyHostTransportNodeResource = new PolicyHostTransportNode("policyHostTransportNodeResource", PolicyHostTransportNodeArgs.builder()
        .discoveredNodeId("string")
        .displayName("string")
        .standardHostSwitches(PolicyHostTransportNodeStandardHostSwitchArgs.builder()
            .cpuConfigs(PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs.builder()
                .numLcores(0)
                .numaNodeIndex(0)
                .build())
            .hostSwitchId("string")
            .hostSwitchMode("string")
            .hostSwitchName("string")
            .ipAssignment(PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs.builder()
                .assignedByDhcp(false)
                .noIpv4(false)
                .staticIp(PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs.builder()
                    .defaultGateway("string")
                    .ipAddresses("string")
                    .subnetMask("string")
                    .build())
                .staticIpMac(PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacArgs.builder()
                    .defaultGateway("string")
                    .ipMacPairs(PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPairArgs.builder()
                        .ipAddress("string")
                        .macAddress("string")
                        .build())
                    .subnetMask("string")
                    .build())
                .staticIpPool("string")
                .build())
            .ipv6Assignment(PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentArgs.builder()
                .assignedByAutoconf(false)
                .assignedByDhcpv6(false)
                .noIpv6(false)
                .staticIp(PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpArgs.builder()
                    .defaultGateway("string")
                    .ipAddresses("string")
                    .prefixLength("string")
                    .build())
                .staticIpMac(PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacArgs.builder()
                    .defaultGateway("string")
                    .ipMacPairs(PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPairArgs.builder()
                        .ipAddress("string")
                        .macAddress("string")
                        .build())
                    .prefixLength("string")
                    .build())
                .staticIpPool("string")
                .build())
            .isMigratePnics(false)
            .pnics(PolicyHostTransportNodeStandardHostSwitchPnicArgs.builder()
                .deviceName("string")
                .uplinkName("string")
                .build())
            .transportNodeProfileSubConfigs(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs.builder()
                .hostSwitchConfigOption(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs.builder()
                    .hostSwitchId("string")
                    .ipAssignment(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs.builder()
                        .assignedByDhcp(false)
                        .noIpv4(false)
                        .staticIp(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs.builder()
                            .defaultGateway("string")
                            .ipAddresses("string")
                            .subnetMask("string")
                            .build())
                        .staticIpMac(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacArgs.builder()
                            .defaultGateway("string")
                            .ipMacPairs(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPairArgs.builder()
                                .ipAddress("string")
                                .macAddress("string")
                                .build())
                            .subnetMask("string")
                            .build())
                        .staticIpPool("string")
                        .build())
                    .ipv6Assignment(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentArgs.builder()
                        .assignedByAutoconf(false)
                        .assignedByDhcpv6(false)
                        .noIpv6(false)
                        .staticIp(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpArgs.builder()
                            .defaultGateway("string")
                            .ipAddresses("string")
                            .prefixLength("string")
                            .build())
                        .staticIpMac(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacArgs.builder()
                            .defaultGateway("string")
                            .ipMacPairs(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPairArgs.builder()
                                .ipAddress("string")
                                .macAddress("string")
                                .build())
                            .prefixLength("string")
                            .build())
                        .staticIpPool("string")
                        .build())
                    .uplinkProfile("string")
                    .uplinks(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs.builder()
                        .uplinkName("string")
                        .vdsLagName("string")
                        .vdsUplinkName("string")
                        .build())
                    .vtepHaProfile("string")
                    .build())
                .name("string")
                .build())
            .transportZoneEndpoints(PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs.builder()
                .transportZone("string")
                .transportZoneProfiles("string")
                .build())
            .uplinkProfile("string")
            .uplinks(PolicyHostTransportNodeStandardHostSwitchUplinkArgs.builder()
                .uplinkName("string")
                .vdsLagName("string")
                .vdsUplinkName("string")
                .build())
            .vmkInstallMigrations(PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs.builder()
                .destinationNetwork("string")
                .deviceName("string")
                .build())
            .vtepHaProfile("string")
            .build())
        .description("string")
        .enforcementPoint("string")
        .nsxId("string")
        .policyHostTransportNodeId("string")
        .removeNsxOnDestroy(false)
        .sitePath("string")
        .tags(PolicyHostTransportNodeTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .build());
    
    policy_host_transport_node_resource = nsxt.PolicyHostTransportNode("policyHostTransportNodeResource",
        discovered_node_id="string",
        display_name="string",
        standard_host_switches=[{
            "cpu_configs": [{
                "num_lcores": 0,
                "numa_node_index": 0,
            }],
            "host_switch_id": "string",
            "host_switch_mode": "string",
            "host_switch_name": "string",
            "ip_assignment": {
                "assigned_by_dhcp": False,
                "no_ipv4": False,
                "static_ip": {
                    "default_gateway": "string",
                    "ip_addresses": ["string"],
                    "subnet_mask": "string",
                },
                "static_ip_mac": {
                    "default_gateway": "string",
                    "ip_mac_pairs": [{
                        "ip_address": "string",
                        "mac_address": "string",
                    }],
                    "subnet_mask": "string",
                },
                "static_ip_pool": "string",
            },
            "ipv6_assignment": {
                "assigned_by_autoconf": False,
                "assigned_by_dhcpv6": False,
                "no_ipv6": False,
                "static_ip": {
                    "default_gateway": "string",
                    "ip_addresses": ["string"],
                    "prefix_length": "string",
                },
                "static_ip_mac": {
                    "default_gateway": "string",
                    "ip_mac_pairs": [{
                        "ip_address": "string",
                        "mac_address": "string",
                    }],
                    "prefix_length": "string",
                },
                "static_ip_pool": "string",
            },
            "is_migrate_pnics": False,
            "pnics": [{
                "device_name": "string",
                "uplink_name": "string",
            }],
            "transport_node_profile_sub_configs": [{
                "host_switch_config_option": {
                    "host_switch_id": "string",
                    "ip_assignment": {
                        "assigned_by_dhcp": False,
                        "no_ipv4": False,
                        "static_ip": {
                            "default_gateway": "string",
                            "ip_addresses": ["string"],
                            "subnet_mask": "string",
                        },
                        "static_ip_mac": {
                            "default_gateway": "string",
                            "ip_mac_pairs": [{
                                "ip_address": "string",
                                "mac_address": "string",
                            }],
                            "subnet_mask": "string",
                        },
                        "static_ip_pool": "string",
                    },
                    "ipv6_assignment": {
                        "assigned_by_autoconf": False,
                        "assigned_by_dhcpv6": False,
                        "no_ipv6": False,
                        "static_ip": {
                            "default_gateway": "string",
                            "ip_addresses": ["string"],
                            "prefix_length": "string",
                        },
                        "static_ip_mac": {
                            "default_gateway": "string",
                            "ip_mac_pairs": [{
                                "ip_address": "string",
                                "mac_address": "string",
                            }],
                            "prefix_length": "string",
                        },
                        "static_ip_pool": "string",
                    },
                    "uplink_profile": "string",
                    "uplinks": [{
                        "uplink_name": "string",
                        "vds_lag_name": "string",
                        "vds_uplink_name": "string",
                    }],
                    "vtep_ha_profile": "string",
                },
                "name": "string",
            }],
            "transport_zone_endpoints": [{
                "transport_zone": "string",
                "transport_zone_profiles": ["string"],
            }],
            "uplink_profile": "string",
            "uplinks": [{
                "uplink_name": "string",
                "vds_lag_name": "string",
                "vds_uplink_name": "string",
            }],
            "vmk_install_migrations": [{
                "destination_network": "string",
                "device_name": "string",
            }],
            "vtep_ha_profile": "string",
        }],
        description="string",
        enforcement_point="string",
        nsx_id="string",
        policy_host_transport_node_id="string",
        remove_nsx_on_destroy=False,
        site_path="string",
        tags=[{
            "scope": "string",
            "tag": "string",
        }])
    
    const policyHostTransportNodeResource = new nsxt.PolicyHostTransportNode("policyHostTransportNodeResource", {
        discoveredNodeId: "string",
        displayName: "string",
        standardHostSwitches: [{
            cpuConfigs: [{
                numLcores: 0,
                numaNodeIndex: 0,
            }],
            hostSwitchId: "string",
            hostSwitchMode: "string",
            hostSwitchName: "string",
            ipAssignment: {
                assignedByDhcp: false,
                noIpv4: false,
                staticIp: {
                    defaultGateway: "string",
                    ipAddresses: ["string"],
                    subnetMask: "string",
                },
                staticIpMac: {
                    defaultGateway: "string",
                    ipMacPairs: [{
                        ipAddress: "string",
                        macAddress: "string",
                    }],
                    subnetMask: "string",
                },
                staticIpPool: "string",
            },
            ipv6Assignment: {
                assignedByAutoconf: false,
                assignedByDhcpv6: false,
                noIpv6: false,
                staticIp: {
                    defaultGateway: "string",
                    ipAddresses: ["string"],
                    prefixLength: "string",
                },
                staticIpMac: {
                    defaultGateway: "string",
                    ipMacPairs: [{
                        ipAddress: "string",
                        macAddress: "string",
                    }],
                    prefixLength: "string",
                },
                staticIpPool: "string",
            },
            isMigratePnics: false,
            pnics: [{
                deviceName: "string",
                uplinkName: "string",
            }],
            transportNodeProfileSubConfigs: [{
                hostSwitchConfigOption: {
                    hostSwitchId: "string",
                    ipAssignment: {
                        assignedByDhcp: false,
                        noIpv4: false,
                        staticIp: {
                            defaultGateway: "string",
                            ipAddresses: ["string"],
                            subnetMask: "string",
                        },
                        staticIpMac: {
                            defaultGateway: "string",
                            ipMacPairs: [{
                                ipAddress: "string",
                                macAddress: "string",
                            }],
                            subnetMask: "string",
                        },
                        staticIpPool: "string",
                    },
                    ipv6Assignment: {
                        assignedByAutoconf: false,
                        assignedByDhcpv6: false,
                        noIpv6: false,
                        staticIp: {
                            defaultGateway: "string",
                            ipAddresses: ["string"],
                            prefixLength: "string",
                        },
                        staticIpMac: {
                            defaultGateway: "string",
                            ipMacPairs: [{
                                ipAddress: "string",
                                macAddress: "string",
                            }],
                            prefixLength: "string",
                        },
                        staticIpPool: "string",
                    },
                    uplinkProfile: "string",
                    uplinks: [{
                        uplinkName: "string",
                        vdsLagName: "string",
                        vdsUplinkName: "string",
                    }],
                    vtepHaProfile: "string",
                },
                name: "string",
            }],
            transportZoneEndpoints: [{
                transportZone: "string",
                transportZoneProfiles: ["string"],
            }],
            uplinkProfile: "string",
            uplinks: [{
                uplinkName: "string",
                vdsLagName: "string",
                vdsUplinkName: "string",
            }],
            vmkInstallMigrations: [{
                destinationNetwork: "string",
                deviceName: "string",
            }],
            vtepHaProfile: "string",
        }],
        description: "string",
        enforcementPoint: "string",
        nsxId: "string",
        policyHostTransportNodeId: "string",
        removeNsxOnDestroy: false,
        sitePath: "string",
        tags: [{
            scope: "string",
            tag: "string",
        }],
    });
    
    type: nsxt:PolicyHostTransportNode
    properties:
        description: string
        discoveredNodeId: string
        displayName: string
        enforcementPoint: string
        nsxId: string
        policyHostTransportNodeId: string
        removeNsxOnDestroy: false
        sitePath: string
        standardHostSwitches:
            - cpuConfigs:
                - numLcores: 0
                  numaNodeIndex: 0
              hostSwitchId: string
              hostSwitchMode: string
              hostSwitchName: string
              ipAssignment:
                assignedByDhcp: false
                noIpv4: false
                staticIp:
                    defaultGateway: string
                    ipAddresses:
                        - string
                    subnetMask: string
                staticIpMac:
                    defaultGateway: string
                    ipMacPairs:
                        - ipAddress: string
                          macAddress: string
                    subnetMask: string
                staticIpPool: string
              ipv6Assignment:
                assignedByAutoconf: false
                assignedByDhcpv6: false
                noIpv6: false
                staticIp:
                    defaultGateway: string
                    ipAddresses:
                        - string
                    prefixLength: string
                staticIpMac:
                    defaultGateway: string
                    ipMacPairs:
                        - ipAddress: string
                          macAddress: string
                    prefixLength: string
                staticIpPool: string
              isMigratePnics: false
              pnics:
                - deviceName: string
                  uplinkName: string
              transportNodeProfileSubConfigs:
                - hostSwitchConfigOption:
                    hostSwitchId: string
                    ipAssignment:
                        assignedByDhcp: false
                        noIpv4: false
                        staticIp:
                            defaultGateway: string
                            ipAddresses:
                                - string
                            subnetMask: string
                        staticIpMac:
                            defaultGateway: string
                            ipMacPairs:
                                - ipAddress: string
                                  macAddress: string
                            subnetMask: string
                        staticIpPool: string
                    ipv6Assignment:
                        assignedByAutoconf: false
                        assignedByDhcpv6: false
                        noIpv6: false
                        staticIp:
                            defaultGateway: string
                            ipAddresses:
                                - string
                            prefixLength: string
                        staticIpMac:
                            defaultGateway: string
                            ipMacPairs:
                                - ipAddress: string
                                  macAddress: string
                            prefixLength: string
                        staticIpPool: string
                    uplinkProfile: string
                    uplinks:
                        - uplinkName: string
                          vdsLagName: string
                          vdsUplinkName: string
                    vtepHaProfile: string
                  name: string
              transportZoneEndpoints:
                - transportZone: string
                  transportZoneProfiles:
                    - string
              uplinkProfile: string
              uplinks:
                - uplinkName: string
                  vdsLagName: string
                  vdsUplinkName: string
              vmkInstallMigrations:
                - destinationNetwork: string
                  deviceName: string
              vtepHaProfile: string
        tags:
            - scope: string
              tag: string
    

    PolicyHostTransportNode 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 PolicyHostTransportNode resource accepts the following input properties:

    DiscoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    DisplayName string
    Display name of the resource.
    StandardHostSwitches List<PolicyHostTransportNodeStandardHostSwitch>
    Standard host switch specification.
    Description string
    Description of the resource.
    EnforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    NsxId string
    NSX ID for this resource
    PolicyHostTransportNodeId string
    ID of the resource.
    RemoveNsxOnDestroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    SitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    Tags List<PolicyHostTransportNodeTag>
    A list of scope + tag pairs to associate with this resource.
    DiscoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    DisplayName string
    Display name of the resource.
    StandardHostSwitches []PolicyHostTransportNodeStandardHostSwitchArgs
    Standard host switch specification.
    Description string
    Description of the resource.
    EnforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    NsxId string
    NSX ID for this resource
    PolicyHostTransportNodeId string
    ID of the resource.
    RemoveNsxOnDestroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    SitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    Tags []PolicyHostTransportNodeTagArgs
    A list of scope + tag pairs to associate with this resource.
    discoveredNodeId String
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName String
    Display name of the resource.
    standardHostSwitches List<PolicyHostTransportNodeStandardHostSwitch>
    Standard host switch specification.
    description String
    Description of the resource.
    enforcementPoint String
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId String
    NSX ID for this resource
    policyHostTransportNodeId String
    ID of the resource.
    removeNsxOnDestroy Boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    sitePath String
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    tags List<PolicyHostTransportNodeTag>
    A list of scope + tag pairs to associate with this resource.
    discoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName string
    Display name of the resource.
    standardHostSwitches PolicyHostTransportNodeStandardHostSwitch[]
    Standard host switch specification.
    description string
    Description of the resource.
    enforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId string
    NSX ID for this resource
    policyHostTransportNodeId string
    ID of the resource.
    removeNsxOnDestroy boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    sitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    tags PolicyHostTransportNodeTag[]
    A list of scope + tag pairs to associate with this resource.
    discovered_node_id str
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    display_name str
    Display name of the resource.
    standard_host_switches Sequence[PolicyHostTransportNodeStandardHostSwitchArgs]
    Standard host switch specification.
    description str
    Description of the resource.
    enforcement_point str
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsx_id str
    NSX ID for this resource
    policy_host_transport_node_id str
    ID of the resource.
    remove_nsx_on_destroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    site_path str
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    tags Sequence[PolicyHostTransportNodeTagArgs]
    A list of scope + tag pairs to associate with this resource.
    discoveredNodeId String
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName String
    Display name of the resource.
    standardHostSwitches List<Property Map>
    Standard host switch specification.
    description String
    Description of the resource.
    enforcementPoint String
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId String
    NSX ID for this resource
    policyHostTransportNodeId String
    ID of the resource.
    removeNsxOnDestroy Boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    sitePath String
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PolicyHostTransportNode resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    Policy path for this resource
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    Policy path for this resource
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id String
    The provider-assigned unique ID for this managed resource.
    path String
    Policy path for this resource
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id string
    The provider-assigned unique ID for this managed resource.
    path string
    Policy path for this resource
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id str
    The provider-assigned unique ID for this managed resource.
    path str
    Policy path for this resource
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id String
    The provider-assigned unique ID for this managed resource.
    path String
    Policy path for this resource
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.

    Look up Existing PolicyHostTransportNode Resource

    Get an existing PolicyHostTransportNode 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?: PolicyHostTransportNodeState, opts?: CustomResourceOptions): PolicyHostTransportNode
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            discovered_node_id: Optional[str] = None,
            display_name: Optional[str] = None,
            enforcement_point: Optional[str] = None,
            nsx_id: Optional[str] = None,
            path: Optional[str] = None,
            policy_host_transport_node_id: Optional[str] = None,
            remove_nsx_on_destroy: Optional[bool] = None,
            revision: Optional[float] = None,
            site_path: Optional[str] = None,
            standard_host_switches: Optional[Sequence[PolicyHostTransportNodeStandardHostSwitchArgs]] = None,
            tags: Optional[Sequence[PolicyHostTransportNodeTagArgs]] = None) -> PolicyHostTransportNode
    func GetPolicyHostTransportNode(ctx *Context, name string, id IDInput, state *PolicyHostTransportNodeState, opts ...ResourceOption) (*PolicyHostTransportNode, error)
    public static PolicyHostTransportNode Get(string name, Input<string> id, PolicyHostTransportNodeState? state, CustomResourceOptions? opts = null)
    public static PolicyHostTransportNode get(String name, Output<String> id, PolicyHostTransportNodeState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:PolicyHostTransportNode    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.
    The following state arguments are supported:
    Description string
    Description of the resource.
    DiscoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    DisplayName string
    Display name of the resource.
    EnforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    NsxId string
    NSX ID for this resource
    Path string
    Policy path for this resource
    PolicyHostTransportNodeId string
    ID of the resource.
    RemoveNsxOnDestroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    SitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    StandardHostSwitches List<PolicyHostTransportNodeStandardHostSwitch>
    Standard host switch specification.
    Tags List<PolicyHostTransportNodeTag>
    A list of scope + tag pairs to associate with this resource.
    Description string
    Description of the resource.
    DiscoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    DisplayName string
    Display name of the resource.
    EnforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    NsxId string
    NSX ID for this resource
    Path string
    Policy path for this resource
    PolicyHostTransportNodeId string
    ID of the resource.
    RemoveNsxOnDestroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    SitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    StandardHostSwitches []PolicyHostTransportNodeStandardHostSwitchArgs
    Standard host switch specification.
    Tags []PolicyHostTransportNodeTagArgs
    A list of scope + tag pairs to associate with this resource.
    description String
    Description of the resource.
    discoveredNodeId String
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName String
    Display name of the resource.
    enforcementPoint String
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId String
    NSX ID for this resource
    path String
    Policy path for this resource
    policyHostTransportNodeId String
    ID of the resource.
    removeNsxOnDestroy Boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    sitePath String
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    standardHostSwitches List<PolicyHostTransportNodeStandardHostSwitch>
    Standard host switch specification.
    tags List<PolicyHostTransportNodeTag>
    A list of scope + tag pairs to associate with this resource.
    description string
    Description of the resource.
    discoveredNodeId string
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName string
    Display name of the resource.
    enforcementPoint string
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId string
    NSX ID for this resource
    path string
    Policy path for this resource
    policyHostTransportNodeId string
    ID of the resource.
    removeNsxOnDestroy boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    sitePath string
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    standardHostSwitches PolicyHostTransportNodeStandardHostSwitch[]
    Standard host switch specification.
    tags PolicyHostTransportNodeTag[]
    A list of scope + tag pairs to associate with this resource.
    description str
    Description of the resource.
    discovered_node_id str
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    display_name str
    Display name of the resource.
    enforcement_point str
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsx_id str
    NSX ID for this resource
    path str
    Policy path for this resource
    policy_host_transport_node_id str
    ID of the resource.
    remove_nsx_on_destroy bool
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    site_path str
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    standard_host_switches Sequence[PolicyHostTransportNodeStandardHostSwitchArgs]
    Standard host switch specification.
    tags Sequence[PolicyHostTransportNodeTagArgs]
    A list of scope + tag pairs to associate with this resource.
    description String
    Description of the resource.
    discoveredNodeId String
    Discovered node id to create Host Transport Node. Specify discovered node id to create Host Transport Node for Discovered Node. This field is required during Host Transport Node create from vCenter server managing the ESXi type HostNode.
    displayName String
    Display name of the resource.
    enforcementPoint String
    The ID of enforcement point under given site_path to manage the Host Transport Node. Defaults to default enforcement point.
    nsxId String
    NSX ID for this resource
    path String
    Policy path for this resource
    policyHostTransportNodeId String
    ID of the resource.
    removeNsxOnDestroy Boolean
    Upon deletion, uninstall NSX from Transport Node. Default is true.
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    sitePath String
    The path of the site which the Host Transport Node belongs to. path field of the existing nsxt.PolicySite can be used here. Defaults to default site path.
    standardHostSwitches List<Property Map>
    Standard host switch specification.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.

    Supporting Types

    PolicyHostTransportNodeStandardHostSwitch, PolicyHostTransportNodeStandardHostSwitchArgs

    CpuConfigs List<PolicyHostTransportNodeStandardHostSwitchCpuConfig>
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    HostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    HostSwitchMode string
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    HostSwitchName string
    Host switch name. This name will be used to reference a host switch.
    HostSwitchProfiles List<string>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    IpAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Ipv6Assignment PolicyHostTransportNodeStandardHostSwitchIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    IsMigratePnics bool
    Migrate any pnics which are in use.
    Pnics List<PolicyHostTransportNodeStandardHostSwitchPnic>
    Physical NICs connected to the host switch.
    TransportNodeProfileSubConfigs List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig>
    Transport Node Profile sub-configuration Options.
    TransportZoneEndpoints List<PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint>
    Transport zone endpoints
    UplinkProfile string
    Uplink host switch profile path.
    Uplinks List<PolicyHostTransportNodeStandardHostSwitchUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VmkInstallMigrations List<PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration>
    The vmknic and logical switch mappings.
    VtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    CpuConfigs []PolicyHostTransportNodeStandardHostSwitchCpuConfig
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    HostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    HostSwitchMode string
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    HostSwitchName string
    Host switch name. This name will be used to reference a host switch.
    HostSwitchProfiles []string
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    IpAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Ipv6Assignment PolicyHostTransportNodeStandardHostSwitchIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    IsMigratePnics bool
    Migrate any pnics which are in use.
    Pnics []PolicyHostTransportNodeStandardHostSwitchPnic
    Physical NICs connected to the host switch.
    TransportNodeProfileSubConfigs []PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig
    Transport Node Profile sub-configuration Options.
    TransportZoneEndpoints []PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint
    Transport zone endpoints
    UplinkProfile string
    Uplink host switch profile path.
    Uplinks []PolicyHostTransportNodeStandardHostSwitchUplink
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VmkInstallMigrations []PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration
    The vmknic and logical switch mappings.
    VtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    cpuConfigs List<PolicyHostTransportNodeStandardHostSwitchCpuConfig>
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchMode String
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    hostSwitchName String
    Host switch name. This name will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment PolicyHostTransportNodeStandardHostSwitchIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    isMigratePnics Boolean
    Migrate any pnics which are in use.
    pnics List<PolicyHostTransportNodeStandardHostSwitchPnic>
    Physical NICs connected to the host switch.
    transportNodeProfileSubConfigs List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig>
    Transport Node Profile sub-configuration Options.
    transportZoneEndpoints List<PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint>
    Transport zone endpoints
    uplinkProfile String
    Uplink host switch profile path.
    uplinks List<PolicyHostTransportNodeStandardHostSwitchUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmkInstallMigrations List<PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration>
    The vmknic and logical switch mappings.
    vtepHaProfile String
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    cpuConfigs PolicyHostTransportNodeStandardHostSwitchCpuConfig[]
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    hostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchMode string
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    hostSwitchName string
    Host switch name. This name will be used to reference a host switch.
    hostSwitchProfiles string[]
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment PolicyHostTransportNodeStandardHostSwitchIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    isMigratePnics boolean
    Migrate any pnics which are in use.
    pnics PolicyHostTransportNodeStandardHostSwitchPnic[]
    Physical NICs connected to the host switch.
    transportNodeProfileSubConfigs PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig[]
    Transport Node Profile sub-configuration Options.
    transportZoneEndpoints PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint[]
    Transport zone endpoints
    uplinkProfile string
    Uplink host switch profile path.
    uplinks PolicyHostTransportNodeStandardHostSwitchUplink[]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmkInstallMigrations PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration[]
    The vmknic and logical switch mappings.
    vtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    cpu_configs Sequence[PolicyHostTransportNodeStandardHostSwitchCpuConfig]
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    host_switch_id str
    The host switch id. This ID will be used to reference a host switch.
    host_switch_mode str
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    host_switch_name str
    Host switch name. This name will be used to reference a host switch.
    host_switch_profiles Sequence[str]
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ip_assignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6_assignment PolicyHostTransportNodeStandardHostSwitchIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    is_migrate_pnics bool
    Migrate any pnics which are in use.
    pnics Sequence[PolicyHostTransportNodeStandardHostSwitchPnic]
    Physical NICs connected to the host switch.
    transport_node_profile_sub_configs Sequence[PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig]
    Transport Node Profile sub-configuration Options.
    transport_zone_endpoints Sequence[PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint]
    Transport zone endpoints
    uplink_profile str
    Uplink host switch profile path.
    uplinks Sequence[PolicyHostTransportNodeStandardHostSwitchUplink]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmk_install_migrations Sequence[PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration]
    The vmknic and logical switch mappings.
    vtep_ha_profile str
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    cpuConfigs List<Property Map>
    Enhanced Networking Stack enabled HostSwitch CPU configuration.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchMode String
    Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'.
    hostSwitchName String
    Host switch name. This name will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment Property Map
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment Property Map
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    isMigratePnics Boolean
    Migrate any pnics which are in use.
    pnics List<Property Map>
    Physical NICs connected to the host switch.
    transportNodeProfileSubConfigs List<Property Map>
    Transport Node Profile sub-configuration Options.
    transportZoneEndpoints List<Property Map>
    Transport zone endpoints
    uplinkProfile String
    Uplink host switch profile path.
    uplinks List<Property Map>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmkInstallMigrations List<Property Map>
    The vmknic and logical switch mappings.
    vtepHaProfile String
    VTEP high availablility host switch profile path. Only applicable with VDS switch.

    PolicyHostTransportNodeStandardHostSwitchCpuConfig, PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs

    NumLcores double
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    NumaNodeIndex double
    Unique index of the Non Uniform Memory Access (NUMA) node.
    NumLcores float64
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    NumaNodeIndex float64
    Unique index of the Non Uniform Memory Access (NUMA) node.
    numLcores Double
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    numaNodeIndex Double
    Unique index of the Non Uniform Memory Access (NUMA) node.
    numLcores number
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    numaNodeIndex number
    Unique index of the Non Uniform Memory Access (NUMA) node.
    num_lcores float
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    numa_node_index float
    Unique index of the Non Uniform Memory Access (NUMA) node.
    numLcores Number
    Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
    numaNodeIndex Number
    Unique index of the Non Uniform Memory Access (NUMA) node.

    PolicyHostTransportNodeStandardHostSwitchIpAssignment, PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs

    AssignedByDhcp bool
    Enables DHCP assignment.
    NoIpv4 bool
    No IPv4 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    AssignedByDhcp bool
    Enables DHCP assignment.
    NoIpv4 bool
    No IPv4 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    noIpv4 Boolean
    No IPv4 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp boolean
    Enables DHCP assignment.
    noIpv4 boolean
    No IPv4 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    assigned_by_dhcp bool
    Enables DHCP assignment.
    no_ipv4 bool
    No IPv4 for this host switch.
    static_ip PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_mac PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    static_ip_pool str
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    noIpv4 Boolean
    No IPv4 for this host switch.
    staticIp Property Map
    IP assignment specification for Static IP List.
    staticIpMac Property Map
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IP assignment specification.

    PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp, PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs

    DefaultGateway string
    Gateway IP
    IpAddresses List<string>
    List of IPs for transport node host switch virtual tunnel endpoints.
    SubnetMask string
    Subnet mask.
    DefaultGateway string
    Gateway IP
    IpAddresses []string
    List of IPs for transport node host switch virtual tunnel endpoints.
    SubnetMask string
    Subnet mask.
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask String
    Subnet mask.
    defaultGateway string
    Gateway IP
    ipAddresses string[]
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask string
    Subnet mask.
    default_gateway str
    Gateway IP
    ip_addresses Sequence[str]
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnet_mask str
    Subnet mask.
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask String
    Subnet mask.

    PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMac, PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacArgs

    defaultGateway String
    Gateway IP
    ipMacPairs List<Property Map>
    List of IP MAC Pairs
    subnetMask String
    Subnet mask

    PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPair, PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpMacIpMacPairArgs

    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address
    ipAddress string
    IPv6 address
    macAddress string
    MAC address
    ip_address str
    IPv6 address
    mac_address str
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address

    PolicyHostTransportNodeStandardHostSwitchIpv6Assignment, PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentArgs

    AssignedByAutoconf bool
    Enables autoconf assignment.
    AssignedByDhcpv6 bool
    Enables DHCP assignment.
    NoIpv6 bool
    No IPv6 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    AssignedByAutoconf bool
    Enables autoconf assignment.
    AssignedByDhcpv6 bool
    Enables DHCP assignment.
    NoIpv6 bool
    No IPv6 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf Boolean
    Enables autoconf assignment.
    assignedByDhcpv6 Boolean
    Enables DHCP assignment.
    noIpv6 Boolean
    No IPv6 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf boolean
    Enables autoconf assignment.
    assignedByDhcpv6 boolean
    Enables DHCP assignment.
    noIpv6 boolean
    No IPv6 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assigned_by_autoconf bool
    Enables autoconf assignment.
    assigned_by_dhcpv6 bool
    Enables DHCP assignment.
    no_ipv6 bool
    No IPv6 for this host switch.
    static_ip PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_mac PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    static_ip_pool str
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf Boolean
    Enables autoconf assignment.
    assignedByDhcpv6 Boolean
    Enables DHCP assignment.
    noIpv6 Boolean
    No IPv6 for this host switch.
    staticIp Property Map
    IP assignment specification for Static IP List.
    staticIpMac Property Map
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IPv6 assignment specification.

    PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIp, PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpArgs

    DefaultGateway string
    Gateway IP
    IpAddresses List<string>
    List of IPs for transport node host switch virtual tunnel endpoints.
    PrefixLength string
    Prefix Length
    DefaultGateway string
    Gateway IP
    IpAddresses []string
    List of IPs for transport node host switch virtual tunnel endpoints.
    PrefixLength string
    Prefix Length
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength String
    Prefix Length
    defaultGateway string
    Gateway IP
    ipAddresses string[]
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength string
    Prefix Length
    default_gateway str
    Gateway IP
    ip_addresses Sequence[str]
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefix_length str
    Prefix Length
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength String
    Prefix Length

    PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMac, PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacArgs

    defaultGateway String
    Gateway IP
    ipMacPairs List<Property Map>
    List of IP MAC Pairs
    prefixLength String
    Prefix Length

    PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPair, PolicyHostTransportNodeStandardHostSwitchIpv6AssignmentStaticIpMacIpMacPairArgs

    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address
    ipAddress string
    IPv6 address
    macAddress string
    MAC address
    ip_address str
    IPv6 address
    mac_address str
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address

    PolicyHostTransportNodeStandardHostSwitchPnic, PolicyHostTransportNodeStandardHostSwitchPnicArgs

    DeviceName string
    Device name or key.
    UplinkName string
    Uplink name for this Pnic.
    DeviceName string
    Device name or key.
    UplinkName string
    Uplink name for this Pnic.
    deviceName String
    Device name or key.
    uplinkName String
    Uplink name for this Pnic.
    deviceName string
    Device name or key.
    uplinkName string
    Uplink name for this Pnic.
    device_name str
    Device name or key.
    uplink_name str
    Uplink name for this Pnic.
    deviceName String
    Device name or key.
    uplinkName String
    Uplink name for this Pnic.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfig, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs

    HostSwitchConfigOption PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption
    Subset of the host switch configuration.
    Name string
    Name of the transport node profile config option.
    HostSwitchConfigOption PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption
    Subset of the host switch configuration.
    Name string
    Name of the transport node profile config option.
    hostSwitchConfigOption PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption
    Subset of the host switch configuration.
    name String
    Name of the transport node profile config option.
    hostSwitchConfigOption PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption
    Subset of the host switch configuration.
    name string
    Name of the transport node profile config option.
    host_switch_config_option PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption
    Subset of the host switch configuration.
    name str
    Name of the transport node profile config option.
    hostSwitchConfigOption Property Map
    Subset of the host switch configuration.
    name String
    Name of the transport node profile config option.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOption, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs

    HostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    HostSwitchProfiles List<string>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    IpAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Ipv6Assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    UplinkProfile string
    Uplink host switch profile path.
    Uplinks List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    HostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    HostSwitchProfiles []string
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    IpAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Ipv6Assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    UplinkProfile string
    Uplink host switch profile path.
    Uplinks []PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinkProfile String
    Uplink host switch profile path.
    uplinks List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vtepHaProfile String
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    hostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles string[]
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinkProfile string
    Uplink host switch profile path.
    uplinks PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink[]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vtepHaProfile string
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    host_switch_id str
    The host switch id. This ID will be used to reference a host switch.
    host_switch_profiles Sequence[str]
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ip_assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6_assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplink_profile str
    Uplink host switch profile path.
    uplinks Sequence[PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vtep_ha_profile str
    VTEP high availablility host switch profile path. Only applicable with VDS switch.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as uplink_profile)

    Deprecated: Deprecated

    ipAssignment Property Map
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    ipv6Assignment Property Map
    Specification for IPv6 to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinkProfile String
    Uplink host switch profile path.
    uplinks List<Property Map>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vtepHaProfile String
    VTEP high availablility host switch profile path. Only applicable with VDS switch.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs

    AssignedByDhcp bool
    Enables DHCP assignment.
    NoIpv4 bool
    No IPv4 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    StaticIpPool string
    IP assignment specification for Static IP Pool.
    AssignedByDhcp bool
    Enables DHCP assignment.
    NoIpv4 bool
    No IPv4 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    StaticIpPool string
    IP assignment specification for Static IP Pool.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    noIpv4 Boolean
    No IPv4 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool String
    IP assignment specification for Static IP Pool.
    assignedByDhcp boolean
    Enables DHCP assignment.
    noIpv4 boolean
    No IPv4 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool string
    IP assignment specification for Static IP Pool.
    assigned_by_dhcp bool
    Enables DHCP assignment.
    no_ipv4 bool
    No IPv4 for this host switch.
    static_ip PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_mac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac
    IP assignment specification for Static IP + MAC Pair List.
    static_ip_pool str
    IP assignment specification for Static IP Pool.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    noIpv4 Boolean
    No IPv4 for this host switch.
    staticIp Property Map
    IP assignment specification for Static IP List.
    staticIpMac Property Map
    IP assignment specification for Static IP + MAC Pair List.
    staticIpPool String
    IP assignment specification for Static IP Pool.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs

    DefaultGateway string
    Gateway IP
    IpAddresses List<string>
    List of IPs for transport node host switch virtual tunnel endpoints.
    SubnetMask string
    Subnet mask
    DefaultGateway string
    Gateway IP
    IpAddresses []string
    List of IPs for transport node host switch virtual tunnel endpoints.
    SubnetMask string
    Subnet mask
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask String
    Subnet mask
    defaultGateway string
    Gateway IP
    ipAddresses string[]
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask string
    Subnet mask
    default_gateway str
    Gateway IP
    ip_addresses Sequence[str]
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnet_mask str
    Subnet mask
    defaultGateway String
    Gateway IP
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    subnetMask String
    Subnet mask

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMac, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacArgs

    defaultGateway String
    Gateway IP
    ipMacPairs List<Property Map>
    List of IP MAC Pairs
    subnetMask String
    Subnet mask

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPair, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpMacIpMacPairArgs

    IpAddress string
    IP address
    MacAddress string
    MAC address
    IpAddress string
    IP address
    MacAddress string
    MAC address
    ipAddress String
    IP address
    macAddress String
    MAC address
    ipAddress string
    IP address
    macAddress string
    MAC address
    ip_address str
    IP address
    mac_address str
    MAC address
    ipAddress String
    IP address
    macAddress String
    MAC address

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6Assignment, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentArgs

    AssignedByAutoconf bool
    Enables autoconf assignment.
    AssignedByDhcpv6 bool
    Enables DHCP assignment.
    NoIpv6 bool
    No IPv6 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    AssignedByAutoconf bool
    Enables autoconf assignment.
    AssignedByDhcpv6 bool
    Enables DHCP assignment.
    NoIpv6 bool
    No IPv6 for this host switch.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    StaticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf Boolean
    Enables autoconf assignment.
    assignedByDhcpv6 Boolean
    Enables DHCP assignment.
    noIpv6 Boolean
    No IPv6 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf boolean
    Enables autoconf assignment.
    assignedByDhcpv6 boolean
    Enables DHCP assignment.
    noIpv6 boolean
    No IPv6 for this host switch.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpMac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool string
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assigned_by_autoconf bool
    Enables autoconf assignment.
    assigned_by_dhcpv6 bool
    Enables DHCP assignment.
    no_ipv6 bool
    No IPv6 for this host switch.
    static_ip PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_mac PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac
    IP assignment specification for Static IPv6 + MAC Pair List.
    static_ip_pool str
    Policy path of Static IP Pool used for IPv6 assignment specification.
    assignedByAutoconf Boolean
    Enables autoconf assignment.
    assignedByDhcpv6 Boolean
    Enables DHCP assignment.
    noIpv6 Boolean
    No IPv6 for this host switch.
    staticIp Property Map
    IP assignment specification for Static IP List.
    staticIpMac Property Map
    IP assignment specification for Static IPv6 + MAC Pair List.
    staticIpPool String
    Policy path of Static IP Pool used for IPv6 assignment specification.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIp, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpArgs

    DefaultGateway string
    Gateway IP.
    IpAddresses List<string>
    List of IPs for transport node host switch virtual tunnel endpoints.
    PrefixLength string
    Prefix Length.
    DefaultGateway string
    Gateway IP.
    IpAddresses []string
    List of IPs for transport node host switch virtual tunnel endpoints.
    PrefixLength string
    Prefix Length.
    defaultGateway String
    Gateway IP.
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength String
    Prefix Length.
    defaultGateway string
    Gateway IP.
    ipAddresses string[]
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength string
    Prefix Length.
    default_gateway str
    Gateway IP.
    ip_addresses Sequence[str]
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefix_length str
    Prefix Length.
    defaultGateway String
    Gateway IP.
    ipAddresses List<String>
    List of IPs for transport node host switch virtual tunnel endpoints.
    prefixLength String
    Prefix Length.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMac, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacArgs

    defaultGateway String
    Gateway IP.
    ipMacPairs List<Property Map>
    List of IP MAC Pairs
    prefixLength String
    Prefix Length.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPair, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpv6AssignmentStaticIpMacIpMacPairArgs

    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    IpAddress string
    IPv6 address
    MacAddress string
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address
    ipAddress string
    IPv6 address
    macAddress string
    MAC address
    ip_address str
    IPv6 address
    mac_address str
    MAC address
    ipAddress String
    IPv6 address
    macAddress String
    MAC address
    UplinkName string
    Uplink name from UplinkHostSwitch profile.
    VdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    VdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    UplinkName string
    Uplink name from UplinkHostSwitch profile.
    VdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    VdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName String
    Uplink name from UplinkHostSwitch profile.
    vdsLagName String
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName String
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName string
    Uplink name from UplinkHostSwitch profile.
    vdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplink_name str
    Uplink name from UplinkHostSwitch profile.
    vds_lag_name str
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vds_uplink_name str
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName String
    Uplink name from UplinkHostSwitch profile.
    vdsLagName String
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName String
    Uplink name of VMware vSphere Distributed Switch (VDS).

    PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpoint, PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs

    TransportZone string
    Unique ID identifying the transport zone for this endpoint.
    TransportZoneProfiles List<string>
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    TransportZone string
    Unique ID identifying the transport zone for this endpoint.
    TransportZoneProfiles []string
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    transportZone String
    Unique ID identifying the transport zone for this endpoint.
    transportZoneProfiles List<String>
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    transportZone string
    Unique ID identifying the transport zone for this endpoint.
    transportZoneProfiles string[]
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    transport_zone str
    Unique ID identifying the transport zone for this endpoint.
    transport_zone_profiles Sequence[str]
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    transportZone String
    Unique ID identifying the transport zone for this endpoint.
    transportZoneProfiles List<String>
    Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.
    UplinkName string
    Uplink name from UplinkHostSwitch profile.
    VdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    VdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    UplinkName string
    Uplink name from UplinkHostSwitch profile.
    VdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    VdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName String
    Uplink name from UplinkHostSwitch profile.
    vdsLagName String
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName String
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName string
    Uplink name from UplinkHostSwitch profile.
    vdsLagName string
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName string
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplink_name str
    Uplink name from UplinkHostSwitch profile.
    vds_lag_name str
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vds_uplink_name str
    Uplink name of VMware vSphere Distributed Switch (VDS).
    uplinkName String
    Uplink name from UplinkHostSwitch profile.
    vdsLagName String
    Link Aggregation Group (LAG) name of Virtual Distributed Switch.
    vdsUplinkName String
    Uplink name of VMware vSphere Distributed Switch (VDS).

    PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration, PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs

    DestinationNetwork string
    The network id to which the ESX vmk interface will be migrated.
    DeviceName string
    ESX vmk interface name.
    DestinationNetwork string
    The network id to which the ESX vmk interface will be migrated.
    DeviceName string
    ESX vmk interface name.
    destinationNetwork String
    The network id to which the ESX vmk interface will be migrated.
    deviceName String
    ESX vmk interface name.
    destinationNetwork string
    The network id to which the ESX vmk interface will be migrated.
    deviceName string
    ESX vmk interface name.
    destination_network str
    The network id to which the ESX vmk interface will be migrated.
    device_name str
    ESX vmk interface name.
    destinationNetwork String
    The network id to which the ESX vmk interface will be migrated.
    deviceName String
    ESX vmk interface name.

    PolicyHostTransportNodeTag, PolicyHostTransportNodeTagArgs

    Scope string
    Tag string
    A list of scope + tag pairs to associate with this resource.
    Scope string
    Tag string
    A list of scope + tag pairs to associate with this resource.
    scope String
    tag String
    A list of scope + tag pairs to associate with this resource.
    scope string
    tag string
    A list of scope + tag pairs to associate with this resource.
    scope str
    tag str
    A list of scope + tag pairs to associate with this resource.
    scope String
    tag String
    A list of scope + tag pairs to associate with this resource.

    Package Details

    Repository
    nsxt vmware/terraform-provider-nsxt
    License
    Notes
    This Pulumi package is based on the nsxt Terraform Provider.
    nsxt logo
    nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware