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

nsxt.LbHttpResponseRewriteRule

Explore with Pulumi AI

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

    Create LbHttpResponseRewriteRule Resource

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

    Constructor syntax

    new LbHttpResponseRewriteRule(name: string, args: LbHttpResponseRewriteRuleArgs, opts?: CustomResourceOptions);
    @overload
    def LbHttpResponseRewriteRule(resource_name: str,
                                  args: LbHttpResponseRewriteRuleArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def LbHttpResponseRewriteRule(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  header_rewrite_action: Optional[LbHttpResponseRewriteRuleHeaderRewriteActionArgs] = None,
                                  match_strategy: Optional[str] = None,
                                  request_header_conditions: Optional[Sequence[LbHttpResponseRewriteRuleRequestHeaderConditionArgs]] = None,
                                  description: Optional[str] = None,
                                  ip_conditions: Optional[Sequence[LbHttpResponseRewriteRuleIpConditionArgs]] = None,
                                  lb_http_response_rewrite_rule_id: Optional[str] = None,
                                  cookie_conditions: Optional[Sequence[LbHttpResponseRewriteRuleCookieConditionArgs]] = None,
                                  method_conditions: Optional[Sequence[LbHttpResponseRewriteRuleMethodConditionArgs]] = None,
                                  display_name: Optional[str] = None,
                                  response_header_conditions: Optional[Sequence[LbHttpResponseRewriteRuleResponseHeaderConditionArgs]] = None,
                                  tags: Optional[Sequence[LbHttpResponseRewriteRuleTagArgs]] = None,
                                  tcp_conditions: Optional[Sequence[LbHttpResponseRewriteRuleTcpConditionArgs]] = None,
                                  uri_arguments_conditions: Optional[Sequence[LbHttpResponseRewriteRuleUriArgumentsConditionArgs]] = None,
                                  uri_conditions: Optional[Sequence[LbHttpResponseRewriteRuleUriConditionArgs]] = None,
                                  version_condition: Optional[LbHttpResponseRewriteRuleVersionConditionArgs] = None)
    func NewLbHttpResponseRewriteRule(ctx *Context, name string, args LbHttpResponseRewriteRuleArgs, opts ...ResourceOption) (*LbHttpResponseRewriteRule, error)
    public LbHttpResponseRewriteRule(string name, LbHttpResponseRewriteRuleArgs args, CustomResourceOptions? opts = null)
    public LbHttpResponseRewriteRule(String name, LbHttpResponseRewriteRuleArgs args)
    public LbHttpResponseRewriteRule(String name, LbHttpResponseRewriteRuleArgs args, CustomResourceOptions options)
    
    type: nsxt:LbHttpResponseRewriteRule
    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 LbHttpResponseRewriteRuleArgs
    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 LbHttpResponseRewriteRuleArgs
    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 LbHttpResponseRewriteRuleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LbHttpResponseRewriteRuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LbHttpResponseRewriteRuleArgs
    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 lbHttpResponseRewriteRuleResource = new Nsxt.LbHttpResponseRewriteRule("lbHttpResponseRewriteRuleResource", new()
    {
        HeaderRewriteAction = new Nsxt.Inputs.LbHttpResponseRewriteRuleHeaderRewriteActionArgs
        {
            Name = "string",
            Value = "string",
        },
        MatchStrategy = "string",
        RequestHeaderConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleRequestHeaderConditionArgs
            {
                MatchType = "string",
                Name = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        Description = "string",
        IpConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleIpConditionArgs
            {
                SourceAddress = "string",
                Inverse = false,
            },
        },
        LbHttpResponseRewriteRuleId = "string",
        CookieConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleCookieConditionArgs
            {
                MatchType = "string",
                Name = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        MethodConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleMethodConditionArgs
            {
                Method = "string",
                Inverse = false,
            },
        },
        DisplayName = "string",
        ResponseHeaderConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleResponseHeaderConditionArgs
            {
                MatchType = "string",
                Name = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        Tags = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
        TcpConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleTcpConditionArgs
            {
                SourcePort = "string",
                Inverse = false,
            },
        },
        UriArgumentsConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleUriArgumentsConditionArgs
            {
                MatchType = "string",
                UriArguments = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        UriConditions = new[]
        {
            new Nsxt.Inputs.LbHttpResponseRewriteRuleUriConditionArgs
            {
                MatchType = "string",
                Uri = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        VersionCondition = new Nsxt.Inputs.LbHttpResponseRewriteRuleVersionConditionArgs
        {
            Version = "string",
            Inverse = false,
        },
    });
    
    example, err := nsxt.NewLbHttpResponseRewriteRule(ctx, "lbHttpResponseRewriteRuleResource", &nsxt.LbHttpResponseRewriteRuleArgs{
    	HeaderRewriteAction: &nsxt.LbHttpResponseRewriteRuleHeaderRewriteActionArgs{
    		Name:  pulumi.String("string"),
    		Value: pulumi.String("string"),
    	},
    	MatchStrategy: pulumi.String("string"),
    	RequestHeaderConditions: nsxt.LbHttpResponseRewriteRuleRequestHeaderConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleRequestHeaderConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	Description: pulumi.String("string"),
    	IpConditions: nsxt.LbHttpResponseRewriteRuleIpConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleIpConditionArgs{
    			SourceAddress: pulumi.String("string"),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	LbHttpResponseRewriteRuleId: pulumi.String("string"),
    	CookieConditions: nsxt.LbHttpResponseRewriteRuleCookieConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleCookieConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	MethodConditions: nsxt.LbHttpResponseRewriteRuleMethodConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleMethodConditionArgs{
    			Method:  pulumi.String("string"),
    			Inverse: pulumi.Bool(false),
    		},
    	},
    	DisplayName: pulumi.String("string"),
    	ResponseHeaderConditions: nsxt.LbHttpResponseRewriteRuleResponseHeaderConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleResponseHeaderConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	Tags: nsxt.LbHttpResponseRewriteRuleTagArray{
    		&nsxt.LbHttpResponseRewriteRuleTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    	TcpConditions: nsxt.LbHttpResponseRewriteRuleTcpConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleTcpConditionArgs{
    			SourcePort: pulumi.String("string"),
    			Inverse:    pulumi.Bool(false),
    		},
    	},
    	UriArgumentsConditions: nsxt.LbHttpResponseRewriteRuleUriArgumentsConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleUriArgumentsConditionArgs{
    			MatchType:     pulumi.String("string"),
    			UriArguments:  pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	UriConditions: nsxt.LbHttpResponseRewriteRuleUriConditionArray{
    		&nsxt.LbHttpResponseRewriteRuleUriConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Uri:           pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	VersionCondition: &nsxt.LbHttpResponseRewriteRuleVersionConditionArgs{
    		Version: pulumi.String("string"),
    		Inverse: pulumi.Bool(false),
    	},
    })
    
    var lbHttpResponseRewriteRuleResource = new LbHttpResponseRewriteRule("lbHttpResponseRewriteRuleResource", LbHttpResponseRewriteRuleArgs.builder()
        .headerRewriteAction(LbHttpResponseRewriteRuleHeaderRewriteActionArgs.builder()
            .name("string")
            .value("string")
            .build())
        .matchStrategy("string")
        .requestHeaderConditions(LbHttpResponseRewriteRuleRequestHeaderConditionArgs.builder()
            .matchType("string")
            .name("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .description("string")
        .ipConditions(LbHttpResponseRewriteRuleIpConditionArgs.builder()
            .sourceAddress("string")
            .inverse(false)
            .build())
        .lbHttpResponseRewriteRuleId("string")
        .cookieConditions(LbHttpResponseRewriteRuleCookieConditionArgs.builder()
            .matchType("string")
            .name("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .methodConditions(LbHttpResponseRewriteRuleMethodConditionArgs.builder()
            .method("string")
            .inverse(false)
            .build())
        .displayName("string")
        .responseHeaderConditions(LbHttpResponseRewriteRuleResponseHeaderConditionArgs.builder()
            .matchType("string")
            .name("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .tags(LbHttpResponseRewriteRuleTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .tcpConditions(LbHttpResponseRewriteRuleTcpConditionArgs.builder()
            .sourcePort("string")
            .inverse(false)
            .build())
        .uriArgumentsConditions(LbHttpResponseRewriteRuleUriArgumentsConditionArgs.builder()
            .matchType("string")
            .uriArguments("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .uriConditions(LbHttpResponseRewriteRuleUriConditionArgs.builder()
            .matchType("string")
            .uri("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .versionCondition(LbHttpResponseRewriteRuleVersionConditionArgs.builder()
            .version("string")
            .inverse(false)
            .build())
        .build());
    
    lb_http_response_rewrite_rule_resource = nsxt.LbHttpResponseRewriteRule("lbHttpResponseRewriteRuleResource",
        header_rewrite_action={
            "name": "string",
            "value": "string",
        },
        match_strategy="string",
        request_header_conditions=[{
            "match_type": "string",
            "name": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        description="string",
        ip_conditions=[{
            "source_address": "string",
            "inverse": False,
        }],
        lb_http_response_rewrite_rule_id="string",
        cookie_conditions=[{
            "match_type": "string",
            "name": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        method_conditions=[{
            "method": "string",
            "inverse": False,
        }],
        display_name="string",
        response_header_conditions=[{
            "match_type": "string",
            "name": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        tags=[{
            "scope": "string",
            "tag": "string",
        }],
        tcp_conditions=[{
            "source_port": "string",
            "inverse": False,
        }],
        uri_arguments_conditions=[{
            "match_type": "string",
            "uri_arguments": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        uri_conditions=[{
            "match_type": "string",
            "uri": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        version_condition={
            "version": "string",
            "inverse": False,
        })
    
    const lbHttpResponseRewriteRuleResource = new nsxt.LbHttpResponseRewriteRule("lbHttpResponseRewriteRuleResource", {
        headerRewriteAction: {
            name: "string",
            value: "string",
        },
        matchStrategy: "string",
        requestHeaderConditions: [{
            matchType: "string",
            name: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        description: "string",
        ipConditions: [{
            sourceAddress: "string",
            inverse: false,
        }],
        lbHttpResponseRewriteRuleId: "string",
        cookieConditions: [{
            matchType: "string",
            name: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        methodConditions: [{
            method: "string",
            inverse: false,
        }],
        displayName: "string",
        responseHeaderConditions: [{
            matchType: "string",
            name: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        tags: [{
            scope: "string",
            tag: "string",
        }],
        tcpConditions: [{
            sourcePort: "string",
            inverse: false,
        }],
        uriArgumentsConditions: [{
            matchType: "string",
            uriArguments: "string",
            caseSensitive: false,
            inverse: false,
        }],
        uriConditions: [{
            matchType: "string",
            uri: "string",
            caseSensitive: false,
            inverse: false,
        }],
        versionCondition: {
            version: "string",
            inverse: false,
        },
    });
    
    type: nsxt:LbHttpResponseRewriteRule
    properties:
        cookieConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              name: string
              value: string
        description: string
        displayName: string
        headerRewriteAction:
            name: string
            value: string
        ipConditions:
            - inverse: false
              sourceAddress: string
        lbHttpResponseRewriteRuleId: string
        matchStrategy: string
        methodConditions:
            - inverse: false
              method: string
        requestHeaderConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              name: string
              value: string
        responseHeaderConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              name: string
              value: string
        tags:
            - scope: string
              tag: string
        tcpConditions:
            - inverse: false
              sourcePort: string
        uriArgumentsConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              uriArguments: string
        uriConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              uri: string
        versionCondition:
            inverse: false
            version: string
    

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

    HeaderRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    CookieConditions List<LbHttpResponseRewriteRuleCookieCondition>
    Set of match conditions used to match http request cookie:
    Description string
    Description of this resource.
    DisplayName string
    The display name of this resource. Defaults to ID if not set.
    IpConditions List<LbHttpResponseRewriteRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP message:
    LbHttpResponseRewriteRuleId string
    ID of the lb rule.
    MatchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    MethodConditions List<LbHttpResponseRewriteRuleMethodCondition>
    Set of match conditions used to match http request method:
    RequestHeaderConditions List<LbHttpResponseRewriteRuleRequestHeaderCondition>
    Set of match conditions used to match http request header:
    ResponseHeaderConditions List<LbHttpResponseRewriteRuleResponseHeaderCondition>
    Set of match conditions used to match http response header:
    Tags List<LbHttpResponseRewriteRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions List<LbHttpResponseRewriteRuleTcpCondition>
    Rule condition based on TCP settings of the message
    UriArgumentsConditions List<LbHttpResponseRewriteRuleUriArgumentsCondition>
    Set of match conditions used to match http request URI arguments (query string):
    UriConditions List<LbHttpResponseRewriteRuleUriCondition>
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    HeaderRewriteAction LbHttpResponseRewriteRuleHeaderRewriteActionArgs
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    CookieConditions []LbHttpResponseRewriteRuleCookieConditionArgs
    Set of match conditions used to match http request cookie:
    Description string
    Description of this resource.
    DisplayName string
    The display name of this resource. Defaults to ID if not set.
    IpConditions []LbHttpResponseRewriteRuleIpConditionArgs
    Set of match conditions used to match IP header values of HTTP message:
    LbHttpResponseRewriteRuleId string
    ID of the lb rule.
    MatchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    MethodConditions []LbHttpResponseRewriteRuleMethodConditionArgs
    Set of match conditions used to match http request method:
    RequestHeaderConditions []LbHttpResponseRewriteRuleRequestHeaderConditionArgs
    Set of match conditions used to match http request header:
    ResponseHeaderConditions []LbHttpResponseRewriteRuleResponseHeaderConditionArgs
    Set of match conditions used to match http response header:
    Tags []LbHttpResponseRewriteRuleTagArgs
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions []LbHttpResponseRewriteRuleTcpConditionArgs
    Rule condition based on TCP settings of the message
    UriArgumentsConditions []LbHttpResponseRewriteRuleUriArgumentsConditionArgs
    Set of match conditions used to match http request URI arguments (query string):
    UriConditions []LbHttpResponseRewriteRuleUriConditionArgs
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpResponseRewriteRuleVersionConditionArgs
    Match condition used to match http version of the request:
    headerRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    cookieConditions List<LbHttpResponseRewriteRuleCookieCondition>
    Set of match conditions used to match http request cookie:
    description String
    Description of this resource.
    displayName String
    The display name of this resource. Defaults to ID if not set.
    ipConditions List<LbHttpResponseRewriteRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId String
    ID of the lb rule.
    matchStrategy String
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions List<LbHttpResponseRewriteRuleMethodCondition>
    Set of match conditions used to match http request method:
    requestHeaderConditions List<LbHttpResponseRewriteRuleRequestHeaderCondition>
    Set of match conditions used to match http request header:
    responseHeaderConditions List<LbHttpResponseRewriteRuleResponseHeaderCondition>
    Set of match conditions used to match http response header:
    tags List<LbHttpResponseRewriteRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<LbHttpResponseRewriteRuleTcpCondition>
    Rule condition based on TCP settings of the message
    uriArgumentsConditions List<LbHttpResponseRewriteRuleUriArgumentsCondition>
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions List<LbHttpResponseRewriteRuleUriCondition>
    Set of match conditions used to match http request URI:
    versionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    headerRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    cookieConditions LbHttpResponseRewriteRuleCookieCondition[]
    Set of match conditions used to match http request cookie:
    description string
    Description of this resource.
    displayName string
    The display name of this resource. Defaults to ID if not set.
    ipConditions LbHttpResponseRewriteRuleIpCondition[]
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId string
    ID of the lb rule.
    matchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions LbHttpResponseRewriteRuleMethodCondition[]
    Set of match conditions used to match http request method:
    requestHeaderConditions LbHttpResponseRewriteRuleRequestHeaderCondition[]
    Set of match conditions used to match http request header:
    responseHeaderConditions LbHttpResponseRewriteRuleResponseHeaderCondition[]
    Set of match conditions used to match http response header:
    tags LbHttpResponseRewriteRuleTag[]
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions LbHttpResponseRewriteRuleTcpCondition[]
    Rule condition based on TCP settings of the message
    uriArgumentsConditions LbHttpResponseRewriteRuleUriArgumentsCondition[]
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions LbHttpResponseRewriteRuleUriCondition[]
    Set of match conditions used to match http request URI:
    versionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    header_rewrite_action LbHttpResponseRewriteRuleHeaderRewriteActionArgs
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    cookie_conditions Sequence[LbHttpResponseRewriteRuleCookieConditionArgs]
    Set of match conditions used to match http request cookie:
    description str
    Description of this resource.
    display_name str
    The display name of this resource. Defaults to ID if not set.
    ip_conditions Sequence[LbHttpResponseRewriteRuleIpConditionArgs]
    Set of match conditions used to match IP header values of HTTP message:
    lb_http_response_rewrite_rule_id str
    ID of the lb rule.
    match_strategy str
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    method_conditions Sequence[LbHttpResponseRewriteRuleMethodConditionArgs]
    Set of match conditions used to match http request method:
    request_header_conditions Sequence[LbHttpResponseRewriteRuleRequestHeaderConditionArgs]
    Set of match conditions used to match http request header:
    response_header_conditions Sequence[LbHttpResponseRewriteRuleResponseHeaderConditionArgs]
    Set of match conditions used to match http response header:
    tags Sequence[LbHttpResponseRewriteRuleTagArgs]
    A list of scope + tag pairs to associate with this lb rule.
    tcp_conditions Sequence[LbHttpResponseRewriteRuleTcpConditionArgs]
    Rule condition based on TCP settings of the message
    uri_arguments_conditions Sequence[LbHttpResponseRewriteRuleUriArgumentsConditionArgs]
    Set of match conditions used to match http request URI arguments (query string):
    uri_conditions Sequence[LbHttpResponseRewriteRuleUriConditionArgs]
    Set of match conditions used to match http request URI:
    version_condition LbHttpResponseRewriteRuleVersionConditionArgs
    Match condition used to match http version of the request:
    headerRewriteAction Property Map
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    cookieConditions List<Property Map>
    Set of match conditions used to match http request cookie:
    description String
    Description of this resource.
    displayName String
    The display name of this resource. Defaults to ID if not set.
    ipConditions List<Property Map>
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId String
    ID of the lb rule.
    matchStrategy String
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions List<Property Map>
    Set of match conditions used to match http request method:
    requestHeaderConditions List<Property Map>
    Set of match conditions used to match http request header:
    responseHeaderConditions List<Property Map>
    Set of match conditions used to match http response header:
    tags List<Property Map>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<Property Map>
    Rule condition based on TCP settings of the message
    uriArgumentsConditions List<Property Map>
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions List<Property Map>
    Set of match conditions used to match http request URI:
    versionCondition Property Map
    Match condition used to match http version of the request:

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed 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.
    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.
    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.
    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.
    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.
    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 LbHttpResponseRewriteRule Resource

    Get an existing LbHttpResponseRewriteRule 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?: LbHttpResponseRewriteRuleState, opts?: CustomResourceOptions): LbHttpResponseRewriteRule
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cookie_conditions: Optional[Sequence[LbHttpResponseRewriteRuleCookieConditionArgs]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            header_rewrite_action: Optional[LbHttpResponseRewriteRuleHeaderRewriteActionArgs] = None,
            ip_conditions: Optional[Sequence[LbHttpResponseRewriteRuleIpConditionArgs]] = None,
            lb_http_response_rewrite_rule_id: Optional[str] = None,
            match_strategy: Optional[str] = None,
            method_conditions: Optional[Sequence[LbHttpResponseRewriteRuleMethodConditionArgs]] = None,
            request_header_conditions: Optional[Sequence[LbHttpResponseRewriteRuleRequestHeaderConditionArgs]] = None,
            response_header_conditions: Optional[Sequence[LbHttpResponseRewriteRuleResponseHeaderConditionArgs]] = None,
            revision: Optional[float] = None,
            tags: Optional[Sequence[LbHttpResponseRewriteRuleTagArgs]] = None,
            tcp_conditions: Optional[Sequence[LbHttpResponseRewriteRuleTcpConditionArgs]] = None,
            uri_arguments_conditions: Optional[Sequence[LbHttpResponseRewriteRuleUriArgumentsConditionArgs]] = None,
            uri_conditions: Optional[Sequence[LbHttpResponseRewriteRuleUriConditionArgs]] = None,
            version_condition: Optional[LbHttpResponseRewriteRuleVersionConditionArgs] = None) -> LbHttpResponseRewriteRule
    func GetLbHttpResponseRewriteRule(ctx *Context, name string, id IDInput, state *LbHttpResponseRewriteRuleState, opts ...ResourceOption) (*LbHttpResponseRewriteRule, error)
    public static LbHttpResponseRewriteRule Get(string name, Input<string> id, LbHttpResponseRewriteRuleState? state, CustomResourceOptions? opts = null)
    public static LbHttpResponseRewriteRule get(String name, Output<String> id, LbHttpResponseRewriteRuleState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:LbHttpResponseRewriteRule    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:
    CookieConditions List<LbHttpResponseRewriteRuleCookieCondition>
    Set of match conditions used to match http request cookie:
    Description string
    Description of this resource.
    DisplayName string
    The display name of this resource. Defaults to ID if not set.
    HeaderRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    IpConditions List<LbHttpResponseRewriteRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP message:
    LbHttpResponseRewriteRuleId string
    ID of the lb rule.
    MatchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    MethodConditions List<LbHttpResponseRewriteRuleMethodCondition>
    Set of match conditions used to match http request method:
    RequestHeaderConditions List<LbHttpResponseRewriteRuleRequestHeaderCondition>
    Set of match conditions used to match http request header:
    ResponseHeaderConditions List<LbHttpResponseRewriteRuleResponseHeaderCondition>
    Set of match conditions used to match http response header:
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Tags List<LbHttpResponseRewriteRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions List<LbHttpResponseRewriteRuleTcpCondition>
    Rule condition based on TCP settings of the message
    UriArgumentsConditions List<LbHttpResponseRewriteRuleUriArgumentsCondition>
    Set of match conditions used to match http request URI arguments (query string):
    UriConditions List<LbHttpResponseRewriteRuleUriCondition>
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    CookieConditions []LbHttpResponseRewriteRuleCookieConditionArgs
    Set of match conditions used to match http request cookie:
    Description string
    Description of this resource.
    DisplayName string
    The display name of this resource. Defaults to ID if not set.
    HeaderRewriteAction LbHttpResponseRewriteRuleHeaderRewriteActionArgs
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    IpConditions []LbHttpResponseRewriteRuleIpConditionArgs
    Set of match conditions used to match IP header values of HTTP message:
    LbHttpResponseRewriteRuleId string
    ID of the lb rule.
    MatchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    MethodConditions []LbHttpResponseRewriteRuleMethodConditionArgs
    Set of match conditions used to match http request method:
    RequestHeaderConditions []LbHttpResponseRewriteRuleRequestHeaderConditionArgs
    Set of match conditions used to match http request header:
    ResponseHeaderConditions []LbHttpResponseRewriteRuleResponseHeaderConditionArgs
    Set of match conditions used to match http response header:
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Tags []LbHttpResponseRewriteRuleTagArgs
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions []LbHttpResponseRewriteRuleTcpConditionArgs
    Rule condition based on TCP settings of the message
    UriArgumentsConditions []LbHttpResponseRewriteRuleUriArgumentsConditionArgs
    Set of match conditions used to match http request URI arguments (query string):
    UriConditions []LbHttpResponseRewriteRuleUriConditionArgs
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpResponseRewriteRuleVersionConditionArgs
    Match condition used to match http version of the request:
    cookieConditions List<LbHttpResponseRewriteRuleCookieCondition>
    Set of match conditions used to match http request cookie:
    description String
    Description of this resource.
    displayName String
    The display name of this resource. Defaults to ID if not set.
    headerRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    ipConditions List<LbHttpResponseRewriteRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId String
    ID of the lb rule.
    matchStrategy String
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions List<LbHttpResponseRewriteRuleMethodCondition>
    Set of match conditions used to match http request method:
    requestHeaderConditions List<LbHttpResponseRewriteRuleRequestHeaderCondition>
    Set of match conditions used to match http request header:
    responseHeaderConditions List<LbHttpResponseRewriteRuleResponseHeaderCondition>
    Set of match conditions used to match http response header:
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags List<LbHttpResponseRewriteRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<LbHttpResponseRewriteRuleTcpCondition>
    Rule condition based on TCP settings of the message
    uriArgumentsConditions List<LbHttpResponseRewriteRuleUriArgumentsCondition>
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions List<LbHttpResponseRewriteRuleUriCondition>
    Set of match conditions used to match http request URI:
    versionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    cookieConditions LbHttpResponseRewriteRuleCookieCondition[]
    Set of match conditions used to match http request cookie:
    description string
    Description of this resource.
    displayName string
    The display name of this resource. Defaults to ID if not set.
    headerRewriteAction LbHttpResponseRewriteRuleHeaderRewriteAction
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    ipConditions LbHttpResponseRewriteRuleIpCondition[]
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId string
    ID of the lb rule.
    matchStrategy string
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions LbHttpResponseRewriteRuleMethodCondition[]
    Set of match conditions used to match http request method:
    requestHeaderConditions LbHttpResponseRewriteRuleRequestHeaderCondition[]
    Set of match conditions used to match http request header:
    responseHeaderConditions LbHttpResponseRewriteRuleResponseHeaderCondition[]
    Set of match conditions used to match http response header:
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags LbHttpResponseRewriteRuleTag[]
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions LbHttpResponseRewriteRuleTcpCondition[]
    Rule condition based on TCP settings of the message
    uriArgumentsConditions LbHttpResponseRewriteRuleUriArgumentsCondition[]
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions LbHttpResponseRewriteRuleUriCondition[]
    Set of match conditions used to match http request URI:
    versionCondition LbHttpResponseRewriteRuleVersionCondition
    Match condition used to match http version of the request:
    cookie_conditions Sequence[LbHttpResponseRewriteRuleCookieConditionArgs]
    Set of match conditions used to match http request cookie:
    description str
    Description of this resource.
    display_name str
    The display name of this resource. Defaults to ID if not set.
    header_rewrite_action LbHttpResponseRewriteRuleHeaderRewriteActionArgs
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    ip_conditions Sequence[LbHttpResponseRewriteRuleIpConditionArgs]
    Set of match conditions used to match IP header values of HTTP message:
    lb_http_response_rewrite_rule_id str
    ID of the lb rule.
    match_strategy str
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    method_conditions Sequence[LbHttpResponseRewriteRuleMethodConditionArgs]
    Set of match conditions used to match http request method:
    request_header_conditions Sequence[LbHttpResponseRewriteRuleRequestHeaderConditionArgs]
    Set of match conditions used to match http request header:
    response_header_conditions Sequence[LbHttpResponseRewriteRuleResponseHeaderConditionArgs]
    Set of match conditions used to match http response header:
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags Sequence[LbHttpResponseRewriteRuleTagArgs]
    A list of scope + tag pairs to associate with this lb rule.
    tcp_conditions Sequence[LbHttpResponseRewriteRuleTcpConditionArgs]
    Rule condition based on TCP settings of the message
    uri_arguments_conditions Sequence[LbHttpResponseRewriteRuleUriArgumentsConditionArgs]
    Set of match conditions used to match http request URI arguments (query string):
    uri_conditions Sequence[LbHttpResponseRewriteRuleUriConditionArgs]
    Set of match conditions used to match http request URI:
    version_condition LbHttpResponseRewriteRuleVersionConditionArgs
    Match condition used to match http version of the request:
    cookieConditions List<Property Map>
    Set of match conditions used to match http request cookie:
    description String
    Description of this resource.
    displayName String
    The display name of this resource. Defaults to ID if not set.
    headerRewriteAction Property Map
    Set of header rewrite actions to be executed on the outgoing response when load balancer rule matches:
    ipConditions List<Property Map>
    Set of match conditions used to match IP header values of HTTP message:
    lbHttpResponseRewriteRuleId String
    ID of the lb rule.
    matchStrategy String
    Strategy to define how load balancer rule is considered a match when multiple match conditions are specified in one rule. If set to ALL, then load balancer rule is considered a match only if all the conditions match. If set to ANY, then load balancer rule is considered a match if any one of the conditions match.
    methodConditions List<Property Map>
    Set of match conditions used to match http request method:
    requestHeaderConditions List<Property Map>
    Set of match conditions used to match http request header:
    responseHeaderConditions List<Property Map>
    Set of match conditions used to match http response header:
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<Property Map>
    Rule condition based on TCP settings of the message
    uriArgumentsConditions List<Property Map>
    Set of match conditions used to match http request URI arguments (query string):
    uriConditions List<Property Map>
    Set of match conditions used to match http request URI:
    versionCondition Property Map
    Match condition used to match http version of the request:

    Supporting Types

    LbHttpResponseRewriteRuleCookieCondition, LbHttpResponseRewriteRuleCookieConditionArgs

    MatchType string
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Name string
    The name of cookie to match.
    Value string
    The value of cookie to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    MatchType string
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Name string
    The name of cookie to match.
    Value string
    The value of cookie to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    name String
    The name of cookie to match.
    value String
    The value of cookie to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType string
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    name string
    The name of cookie to match.
    value string
    The value of cookie to match.
    caseSensitive boolean
    If true, case is significant in the match. Default is true.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    match_type str
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    name str
    The name of cookie to match.
    value str
    The value of cookie to match.
    case_sensitive bool
    If true, case is significant in the match. Default is true.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the cookie. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    name String
    The name of cookie to match.
    value String
    The value of cookie to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleHeaderRewriteAction, LbHttpResponseRewriteRuleHeaderRewriteActionArgs

    Name string
    The name of HTTP header to be rewritten.
    Value string
    The new value of HTTP header.
    Name string
    The name of HTTP header to be rewritten.
    Value string
    The new value of HTTP header.
    name String
    The name of HTTP header to be rewritten.
    value String
    The new value of HTTP header.
    name string
    The name of HTTP header to be rewritten.
    value string
    The new value of HTTP header.
    name str
    The name of HTTP header to be rewritten.
    value str
    The new value of HTTP header.
    name String
    The name of HTTP header to be rewritten.
    value String
    The new value of HTTP header.

    LbHttpResponseRewriteRuleIpCondition, LbHttpResponseRewriteRuleIpConditionArgs

    SourceAddress string
    The value source IP address to match.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    SourceAddress string
    The value source IP address to match.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    sourceAddress String
    The value source IP address to match.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    sourceAddress string
    The value source IP address to match.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    source_address str
    The value source IP address to match.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    sourceAddress String
    The value source IP address to match.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleMethodCondition, LbHttpResponseRewriteRuleMethodConditionArgs

    Method string
    One of GET, HEAD, POST, PUT, OPTIONS.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    Method string
    One of GET, HEAD, POST, PUT, OPTIONS.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    method String
    One of GET, HEAD, POST, PUT, OPTIONS.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    method string
    One of GET, HEAD, POST, PUT, OPTIONS.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    method str
    One of GET, HEAD, POST, PUT, OPTIONS.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    method String
    One of GET, HEAD, POST, PUT, OPTIONS.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleRequestHeaderCondition, LbHttpResponseRewriteRuleRequestHeaderConditionArgs

    MatchType string
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    Name string
    The name of HTTP header to match.
    Value string
    The value of HTTP header to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    MatchType string
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    Name string
    The name of HTTP header to match.
    Value string
    The value of HTTP header to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name String
    The name of HTTP header to match.
    value String
    The value of HTTP header to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType string
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name string
    The name of HTTP header to match.
    value string
    The value of HTTP header to match.
    caseSensitive boolean
    If true, case is significant in the match. Default is true.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    match_type str
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name str
    The name of HTTP header to match.
    value str
    The value of HTTP header to match.
    case_sensitive bool
    If true, case is significant in the match. Default is true.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the header value of HTTP request. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name String
    The name of HTTP header to match.
    value String
    The value of HTTP header to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleResponseHeaderCondition, LbHttpResponseRewriteRuleResponseHeaderConditionArgs

    MatchType string
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    Name string
    The name of HTTP header to match.
    Value string
    The value of HTTP header to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    MatchType string
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    Name string
    The name of HTTP header to match.
    Value string
    The value of HTTP header to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name String
    The name of HTTP header to match.
    value String
    The value of HTTP header to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType string
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name string
    The name of HTTP header to match.
    value string
    The value of HTTP header to match.
    caseSensitive boolean
    If true, case is significant in the match. Default is true.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    match_type str
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name str
    The name of HTTP header to match.
    value str
    The value of HTTP header to match.
    case_sensitive bool
    If true, case is significant in the match. Default is true.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the header value of HTTP response. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX. Header name field does not support match types.
    name String
    The name of HTTP header to match.
    value String
    The value of HTTP header to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleTag, LbHttpResponseRewriteRuleTagArgs

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

    LbHttpResponseRewriteRuleTcpCondition, LbHttpResponseRewriteRuleTcpConditionArgs

    SourcePort string
    Inverse bool
    Whether to reverse match result of this condition
    SourcePort string
    Inverse bool
    Whether to reverse match result of this condition
    sourcePort String
    inverse Boolean
    Whether to reverse match result of this condition
    sourcePort string
    inverse boolean
    Whether to reverse match result of this condition
    source_port str
    inverse bool
    Whether to reverse match result of this condition
    sourcePort String
    inverse Boolean
    Whether to reverse match result of this condition

    LbHttpResponseRewriteRuleUriArgumentsCondition, LbHttpResponseRewriteRuleUriArgumentsConditionArgs

    MatchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    UriArguments string
    Query string of URI, typically contains key value pairs.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    MatchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    UriArguments string
    Query string of URI, typically contains key value pairs.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uriArguments String
    Query string of URI, typically contains key value pairs.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uriArguments string
    Query string of URI, typically contains key value pairs.
    caseSensitive boolean
    If true, case is significant in the match. Default is true.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    match_type str
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uri_arguments str
    Query string of URI, typically contains key value pairs.
    case_sensitive bool
    If true, case is significant in the match. Default is true.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uriArguments String
    Query string of URI, typically contains key value pairs.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleUriCondition, LbHttpResponseRewriteRuleUriConditionArgs

    MatchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Uri string
    The value of URI to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    MatchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Uri string
    The value of URI to match.
    CaseSensitive bool
    If true, case is significant in the match. Default is true.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uri String
    The value of URI to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType string
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uri string
    The value of URI to match.
    caseSensitive boolean
    If true, case is significant in the match. Default is true.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    match_type str
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uri str
    The value of URI to match.
    case_sensitive bool
    If true, case is significant in the match. Default is true.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    matchType String
    Defines how value field is used to match the URI. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    uri String
    The value of URI to match.
    caseSensitive Boolean
    If true, case is significant in the match. Default is true.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    LbHttpResponseRewriteRuleVersionCondition, LbHttpResponseRewriteRuleVersionConditionArgs

    Version string
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    Version string
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    Inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    version String
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    version string
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    inverse boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.
    version str
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    inverse bool
    A flag to indicate whether reverse the match result of this condition. Default is false.
    version String
    One of HTTP_VERSION_1_0, HTTP_VERSION_1_1.
    inverse Boolean
    A flag to indicate whether reverse the match result of this condition. Default is false.

    Package Details

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