1. Packages
  2. Nsxt Provider
  3. API Docs
  4. VpcConnectivityProfile
nsxt 3.9.0 published on Friday, Jun 20, 2025 by vmware

nsxt.VpcConnectivityProfile

Explore with Pulumi AI

nsxt logo
nsxt 3.9.0 published on Friday, Jun 20, 2025 by vmware

    Create VpcConnectivityProfile Resource

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

    Constructor syntax

    new VpcConnectivityProfile(name: string, args: VpcConnectivityProfileArgs, opts?: CustomResourceOptions);
    @overload
    def VpcConnectivityProfile(resource_name: str,
                               args: VpcConnectivityProfileArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcConnectivityProfile(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               context: Optional[VpcConnectivityProfileContextArgs] = None,
                               display_name: Optional[str] = None,
                               transit_gateway_path: Optional[str] = None,
                               description: Optional[str] = None,
                               external_ip_blocks: Optional[Sequence[str]] = None,
                               nsx_id: Optional[str] = None,
                               private_tgw_ip_blocks: Optional[Sequence[str]] = None,
                               service_gateway: Optional[VpcConnectivityProfileServiceGatewayArgs] = None,
                               tags: Optional[Sequence[VpcConnectivityProfileTagArgs]] = None,
                               vpc_connectivity_profile_id: Optional[str] = None)
    func NewVpcConnectivityProfile(ctx *Context, name string, args VpcConnectivityProfileArgs, opts ...ResourceOption) (*VpcConnectivityProfile, error)
    public VpcConnectivityProfile(string name, VpcConnectivityProfileArgs args, CustomResourceOptions? opts = null)
    public VpcConnectivityProfile(String name, VpcConnectivityProfileArgs args)
    public VpcConnectivityProfile(String name, VpcConnectivityProfileArgs args, CustomResourceOptions options)
    
    type: nsxt:VpcConnectivityProfile
    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 VpcConnectivityProfileArgs
    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 VpcConnectivityProfileArgs
    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 VpcConnectivityProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcConnectivityProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcConnectivityProfileArgs
    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 vpcConnectivityProfileResource = new Nsxt.VpcConnectivityProfile("vpcConnectivityProfileResource", new()
    {
        Context = new Nsxt.Inputs.VpcConnectivityProfileContextArgs
        {
            ProjectId = "string",
        },
        DisplayName = "string",
        TransitGatewayPath = "string",
        Description = "string",
        ExternalIpBlocks = new[]
        {
            "string",
        },
        NsxId = "string",
        PrivateTgwIpBlocks = new[]
        {
            "string",
        },
        ServiceGateway = new Nsxt.Inputs.VpcConnectivityProfileServiceGatewayArgs
        {
            EdgeClusterPaths = new[]
            {
                "string",
            },
            Enable = false,
            NatConfig = new Nsxt.Inputs.VpcConnectivityProfileServiceGatewayNatConfigArgs
            {
                EnableDefaultSnat = false,
            },
            QosConfig = new Nsxt.Inputs.VpcConnectivityProfileServiceGatewayQosConfigArgs
            {
                EgressQosProfilePath = "string",
                IngressQosProfilePath = "string",
            },
        },
        Tags = new[]
        {
            new Nsxt.Inputs.VpcConnectivityProfileTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
        VpcConnectivityProfileId = "string",
    });
    
    example, err := nsxt.NewVpcConnectivityProfile(ctx, "vpcConnectivityProfileResource", &nsxt.VpcConnectivityProfileArgs{
    	Context: &nsxt.VpcConnectivityProfileContextArgs{
    		ProjectId: pulumi.String("string"),
    	},
    	DisplayName:        pulumi.String("string"),
    	TransitGatewayPath: pulumi.String("string"),
    	Description:        pulumi.String("string"),
    	ExternalIpBlocks: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	NsxId: pulumi.String("string"),
    	PrivateTgwIpBlocks: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ServiceGateway: &nsxt.VpcConnectivityProfileServiceGatewayArgs{
    		EdgeClusterPaths: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Enable: pulumi.Bool(false),
    		NatConfig: &nsxt.VpcConnectivityProfileServiceGatewayNatConfigArgs{
    			EnableDefaultSnat: pulumi.Bool(false),
    		},
    		QosConfig: &nsxt.VpcConnectivityProfileServiceGatewayQosConfigArgs{
    			EgressQosProfilePath:  pulumi.String("string"),
    			IngressQosProfilePath: pulumi.String("string"),
    		},
    	},
    	Tags: nsxt.VpcConnectivityProfileTagArray{
    		&nsxt.VpcConnectivityProfileTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    	VpcConnectivityProfileId: pulumi.String("string"),
    })
    
    var vpcConnectivityProfileResource = new VpcConnectivityProfile("vpcConnectivityProfileResource", VpcConnectivityProfileArgs.builder()
        .context(VpcConnectivityProfileContextArgs.builder()
            .projectId("string")
            .build())
        .displayName("string")
        .transitGatewayPath("string")
        .description("string")
        .externalIpBlocks("string")
        .nsxId("string")
        .privateTgwIpBlocks("string")
        .serviceGateway(VpcConnectivityProfileServiceGatewayArgs.builder()
            .edgeClusterPaths("string")
            .enable(false)
            .natConfig(VpcConnectivityProfileServiceGatewayNatConfigArgs.builder()
                .enableDefaultSnat(false)
                .build())
            .qosConfig(VpcConnectivityProfileServiceGatewayQosConfigArgs.builder()
                .egressQosProfilePath("string")
                .ingressQosProfilePath("string")
                .build())
            .build())
        .tags(VpcConnectivityProfileTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .vpcConnectivityProfileId("string")
        .build());
    
    vpc_connectivity_profile_resource = nsxt.VpcConnectivityProfile("vpcConnectivityProfileResource",
        context={
            "project_id": "string",
        },
        display_name="string",
        transit_gateway_path="string",
        description="string",
        external_ip_blocks=["string"],
        nsx_id="string",
        private_tgw_ip_blocks=["string"],
        service_gateway={
            "edge_cluster_paths": ["string"],
            "enable": False,
            "nat_config": {
                "enable_default_snat": False,
            },
            "qos_config": {
                "egress_qos_profile_path": "string",
                "ingress_qos_profile_path": "string",
            },
        },
        tags=[{
            "scope": "string",
            "tag": "string",
        }],
        vpc_connectivity_profile_id="string")
    
    const vpcConnectivityProfileResource = new nsxt.VpcConnectivityProfile("vpcConnectivityProfileResource", {
        context: {
            projectId: "string",
        },
        displayName: "string",
        transitGatewayPath: "string",
        description: "string",
        externalIpBlocks: ["string"],
        nsxId: "string",
        privateTgwIpBlocks: ["string"],
        serviceGateway: {
            edgeClusterPaths: ["string"],
            enable: false,
            natConfig: {
                enableDefaultSnat: false,
            },
            qosConfig: {
                egressQosProfilePath: "string",
                ingressQosProfilePath: "string",
            },
        },
        tags: [{
            scope: "string",
            tag: "string",
        }],
        vpcConnectivityProfileId: "string",
    });
    
    type: nsxt:VpcConnectivityProfile
    properties:
        context:
            projectId: string
        description: string
        displayName: string
        externalIpBlocks:
            - string
        nsxId: string
        privateTgwIpBlocks:
            - string
        serviceGateway:
            edgeClusterPaths:
                - string
            enable: false
            natConfig:
                enableDefaultSnat: false
            qosConfig:
                egressQosProfilePath: string
                ingressQosProfilePath: string
        tags:
            - scope: string
              tag: string
        transitGatewayPath: string
        vpcConnectivityProfileId: string
    

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

    Context VpcConnectivityProfileContext
    Resource context
    DisplayName string
    Display name of the resource.
    TransitGatewayPath string
    Transit Gateway path.
    Description string
    Description of the resource.
    ExternalIpBlocks List<string>
    Policy path of External IP block
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    PrivateTgwIpBlocks List<string>
    Policy path of Private IP block
    ServiceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    Tags List<VpcConnectivityProfileTag>
    A list of scope + tag pairs to associate with this resource.
    VpcConnectivityProfileId string
    ID of the resource.
    Context VpcConnectivityProfileContextArgs
    Resource context
    DisplayName string
    Display name of the resource.
    TransitGatewayPath string
    Transit Gateway path.
    Description string
    Description of the resource.
    ExternalIpBlocks []string
    Policy path of External IP block
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    PrivateTgwIpBlocks []string
    Policy path of Private IP block
    ServiceGateway VpcConnectivityProfileServiceGatewayArgs
    Service Gateway configuration
    Tags []VpcConnectivityProfileTagArgs
    A list of scope + tag pairs to associate with this resource.
    VpcConnectivityProfileId string
    ID of the resource.
    context VpcConnectivityProfileContext
    Resource context
    displayName String
    Display name of the resource.
    transitGatewayPath String
    Transit Gateway path.
    description String
    Description of the resource.
    externalIpBlocks List<String>
    Policy path of External IP block
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    privateTgwIpBlocks List<String>
    Policy path of Private IP block
    serviceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    tags List<VpcConnectivityProfileTag>
    A list of scope + tag pairs to associate with this resource.
    vpcConnectivityProfileId String
    ID of the resource.
    context VpcConnectivityProfileContext
    Resource context
    displayName string
    Display name of the resource.
    transitGatewayPath string
    Transit Gateway path.
    description string
    Description of the resource.
    externalIpBlocks string[]
    Policy path of External IP block
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    privateTgwIpBlocks string[]
    Policy path of Private IP block
    serviceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    tags VpcConnectivityProfileTag[]
    A list of scope + tag pairs to associate with this resource.
    vpcConnectivityProfileId string
    ID of the resource.
    context VpcConnectivityProfileContextArgs
    Resource context
    display_name str
    Display name of the resource.
    transit_gateway_path str
    Transit Gateway path.
    description str
    Description of the resource.
    external_ip_blocks Sequence[str]
    Policy path of External IP block
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    private_tgw_ip_blocks Sequence[str]
    Policy path of Private IP block
    service_gateway VpcConnectivityProfileServiceGatewayArgs
    Service Gateway configuration
    tags Sequence[VpcConnectivityProfileTagArgs]
    A list of scope + tag pairs to associate with this resource.
    vpc_connectivity_profile_id str
    ID of the resource.
    context Property Map
    Resource context
    displayName String
    Display name of the resource.
    transitGatewayPath String
    Transit Gateway path.
    description String
    Description of the resource.
    externalIpBlocks List<String>
    Policy path of External IP block
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    privateTgwIpBlocks List<String>
    Policy path of Private IP block
    serviceGateway Property Map
    Service Gateway configuration
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.
    vpcConnectivityProfileId String
    ID of the resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    The NSX path of the policy 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
    The NSX path of the policy 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
    The NSX path of the policy 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
    The NSX path of the policy 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
    The NSX path of the policy 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
    The NSX path of the policy 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 VpcConnectivityProfile Resource

    Get an existing VpcConnectivityProfile 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?: VpcConnectivityProfileState, opts?: CustomResourceOptions): VpcConnectivityProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            context: Optional[VpcConnectivityProfileContextArgs] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            external_ip_blocks: Optional[Sequence[str]] = None,
            nsx_id: Optional[str] = None,
            path: Optional[str] = None,
            private_tgw_ip_blocks: Optional[Sequence[str]] = None,
            revision: Optional[float] = None,
            service_gateway: Optional[VpcConnectivityProfileServiceGatewayArgs] = None,
            tags: Optional[Sequence[VpcConnectivityProfileTagArgs]] = None,
            transit_gateway_path: Optional[str] = None,
            vpc_connectivity_profile_id: Optional[str] = None) -> VpcConnectivityProfile
    func GetVpcConnectivityProfile(ctx *Context, name string, id IDInput, state *VpcConnectivityProfileState, opts ...ResourceOption) (*VpcConnectivityProfile, error)
    public static VpcConnectivityProfile Get(string name, Input<string> id, VpcConnectivityProfileState? state, CustomResourceOptions? opts = null)
    public static VpcConnectivityProfile get(String name, Output<String> id, VpcConnectivityProfileState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:VpcConnectivityProfile    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:
    Context VpcConnectivityProfileContext
    Resource context
    Description string
    Description of the resource.
    DisplayName string
    Display name of the resource.
    ExternalIpBlocks List<string>
    Policy path of External IP block
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    Path string
    The NSX path of the policy resource.
    PrivateTgwIpBlocks List<string>
    Policy path of Private IP block
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    ServiceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    Tags List<VpcConnectivityProfileTag>
    A list of scope + tag pairs to associate with this resource.
    TransitGatewayPath string
    Transit Gateway path.
    VpcConnectivityProfileId string
    ID of the resource.
    Context VpcConnectivityProfileContextArgs
    Resource context
    Description string
    Description of the resource.
    DisplayName string
    Display name of the resource.
    ExternalIpBlocks []string
    Policy path of External IP block
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    Path string
    The NSX path of the policy resource.
    PrivateTgwIpBlocks []string
    Policy path of Private IP block
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    ServiceGateway VpcConnectivityProfileServiceGatewayArgs
    Service Gateway configuration
    Tags []VpcConnectivityProfileTagArgs
    A list of scope + tag pairs to associate with this resource.
    TransitGatewayPath string
    Transit Gateway path.
    VpcConnectivityProfileId string
    ID of the resource.
    context VpcConnectivityProfileContext
    Resource context
    description String
    Description of the resource.
    displayName String
    Display name of the resource.
    externalIpBlocks List<String>
    Policy path of External IP block
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    path String
    The NSX path of the policy resource.
    privateTgwIpBlocks List<String>
    Policy path of Private IP block
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    serviceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    tags List<VpcConnectivityProfileTag>
    A list of scope + tag pairs to associate with this resource.
    transitGatewayPath String
    Transit Gateway path.
    vpcConnectivityProfileId String
    ID of the resource.
    context VpcConnectivityProfileContext
    Resource context
    description string
    Description of the resource.
    displayName string
    Display name of the resource.
    externalIpBlocks string[]
    Policy path of External IP block
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    path string
    The NSX path of the policy resource.
    privateTgwIpBlocks string[]
    Policy path of Private IP block
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    serviceGateway VpcConnectivityProfileServiceGateway
    Service Gateway configuration
    tags VpcConnectivityProfileTag[]
    A list of scope + tag pairs to associate with this resource.
    transitGatewayPath string
    Transit Gateway path.
    vpcConnectivityProfileId string
    ID of the resource.
    context VpcConnectivityProfileContextArgs
    Resource context
    description str
    Description of the resource.
    display_name str
    Display name of the resource.
    external_ip_blocks Sequence[str]
    Policy path of External IP block
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    path str
    The NSX path of the policy resource.
    private_tgw_ip_blocks Sequence[str]
    Policy path of Private IP block
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    service_gateway VpcConnectivityProfileServiceGatewayArgs
    Service Gateway configuration
    tags Sequence[VpcConnectivityProfileTagArgs]
    A list of scope + tag pairs to associate with this resource.
    transit_gateway_path str
    Transit Gateway path.
    vpc_connectivity_profile_id str
    ID of the resource.
    context Property Map
    Resource context
    description String
    Description of the resource.
    displayName String
    Display name of the resource.
    externalIpBlocks List<String>
    Policy path of External IP block
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the resource.
    path String
    The NSX path of the policy resource.
    privateTgwIpBlocks List<String>
    Policy path of Private IP block
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    serviceGateway Property Map
    Service Gateway configuration
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.
    transitGatewayPath String
    Transit Gateway path.
    vpcConnectivityProfileId String
    ID of the resource.

    Supporting Types

    VpcConnectivityProfileContext, VpcConnectivityProfileContextArgs

    ProjectId string
    Id of the project which the resource belongs to.
    ProjectId string
    Id of the project which the resource belongs to.
    projectId String
    Id of the project which the resource belongs to.
    projectId string
    Id of the project which the resource belongs to.
    project_id str
    Id of the project which the resource belongs to.
    projectId String
    Id of the project which the resource belongs to.

    VpcConnectivityProfileServiceGateway, VpcConnectivityProfileServiceGatewayArgs

    EdgeClusterPaths List<string>
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    Enable bool
    Status of the VPC attachment SR.
    NatConfig VpcConnectivityProfileServiceGatewayNatConfig
    NAT configuration
    QosConfig VpcConnectivityProfileServiceGatewayQosConfig
    None
    EdgeClusterPaths []string
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    Enable bool
    Status of the VPC attachment SR.
    NatConfig VpcConnectivityProfileServiceGatewayNatConfig
    NAT configuration
    QosConfig VpcConnectivityProfileServiceGatewayQosConfig
    None
    edgeClusterPaths List<String>
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    enable Boolean
    Status of the VPC attachment SR.
    natConfig VpcConnectivityProfileServiceGatewayNatConfig
    NAT configuration
    qosConfig VpcConnectivityProfileServiceGatewayQosConfig
    None
    edgeClusterPaths string[]
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    enable boolean
    Status of the VPC attachment SR.
    natConfig VpcConnectivityProfileServiceGatewayNatConfig
    NAT configuration
    qosConfig VpcConnectivityProfileServiceGatewayQosConfig
    None
    edge_cluster_paths Sequence[str]
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    enable bool
    Status of the VPC attachment SR.
    nat_config VpcConnectivityProfileServiceGatewayNatConfig
    NAT configuration
    qos_config VpcConnectivityProfileServiceGatewayQosConfig
    None
    edgeClusterPaths List<String>
    List of edge cluster paths for VPC attachment SR realization. If edge cluster is not specified transit gateway's edge cluster will be used.
    enable Boolean
    Status of the VPC attachment SR.
    natConfig Property Map
    NAT configuration
    qosConfig Property Map
    None

    VpcConnectivityProfileServiceGatewayNatConfig, VpcConnectivityProfileServiceGatewayNatConfigArgs

    EnableDefaultSnat bool
    Auto configured SNAT for private subnet.
    EnableDefaultSnat bool
    Auto configured SNAT for private subnet.
    enableDefaultSnat Boolean
    Auto configured SNAT for private subnet.
    enableDefaultSnat boolean
    Auto configured SNAT for private subnet.
    enable_default_snat bool
    Auto configured SNAT for private subnet.
    enableDefaultSnat Boolean
    Auto configured SNAT for private subnet.

    VpcConnectivityProfileServiceGatewayQosConfig, VpcConnectivityProfileServiceGatewayQosConfigArgs

    EgressQosProfilePath string
    Policy path to gateway QoS profile in egress direction.
    IngressQosProfilePath string
    Policy path to gateway QoS profile in ingress direction.
    EgressQosProfilePath string
    Policy path to gateway QoS profile in egress direction.
    IngressQosProfilePath string
    Policy path to gateway QoS profile in ingress direction.
    egressQosProfilePath String
    Policy path to gateway QoS profile in egress direction.
    ingressQosProfilePath String
    Policy path to gateway QoS profile in ingress direction.
    egressQosProfilePath string
    Policy path to gateway QoS profile in egress direction.
    ingressQosProfilePath string
    Policy path to gateway QoS profile in ingress direction.
    egress_qos_profile_path str
    Policy path to gateway QoS profile in egress direction.
    ingress_qos_profile_path str
    Policy path to gateway QoS profile in ingress direction.
    egressQosProfilePath String
    Policy path to gateway QoS profile in egress direction.
    ingressQosProfilePath String
    Policy path to gateway QoS profile in ingress direction.

    VpcConnectivityProfileTag, VpcConnectivityProfileTagArgs

    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.9.0 published on Friday, Jun 20, 2025 by vmware