1. Packages
  2. Nsxt Provider
  3. API Docs
  4. PolicyHostTransportNode
nsxt 3.8.0 published on Monday, Apr 14, 2025 by vmware

nsxt.PolicyHostTransportNode

Explore with Pulumi AI

nsxt logo
nsxt 3.8.0 published on Monday, Apr 14, 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
            {
                IpAssignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs
                {
                    AssignedByDhcp = false,
                    StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs
                    {
                        DefaultGateway = "string",
                        IpAddresses = new[]
                        {
                            "string",
                        },
                        SubnetMask = "string",
                    },
                    StaticIpPool = "string",
                },
                CpuConfigs = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs
                    {
                        NumLcores = 0,
                        NumaNodeIndex = 0,
                    },
                },
                HostSwitchId = "string",
                HostSwitchMode = "string",
                HostSwitchName = "string",
                HostSwitchProfiles = new[]
                {
                    "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",
                            HostSwitchProfiles = new[]
                            {
                                "string",
                            },
                            IpAssignment = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs
                            {
                                AssignedByDhcp = false,
                                StaticIp = new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs
                                {
                                    DefaultGateway = "string",
                                    IpAddresses = new[]
                                    {
                                        "string",
                                    },
                                    SubnetMask = "string",
                                },
                                StaticIpPool = "string",
                            },
                            Uplinks = new[]
                            {
                                new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs
                                {
                                    UplinkName = "string",
                                    VdsLagName = "string",
                                    VdsUplinkName = "string",
                                },
                            },
                        },
                        Name = "string",
                    },
                },
                TransportZoneEndpoints = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs
                    {
                        TransportZone = "string",
                        TransportZoneProfiles = new[]
                        {
                            "string",
                        },
                    },
                },
                Uplinks = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchUplinkArgs
                    {
                        UplinkName = "string",
                        VdsLagName = "string",
                        VdsUplinkName = "string",
                    },
                },
                VmkInstallMigrations = new[]
                {
                    new Nsxt.Inputs.PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs
                    {
                        DestinationNetwork = "string",
                        DeviceName = "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: .PolicyHostTransportNodeStandardHostSwitchArray{
    &.PolicyHostTransportNodeStandardHostSwitchArgs{
    IpAssignment: &.PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs{
    AssignedByDhcp: pulumi.Bool(false),
    StaticIp: &.PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs{
    DefaultGateway: pulumi.String("string"),
    IpAddresses: pulumi.StringArray{
    pulumi.String("string"),
    },
    SubnetMask: pulumi.String("string"),
    },
    StaticIpPool: pulumi.String("string"),
    },
    CpuConfigs: .PolicyHostTransportNodeStandardHostSwitchCpuConfigArray{
    &.PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs{
    NumLcores: pulumi.Float64(0),
    NumaNodeIndex: pulumi.Float64(0),
    },
    },
    HostSwitchId: pulumi.String("string"),
    HostSwitchMode: pulumi.String("string"),
    HostSwitchName: pulumi.String("string"),
    HostSwitchProfiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    IsMigratePnics: pulumi.Bool(false),
    Pnics: .PolicyHostTransportNodeStandardHostSwitchPnicArray{
    &.PolicyHostTransportNodeStandardHostSwitchPnicArgs{
    DeviceName: pulumi.String("string"),
    UplinkName: pulumi.String("string"),
    },
    },
    TransportNodeProfileSubConfigs: .PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArray{
    &.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs{
    HostSwitchConfigOption: &.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs{
    HostSwitchId: pulumi.String("string"),
    HostSwitchProfiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    IpAssignment: &.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs{
    AssignedByDhcp: pulumi.Bool(false),
    StaticIp: &.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs{
    DefaultGateway: pulumi.String("string"),
    IpAddresses: pulumi.StringArray{
    pulumi.String("string"),
    },
    SubnetMask: pulumi.String("string"),
    },
    StaticIpPool: pulumi.String("string"),
    },
    Uplinks: .PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArray{
    &.PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs{
    UplinkName: pulumi.String("string"),
    VdsLagName: pulumi.String("string"),
    VdsUplinkName: pulumi.String("string"),
    },
    },
    },
    Name: pulumi.String("string"),
    },
    },
    TransportZoneEndpoints: .PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArray{
    &.PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs{
    TransportZone: pulumi.String("string"),
    TransportZoneProfiles: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Uplinks: .PolicyHostTransportNodeStandardHostSwitchUplinkArray{
    &.PolicyHostTransportNodeStandardHostSwitchUplinkArgs{
    UplinkName: pulumi.String("string"),
    VdsLagName: pulumi.String("string"),
    VdsUplinkName: pulumi.String("string"),
    },
    },
    VmkInstallMigrations: .PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArray{
    &.PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs{
    DestinationNetwork: pulumi.String("string"),
    DeviceName: 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: .PolicyHostTransportNodeTagArray{
    &.PolicyHostTransportNodeTagArgs{
    Scope: pulumi.String("string"),
    Tag: pulumi.String("string"),
    },
    },
    })
    
    var policyHostTransportNodeResource = new PolicyHostTransportNode("policyHostTransportNodeResource", PolicyHostTransportNodeArgs.builder()
        .discoveredNodeId("string")
        .displayName("string")
        .standardHostSwitches(PolicyHostTransportNodeStandardHostSwitchArgs.builder()
            .ipAssignment(PolicyHostTransportNodeStandardHostSwitchIpAssignmentArgs.builder()
                .assignedByDhcp(false)
                .staticIp(PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIpArgs.builder()
                    .defaultGateway("string")
                    .ipAddresses("string")
                    .subnetMask("string")
                    .build())
                .staticIpPool("string")
                .build())
            .cpuConfigs(PolicyHostTransportNodeStandardHostSwitchCpuConfigArgs.builder()
                .numLcores(0)
                .numaNodeIndex(0)
                .build())
            .hostSwitchId("string")
            .hostSwitchMode("string")
            .hostSwitchName("string")
            .hostSwitchProfiles("string")
            .isMigratePnics(false)
            .pnics(PolicyHostTransportNodeStandardHostSwitchPnicArgs.builder()
                .deviceName("string")
                .uplinkName("string")
                .build())
            .transportNodeProfileSubConfigs(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigArgs.builder()
                .hostSwitchConfigOption(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionArgs.builder()
                    .hostSwitchId("string")
                    .hostSwitchProfiles("string")
                    .ipAssignment(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs.builder()
                        .assignedByDhcp(false)
                        .staticIp(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIpArgs.builder()
                            .defaultGateway("string")
                            .ipAddresses("string")
                            .subnetMask("string")
                            .build())
                        .staticIpPool("string")
                        .build())
                    .uplinks(PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplinkArgs.builder()
                        .uplinkName("string")
                        .vdsLagName("string")
                        .vdsUplinkName("string")
                        .build())
                    .build())
                .name("string")
                .build())
            .transportZoneEndpoints(PolicyHostTransportNodeStandardHostSwitchTransportZoneEndpointArgs.builder()
                .transportZone("string")
                .transportZoneProfiles("string")
                .build())
            .uplinks(PolicyHostTransportNodeStandardHostSwitchUplinkArgs.builder()
                .uplinkName("string")
                .vdsLagName("string")
                .vdsUplinkName("string")
                .build())
            .vmkInstallMigrations(PolicyHostTransportNodeStandardHostSwitchVmkInstallMigrationArgs.builder()
                .destinationNetwork("string")
                .deviceName("string")
                .build())
            .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=[{
            "ip_assignment": {
                "assigned_by_dhcp": False,
                "static_ip": {
                    "default_gateway": "string",
                    "ip_addresses": ["string"],
                    "subnet_mask": "string",
                },
                "static_ip_pool": "string",
            },
            "cpu_configs": [{
                "num_lcores": 0,
                "numa_node_index": 0,
            }],
            "host_switch_id": "string",
            "host_switch_mode": "string",
            "host_switch_name": "string",
            "host_switch_profiles": ["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",
                    "host_switch_profiles": ["string"],
                    "ip_assignment": {
                        "assigned_by_dhcp": False,
                        "static_ip": {
                            "default_gateway": "string",
                            "ip_addresses": ["string"],
                            "subnet_mask": "string",
                        },
                        "static_ip_pool": "string",
                    },
                    "uplinks": [{
                        "uplink_name": "string",
                        "vds_lag_name": "string",
                        "vds_uplink_name": "string",
                    }],
                },
                "name": "string",
            }],
            "transport_zone_endpoints": [{
                "transport_zone": "string",
                "transport_zone_profiles": ["string"],
            }],
            "uplinks": [{
                "uplink_name": "string",
                "vds_lag_name": "string",
                "vds_uplink_name": "string",
            }],
            "vmk_install_migrations": [{
                "destination_network": "string",
                "device_name": "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: [{
            ipAssignment: {
                assignedByDhcp: false,
                staticIp: {
                    defaultGateway: "string",
                    ipAddresses: ["string"],
                    subnetMask: "string",
                },
                staticIpPool: "string",
            },
            cpuConfigs: [{
                numLcores: 0,
                numaNodeIndex: 0,
            }],
            hostSwitchId: "string",
            hostSwitchMode: "string",
            hostSwitchName: "string",
            hostSwitchProfiles: ["string"],
            isMigratePnics: false,
            pnics: [{
                deviceName: "string",
                uplinkName: "string",
            }],
            transportNodeProfileSubConfigs: [{
                hostSwitchConfigOption: {
                    hostSwitchId: "string",
                    hostSwitchProfiles: ["string"],
                    ipAssignment: {
                        assignedByDhcp: false,
                        staticIp: {
                            defaultGateway: "string",
                            ipAddresses: ["string"],
                            subnetMask: "string",
                        },
                        staticIpPool: "string",
                    },
                    uplinks: [{
                        uplinkName: "string",
                        vdsLagName: "string",
                        vdsUplinkName: "string",
                    }],
                },
                name: "string",
            }],
            transportZoneEndpoints: [{
                transportZone: "string",
                transportZoneProfiles: ["string"],
            }],
            uplinks: [{
                uplinkName: "string",
                vdsLagName: "string",
                vdsUplinkName: "string",
            }],
            vmkInstallMigrations: [{
                destinationNetwork: "string",
                deviceName: "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
              hostSwitchProfiles:
                - string
              ipAssignment:
                assignedByDhcp: false
                staticIp:
                    defaultGateway: string
                    ipAddresses:
                        - string
                    subnetMask: string
                staticIpPool: string
              isMigratePnics: false
              pnics:
                - deviceName: string
                  uplinkName: string
              transportNodeProfileSubConfigs:
                - hostSwitchConfigOption:
                    hostSwitchId: string
                    hostSwitchProfiles:
                        - string
                    ipAssignment:
                        assignedByDhcp: false
                        staticIp:
                            defaultGateway: string
                            ipAddresses:
                                - string
                            subnetMask: string
                        staticIpPool: string
                    uplinks:
                        - uplinkName: string
                          vdsLagName: string
                          vdsUplinkName: string
                  name: string
              transportZoneEndpoints:
                - transportZone: string
                  transportZoneProfiles:
                    - string
              uplinks:
                - uplinkName: string
                  vdsLagName: string
                  vdsUplinkName: string
              vmkInstallMigrations:
                - destinationNetwork: string
                  deviceName: 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

    IpAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    Uplinks List<PolicyHostTransportNodeStandardHostSwitchUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VmkInstallMigrations List<PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration>
    The vmknic and logical switch mappings.
    IpAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    Uplinks []PolicyHostTransportNodeStandardHostSwitchUplink
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    VmkInstallMigrations []PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration
    The vmknic and logical switch mappings.
    ipAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    uplinks List<PolicyHostTransportNodeStandardHostSwitchUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmkInstallMigrations List<PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration>
    The vmknic and logical switch mappings.
    ipAssignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    uplinks PolicyHostTransportNodeStandardHostSwitchUplink[]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    vmkInstallMigrations PolicyHostTransportNodeStandardHostSwitchVmkInstallMigration[]
    The vmknic and logical switch mappings.
    ip_assignment PolicyHostTransportNodeStandardHostSwitchIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    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.
    ipAssignment Property Map
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    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 path of host switch profiles to be associated with this host switch.
    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
    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.

    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.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    AssignedByDhcp bool
    Enables DHCP assignment.
    StaticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpPool String
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp boolean
    Enables DHCP assignment.
    staticIp PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpPool string
    Policy path of Static IP Pool used for IP assignment specification.
    assigned_by_dhcp bool
    Enables DHCP assignment.
    static_ip PolicyHostTransportNodeStandardHostSwitchIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_pool str
    Policy path of Static IP Pool used for IP assignment specification.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    staticIp Property Map
    IP assignment specification for Static IP 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.

    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>
    Identifiers of host switch profiles to be associated with this host switch.
    IpAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Uplinks List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    HostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    HostSwitchProfiles []string
    Identifiers of host switch profiles to be associated with this host switch.
    IpAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    Uplinks []PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Identifiers of host switch profiles to be associated with this host switch.
    ipAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinks List<PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    hostSwitchId string
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles string[]
    Identifiers of host switch profiles to be associated with this host switch.
    ipAssignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinks PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink[]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    host_switch_id str
    The host switch id. This ID will be used to reference a host switch.
    host_switch_profiles Sequence[str]
    Identifiers of host switch profiles to be associated with this host switch.
    ip_assignment PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinks Sequence[PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionUplink]
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
    hostSwitchId String
    The host switch id. This ID will be used to reference a host switch.
    hostSwitchProfiles List<String>
    Identifiers of host switch profiles to be associated with this host switch.
    ipAssignment Property Map
    Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
    uplinks List<Property Map>
    Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.

    PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignment, PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentArgs

    AssignedByDhcp bool
    Enables DHCP assignment.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpPool string
    IP assignment specification for Static IP Pool.
    AssignedByDhcp bool
    Enables DHCP assignment.
    StaticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    StaticIpPool string
    IP assignment specification for Static IP Pool.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpPool String
    IP assignment specification for Static IP Pool.
    assignedByDhcp boolean
    Enables DHCP assignment.
    staticIp PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    staticIpPool string
    IP assignment specification for Static IP Pool.
    assigned_by_dhcp bool
    Enables DHCP assignment.
    static_ip PolicyHostTransportNodeStandardHostSwitchTransportNodeProfileSubConfigHostSwitchConfigOptionIpAssignmentStaticIp
    IP assignment specification for Static IP List.
    static_ip_pool str
    IP assignment specification for Static IP Pool.
    assignedByDhcp Boolean
    Enables DHCP assignment.
    staticIp Property Map
    IP assignment specification for Static IP 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.
    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.0 published on Monday, Apr 14, 2025 by vmware