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

nsxt.LbHttpForwardingRule

Explore with Pulumi AI

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

    Create LbHttpForwardingRule Resource

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

    Constructor syntax

    new LbHttpForwardingRule(name: string, args?: LbHttpForwardingRuleArgs, opts?: CustomResourceOptions);
    @overload
    def LbHttpForwardingRule(resource_name: str,
                             args: Optional[LbHttpForwardingRuleArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def LbHttpForwardingRule(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             body_conditions: Optional[Sequence[LbHttpForwardingRuleBodyConditionArgs]] = None,
                             cookie_conditions: Optional[Sequence[LbHttpForwardingRuleCookieConditionArgs]] = None,
                             description: Optional[str] = None,
                             display_name: Optional[str] = None,
                             header_conditions: Optional[Sequence[LbHttpForwardingRuleHeaderConditionArgs]] = None,
                             http_redirect_action: Optional[LbHttpForwardingRuleHttpRedirectActionArgs] = None,
                             http_reject_action: Optional[LbHttpForwardingRuleHttpRejectActionArgs] = None,
                             ip_conditions: Optional[Sequence[LbHttpForwardingRuleIpConditionArgs]] = None,
                             lb_http_forwarding_rule_id: Optional[str] = None,
                             match_strategy: Optional[str] = None,
                             method_conditions: Optional[Sequence[LbHttpForwardingRuleMethodConditionArgs]] = None,
                             select_pool_action: Optional[LbHttpForwardingRuleSelectPoolActionArgs] = None,
                             tags: Optional[Sequence[LbHttpForwardingRuleTagArgs]] = None,
                             tcp_conditions: Optional[Sequence[LbHttpForwardingRuleTcpConditionArgs]] = None,
                             uri_conditions: Optional[Sequence[LbHttpForwardingRuleUriConditionArgs]] = None,
                             version_condition: Optional[LbHttpForwardingRuleVersionConditionArgs] = None)
    func NewLbHttpForwardingRule(ctx *Context, name string, args *LbHttpForwardingRuleArgs, opts ...ResourceOption) (*LbHttpForwardingRule, error)
    public LbHttpForwardingRule(string name, LbHttpForwardingRuleArgs? args = null, CustomResourceOptions? opts = null)
    public LbHttpForwardingRule(String name, LbHttpForwardingRuleArgs args)
    public LbHttpForwardingRule(String name, LbHttpForwardingRuleArgs args, CustomResourceOptions options)
    
    type: nsxt:LbHttpForwardingRule
    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 LbHttpForwardingRuleArgs
    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 LbHttpForwardingRuleArgs
    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 LbHttpForwardingRuleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LbHttpForwardingRuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LbHttpForwardingRuleArgs
    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 lbHttpForwardingRuleResource = new Nsxt.LbHttpForwardingRule("lbHttpForwardingRuleResource", new()
    {
        BodyConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleBodyConditionArgs
            {
                MatchType = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        CookieConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleCookieConditionArgs
            {
                MatchType = "string",
                Name = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        Description = "string",
        DisplayName = "string",
        HeaderConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleHeaderConditionArgs
            {
                MatchType = "string",
                Name = "string",
                Value = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        HttpRedirectAction = new Nsxt.Inputs.LbHttpForwardingRuleHttpRedirectActionArgs
        {
            RedirectStatus = "string",
            RedirectUrl = "string",
        },
        HttpRejectAction = new Nsxt.Inputs.LbHttpForwardingRuleHttpRejectActionArgs
        {
            ReplyMessage = "string",
            ReplyStatus = "string",
        },
        IpConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleIpConditionArgs
            {
                SourceAddress = "string",
                Inverse = false,
            },
        },
        LbHttpForwardingRuleId = "string",
        MatchStrategy = "string",
        MethodConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleMethodConditionArgs
            {
                Method = "string",
                Inverse = false,
            },
        },
        SelectPoolAction = new Nsxt.Inputs.LbHttpForwardingRuleSelectPoolActionArgs
        {
            PoolId = "string",
        },
        Tags = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
        TcpConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleTcpConditionArgs
            {
                SourcePort = "string",
                Inverse = false,
            },
        },
        UriConditions = new[]
        {
            new Nsxt.Inputs.LbHttpForwardingRuleUriConditionArgs
            {
                MatchType = "string",
                Uri = "string",
                CaseSensitive = false,
                Inverse = false,
            },
        },
        VersionCondition = new Nsxt.Inputs.LbHttpForwardingRuleVersionConditionArgs
        {
            Version = "string",
            Inverse = false,
        },
    });
    
    example, err := nsxt.NewLbHttpForwardingRule(ctx, "lbHttpForwardingRuleResource", &nsxt.LbHttpForwardingRuleArgs{
    	BodyConditions: nsxt.LbHttpForwardingRuleBodyConditionArray{
    		&nsxt.LbHttpForwardingRuleBodyConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	CookieConditions: nsxt.LbHttpForwardingRuleCookieConditionArray{
    		&nsxt.LbHttpForwardingRuleCookieConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	Description: pulumi.String("string"),
    	DisplayName: pulumi.String("string"),
    	HeaderConditions: nsxt.LbHttpForwardingRuleHeaderConditionArray{
    		&nsxt.LbHttpForwardingRuleHeaderConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			Value:         pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	HttpRedirectAction: &nsxt.LbHttpForwardingRuleHttpRedirectActionArgs{
    		RedirectStatus: pulumi.String("string"),
    		RedirectUrl:    pulumi.String("string"),
    	},
    	HttpRejectAction: &nsxt.LbHttpForwardingRuleHttpRejectActionArgs{
    		ReplyMessage: pulumi.String("string"),
    		ReplyStatus:  pulumi.String("string"),
    	},
    	IpConditions: nsxt.LbHttpForwardingRuleIpConditionArray{
    		&nsxt.LbHttpForwardingRuleIpConditionArgs{
    			SourceAddress: pulumi.String("string"),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	LbHttpForwardingRuleId: pulumi.String("string"),
    	MatchStrategy:          pulumi.String("string"),
    	MethodConditions: nsxt.LbHttpForwardingRuleMethodConditionArray{
    		&nsxt.LbHttpForwardingRuleMethodConditionArgs{
    			Method:  pulumi.String("string"),
    			Inverse: pulumi.Bool(false),
    		},
    	},
    	SelectPoolAction: &nsxt.LbHttpForwardingRuleSelectPoolActionArgs{
    		PoolId: pulumi.String("string"),
    	},
    	Tags: nsxt.LbHttpForwardingRuleTagArray{
    		&nsxt.LbHttpForwardingRuleTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    	TcpConditions: nsxt.LbHttpForwardingRuleTcpConditionArray{
    		&nsxt.LbHttpForwardingRuleTcpConditionArgs{
    			SourcePort: pulumi.String("string"),
    			Inverse:    pulumi.Bool(false),
    		},
    	},
    	UriConditions: nsxt.LbHttpForwardingRuleUriConditionArray{
    		&nsxt.LbHttpForwardingRuleUriConditionArgs{
    			MatchType:     pulumi.String("string"),
    			Uri:           pulumi.String("string"),
    			CaseSensitive: pulumi.Bool(false),
    			Inverse:       pulumi.Bool(false),
    		},
    	},
    	VersionCondition: &nsxt.LbHttpForwardingRuleVersionConditionArgs{
    		Version: pulumi.String("string"),
    		Inverse: pulumi.Bool(false),
    	},
    })
    
    var lbHttpForwardingRuleResource = new LbHttpForwardingRule("lbHttpForwardingRuleResource", LbHttpForwardingRuleArgs.builder()
        .bodyConditions(LbHttpForwardingRuleBodyConditionArgs.builder()
            .matchType("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .cookieConditions(LbHttpForwardingRuleCookieConditionArgs.builder()
            .matchType("string")
            .name("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .description("string")
        .displayName("string")
        .headerConditions(LbHttpForwardingRuleHeaderConditionArgs.builder()
            .matchType("string")
            .name("string")
            .value("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .httpRedirectAction(LbHttpForwardingRuleHttpRedirectActionArgs.builder()
            .redirectStatus("string")
            .redirectUrl("string")
            .build())
        .httpRejectAction(LbHttpForwardingRuleHttpRejectActionArgs.builder()
            .replyMessage("string")
            .replyStatus("string")
            .build())
        .ipConditions(LbHttpForwardingRuleIpConditionArgs.builder()
            .sourceAddress("string")
            .inverse(false)
            .build())
        .lbHttpForwardingRuleId("string")
        .matchStrategy("string")
        .methodConditions(LbHttpForwardingRuleMethodConditionArgs.builder()
            .method("string")
            .inverse(false)
            .build())
        .selectPoolAction(LbHttpForwardingRuleSelectPoolActionArgs.builder()
            .poolId("string")
            .build())
        .tags(LbHttpForwardingRuleTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .tcpConditions(LbHttpForwardingRuleTcpConditionArgs.builder()
            .sourcePort("string")
            .inverse(false)
            .build())
        .uriConditions(LbHttpForwardingRuleUriConditionArgs.builder()
            .matchType("string")
            .uri("string")
            .caseSensitive(false)
            .inverse(false)
            .build())
        .versionCondition(LbHttpForwardingRuleVersionConditionArgs.builder()
            .version("string")
            .inverse(false)
            .build())
        .build());
    
    lb_http_forwarding_rule_resource = nsxt.LbHttpForwardingRule("lbHttpForwardingRuleResource",
        body_conditions=[{
            "match_type": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        cookie_conditions=[{
            "match_type": "string",
            "name": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        description="string",
        display_name="string",
        header_conditions=[{
            "match_type": "string",
            "name": "string",
            "value": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        http_redirect_action={
            "redirect_status": "string",
            "redirect_url": "string",
        },
        http_reject_action={
            "reply_message": "string",
            "reply_status": "string",
        },
        ip_conditions=[{
            "source_address": "string",
            "inverse": False,
        }],
        lb_http_forwarding_rule_id="string",
        match_strategy="string",
        method_conditions=[{
            "method": "string",
            "inverse": False,
        }],
        select_pool_action={
            "pool_id": "string",
        },
        tags=[{
            "scope": "string",
            "tag": "string",
        }],
        tcp_conditions=[{
            "source_port": "string",
            "inverse": False,
        }],
        uri_conditions=[{
            "match_type": "string",
            "uri": "string",
            "case_sensitive": False,
            "inverse": False,
        }],
        version_condition={
            "version": "string",
            "inverse": False,
        })
    
    const lbHttpForwardingRuleResource = new nsxt.LbHttpForwardingRule("lbHttpForwardingRuleResource", {
        bodyConditions: [{
            matchType: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        cookieConditions: [{
            matchType: "string",
            name: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        description: "string",
        displayName: "string",
        headerConditions: [{
            matchType: "string",
            name: "string",
            value: "string",
            caseSensitive: false,
            inverse: false,
        }],
        httpRedirectAction: {
            redirectStatus: "string",
            redirectUrl: "string",
        },
        httpRejectAction: {
            replyMessage: "string",
            replyStatus: "string",
        },
        ipConditions: [{
            sourceAddress: "string",
            inverse: false,
        }],
        lbHttpForwardingRuleId: "string",
        matchStrategy: "string",
        methodConditions: [{
            method: "string",
            inverse: false,
        }],
        selectPoolAction: {
            poolId: "string",
        },
        tags: [{
            scope: "string",
            tag: "string",
        }],
        tcpConditions: [{
            sourcePort: "string",
            inverse: false,
        }],
        uriConditions: [{
            matchType: "string",
            uri: "string",
            caseSensitive: false,
            inverse: false,
        }],
        versionCondition: {
            version: "string",
            inverse: false,
        },
    });
    
    type: nsxt:LbHttpForwardingRule
    properties:
        bodyConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              value: string
        cookieConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              name: string
              value: string
        description: string
        displayName: string
        headerConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              name: string
              value: string
        httpRedirectAction:
            redirectStatus: string
            redirectUrl: string
        httpRejectAction:
            replyMessage: string
            replyStatus: string
        ipConditions:
            - inverse: false
              sourceAddress: string
        lbHttpForwardingRuleId: string
        matchStrategy: string
        methodConditions:
            - inverse: false
              method: string
        selectPoolAction:
            poolId: string
        tags:
            - scope: string
              tag: string
        tcpConditions:
            - inverse: false
              sourcePort: string
        uriConditions:
            - caseSensitive: false
              inverse: false
              matchType: string
              uri: string
        versionCondition:
            inverse: false
            version: string
    

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

    BodyConditions List<LbHttpForwardingRuleBodyCondition>
    Set of match conditions used to match http request body:
    CookieConditions List<LbHttpForwardingRuleCookieCondition>
    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.
    HeaderConditions List<LbHttpForwardingRuleHeaderCondition>
    Set of match conditions used to match http request header:
    HttpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    HttpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    IpConditions List<LbHttpForwardingRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP request:
    LbHttpForwardingRuleId 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<LbHttpForwardingRuleMethodCondition>
    Set of match conditions used to match http request method:
    SelectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    Tags List<LbHttpForwardingRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions List<LbHttpForwardingRuleTcpCondition>
    Rule condition based on TCP settings of the message
    UriConditions List<LbHttpForwardingRuleUriCondition>
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    BodyConditions []LbHttpForwardingRuleBodyConditionArgs
    Set of match conditions used to match http request body:
    CookieConditions []LbHttpForwardingRuleCookieConditionArgs
    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.
    HeaderConditions []LbHttpForwardingRuleHeaderConditionArgs
    Set of match conditions used to match http request header:
    HttpRedirectAction LbHttpForwardingRuleHttpRedirectActionArgs
    Set of http redirect actions to be executed when load balancer rule matches:
    HttpRejectAction LbHttpForwardingRuleHttpRejectActionArgs
    Set of http reject actions to be executed when load balancer rule matches:
    IpConditions []LbHttpForwardingRuleIpConditionArgs
    Set of match conditions used to match IP header values of HTTP request:
    LbHttpForwardingRuleId 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 []LbHttpForwardingRuleMethodConditionArgs
    Set of match conditions used to match http request method:
    SelectPoolAction LbHttpForwardingRuleSelectPoolActionArgs
    Set of pool selection actions to be executed when load balancer rule matches:
    Tags []LbHttpForwardingRuleTagArgs
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions []LbHttpForwardingRuleTcpConditionArgs
    Rule condition based on TCP settings of the message
    UriConditions []LbHttpForwardingRuleUriConditionArgs
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpForwardingRuleVersionConditionArgs
    Match condition used to match http version of the request:
    bodyConditions List<LbHttpForwardingRuleBodyCondition>
    Set of match conditions used to match http request body:
    cookieConditions List<LbHttpForwardingRuleCookieCondition>
    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.
    headerConditions List<LbHttpForwardingRuleHeaderCondition>
    Set of match conditions used to match http request header:
    httpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions List<LbHttpForwardingRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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<LbHttpForwardingRuleMethodCondition>
    Set of match conditions used to match http request method:
    selectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    tags List<LbHttpForwardingRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<LbHttpForwardingRuleTcpCondition>
    Rule condition based on TCP settings of the message
    uriConditions List<LbHttpForwardingRuleUriCondition>
    Set of match conditions used to match http request URI:
    versionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    bodyConditions LbHttpForwardingRuleBodyCondition[]
    Set of match conditions used to match http request body:
    cookieConditions LbHttpForwardingRuleCookieCondition[]
    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.
    headerConditions LbHttpForwardingRuleHeaderCondition[]
    Set of match conditions used to match http request header:
    httpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions LbHttpForwardingRuleIpCondition[]
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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 LbHttpForwardingRuleMethodCondition[]
    Set of match conditions used to match http request method:
    selectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    tags LbHttpForwardingRuleTag[]
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions LbHttpForwardingRuleTcpCondition[]
    Rule condition based on TCP settings of the message
    uriConditions LbHttpForwardingRuleUriCondition[]
    Set of match conditions used to match http request URI:
    versionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    body_conditions Sequence[LbHttpForwardingRuleBodyConditionArgs]
    Set of match conditions used to match http request body:
    cookie_conditions Sequence[LbHttpForwardingRuleCookieConditionArgs]
    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_conditions Sequence[LbHttpForwardingRuleHeaderConditionArgs]
    Set of match conditions used to match http request header:
    http_redirect_action LbHttpForwardingRuleHttpRedirectActionArgs
    Set of http redirect actions to be executed when load balancer rule matches:
    http_reject_action LbHttpForwardingRuleHttpRejectActionArgs
    Set of http reject actions to be executed when load balancer rule matches:
    ip_conditions Sequence[LbHttpForwardingRuleIpConditionArgs]
    Set of match conditions used to match IP header values of HTTP request:
    lb_http_forwarding_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[LbHttpForwardingRuleMethodConditionArgs]
    Set of match conditions used to match http request method:
    select_pool_action LbHttpForwardingRuleSelectPoolActionArgs
    Set of pool selection actions to be executed when load balancer rule matches:
    tags Sequence[LbHttpForwardingRuleTagArgs]
    A list of scope + tag pairs to associate with this lb rule.
    tcp_conditions Sequence[LbHttpForwardingRuleTcpConditionArgs]
    Rule condition based on TCP settings of the message
    uri_conditions Sequence[LbHttpForwardingRuleUriConditionArgs]
    Set of match conditions used to match http request URI:
    version_condition LbHttpForwardingRuleVersionConditionArgs
    Match condition used to match http version of the request:
    bodyConditions List<Property Map>
    Set of match conditions used to match http request body:
    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.
    headerConditions List<Property Map>
    Set of match conditions used to match http request header:
    httpRedirectAction Property Map
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction Property Map
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions List<Property Map>
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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:
    selectPoolAction Property Map
    Set of pool selection actions to be executed when load balancer rule matches:
    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
    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 LbHttpForwardingRule 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 LbHttpForwardingRule Resource

    Get an existing LbHttpForwardingRule 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?: LbHttpForwardingRuleState, opts?: CustomResourceOptions): LbHttpForwardingRule
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            body_conditions: Optional[Sequence[LbHttpForwardingRuleBodyConditionArgs]] = None,
            cookie_conditions: Optional[Sequence[LbHttpForwardingRuleCookieConditionArgs]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            header_conditions: Optional[Sequence[LbHttpForwardingRuleHeaderConditionArgs]] = None,
            http_redirect_action: Optional[LbHttpForwardingRuleHttpRedirectActionArgs] = None,
            http_reject_action: Optional[LbHttpForwardingRuleHttpRejectActionArgs] = None,
            ip_conditions: Optional[Sequence[LbHttpForwardingRuleIpConditionArgs]] = None,
            lb_http_forwarding_rule_id: Optional[str] = None,
            match_strategy: Optional[str] = None,
            method_conditions: Optional[Sequence[LbHttpForwardingRuleMethodConditionArgs]] = None,
            revision: Optional[float] = None,
            select_pool_action: Optional[LbHttpForwardingRuleSelectPoolActionArgs] = None,
            tags: Optional[Sequence[LbHttpForwardingRuleTagArgs]] = None,
            tcp_conditions: Optional[Sequence[LbHttpForwardingRuleTcpConditionArgs]] = None,
            uri_conditions: Optional[Sequence[LbHttpForwardingRuleUriConditionArgs]] = None,
            version_condition: Optional[LbHttpForwardingRuleVersionConditionArgs] = None) -> LbHttpForwardingRule
    func GetLbHttpForwardingRule(ctx *Context, name string, id IDInput, state *LbHttpForwardingRuleState, opts ...ResourceOption) (*LbHttpForwardingRule, error)
    public static LbHttpForwardingRule Get(string name, Input<string> id, LbHttpForwardingRuleState? state, CustomResourceOptions? opts = null)
    public static LbHttpForwardingRule get(String name, Output<String> id, LbHttpForwardingRuleState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:LbHttpForwardingRule    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:
    BodyConditions List<LbHttpForwardingRuleBodyCondition>
    Set of match conditions used to match http request body:
    CookieConditions List<LbHttpForwardingRuleCookieCondition>
    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.
    HeaderConditions List<LbHttpForwardingRuleHeaderCondition>
    Set of match conditions used to match http request header:
    HttpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    HttpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    IpConditions List<LbHttpForwardingRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP request:
    LbHttpForwardingRuleId 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<LbHttpForwardingRuleMethodCondition>
    Set of match conditions used to match http request method:
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    SelectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    Tags List<LbHttpForwardingRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions List<LbHttpForwardingRuleTcpCondition>
    Rule condition based on TCP settings of the message
    UriConditions List<LbHttpForwardingRuleUriCondition>
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    BodyConditions []LbHttpForwardingRuleBodyConditionArgs
    Set of match conditions used to match http request body:
    CookieConditions []LbHttpForwardingRuleCookieConditionArgs
    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.
    HeaderConditions []LbHttpForwardingRuleHeaderConditionArgs
    Set of match conditions used to match http request header:
    HttpRedirectAction LbHttpForwardingRuleHttpRedirectActionArgs
    Set of http redirect actions to be executed when load balancer rule matches:
    HttpRejectAction LbHttpForwardingRuleHttpRejectActionArgs
    Set of http reject actions to be executed when load balancer rule matches:
    IpConditions []LbHttpForwardingRuleIpConditionArgs
    Set of match conditions used to match IP header values of HTTP request:
    LbHttpForwardingRuleId 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 []LbHttpForwardingRuleMethodConditionArgs
    Set of match conditions used to match http request method:
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    SelectPoolAction LbHttpForwardingRuleSelectPoolActionArgs
    Set of pool selection actions to be executed when load balancer rule matches:
    Tags []LbHttpForwardingRuleTagArgs
    A list of scope + tag pairs to associate with this lb rule.
    TcpConditions []LbHttpForwardingRuleTcpConditionArgs
    Rule condition based on TCP settings of the message
    UriConditions []LbHttpForwardingRuleUriConditionArgs
    Set of match conditions used to match http request URI:
    VersionCondition LbHttpForwardingRuleVersionConditionArgs
    Match condition used to match http version of the request:
    bodyConditions List<LbHttpForwardingRuleBodyCondition>
    Set of match conditions used to match http request body:
    cookieConditions List<LbHttpForwardingRuleCookieCondition>
    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.
    headerConditions List<LbHttpForwardingRuleHeaderCondition>
    Set of match conditions used to match http request header:
    httpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions List<LbHttpForwardingRuleIpCondition>
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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<LbHttpForwardingRuleMethodCondition>
    Set of match conditions used to match http request method:
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    selectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    tags List<LbHttpForwardingRuleTag>
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions List<LbHttpForwardingRuleTcpCondition>
    Rule condition based on TCP settings of the message
    uriConditions List<LbHttpForwardingRuleUriCondition>
    Set of match conditions used to match http request URI:
    versionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    bodyConditions LbHttpForwardingRuleBodyCondition[]
    Set of match conditions used to match http request body:
    cookieConditions LbHttpForwardingRuleCookieCondition[]
    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.
    headerConditions LbHttpForwardingRuleHeaderCondition[]
    Set of match conditions used to match http request header:
    httpRedirectAction LbHttpForwardingRuleHttpRedirectAction
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction LbHttpForwardingRuleHttpRejectAction
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions LbHttpForwardingRuleIpCondition[]
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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 LbHttpForwardingRuleMethodCondition[]
    Set of match conditions used to match http request method:
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    selectPoolAction LbHttpForwardingRuleSelectPoolAction
    Set of pool selection actions to be executed when load balancer rule matches:
    tags LbHttpForwardingRuleTag[]
    A list of scope + tag pairs to associate with this lb rule.
    tcpConditions LbHttpForwardingRuleTcpCondition[]
    Rule condition based on TCP settings of the message
    uriConditions LbHttpForwardingRuleUriCondition[]
    Set of match conditions used to match http request URI:
    versionCondition LbHttpForwardingRuleVersionCondition
    Match condition used to match http version of the request:
    body_conditions Sequence[LbHttpForwardingRuleBodyConditionArgs]
    Set of match conditions used to match http request body:
    cookie_conditions Sequence[LbHttpForwardingRuleCookieConditionArgs]
    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_conditions Sequence[LbHttpForwardingRuleHeaderConditionArgs]
    Set of match conditions used to match http request header:
    http_redirect_action LbHttpForwardingRuleHttpRedirectActionArgs
    Set of http redirect actions to be executed when load balancer rule matches:
    http_reject_action LbHttpForwardingRuleHttpRejectActionArgs
    Set of http reject actions to be executed when load balancer rule matches:
    ip_conditions Sequence[LbHttpForwardingRuleIpConditionArgs]
    Set of match conditions used to match IP header values of HTTP request:
    lb_http_forwarding_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[LbHttpForwardingRuleMethodConditionArgs]
    Set of match conditions used to match http request method:
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    select_pool_action LbHttpForwardingRuleSelectPoolActionArgs
    Set of pool selection actions to be executed when load balancer rule matches:
    tags Sequence[LbHttpForwardingRuleTagArgs]
    A list of scope + tag pairs to associate with this lb rule.
    tcp_conditions Sequence[LbHttpForwardingRuleTcpConditionArgs]
    Rule condition based on TCP settings of the message
    uri_conditions Sequence[LbHttpForwardingRuleUriConditionArgs]
    Set of match conditions used to match http request URI:
    version_condition LbHttpForwardingRuleVersionConditionArgs
    Match condition used to match http version of the request:
    bodyConditions List<Property Map>
    Set of match conditions used to match http request body:
    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.
    headerConditions List<Property Map>
    Set of match conditions used to match http request header:
    httpRedirectAction Property Map
    Set of http redirect actions to be executed when load balancer rule matches:
    httpRejectAction Property Map
    Set of http reject actions to be executed when load balancer rule matches:
    ipConditions List<Property Map>
    Set of match conditions used to match IP header values of HTTP request:
    lbHttpForwardingRuleId 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:
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    selectPoolAction Property Map
    Set of pool selection actions to be executed when load balancer rule matches:
    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
    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

    LbHttpForwardingRuleBodyCondition, LbHttpForwardingRuleBodyConditionArgs

    MatchType string
    Defines how value field is used to match the body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Value string
    The value to look for in the body.
    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 body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    Value string
    The value to look for in the body.
    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 body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    value String
    The value to look for in the body.
    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 body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    value string
    The value to look for in the body.
    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 body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    value str
    The value to look for in the body.
    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 body of HTTP requests. Accepted values are STARTS_WITH, ENDS_WITH, CONTAINS, EQUALS, REGEX.
    value String
    The value to look for in the body.
    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.

    LbHttpForwardingRuleCookieCondition, LbHttpForwardingRuleCookieConditionArgs

    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.

    LbHttpForwardingRuleHeaderCondition, LbHttpForwardingRuleHeaderConditionArgs

    MatchType string
    Defines how value field is used to match the header value of HTTP requests. 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 requests. 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 requests. 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 requests. 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 requests. 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 requests. 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.

    LbHttpForwardingRuleHttpRedirectAction, LbHttpForwardingRuleHttpRedirectActionArgs

    RedirectStatus string
    The HTTP reply status.
    RedirectUrl string
    The URL to redirect to.
    RedirectStatus string
    The HTTP reply status.
    RedirectUrl string
    The URL to redirect to.
    redirectStatus String
    The HTTP reply status.
    redirectUrl String
    The URL to redirect to.
    redirectStatus string
    The HTTP reply status.
    redirectUrl string
    The URL to redirect to.
    redirect_status str
    The HTTP reply status.
    redirect_url str
    The URL to redirect to.
    redirectStatus String
    The HTTP reply status.
    redirectUrl String
    The URL to redirect to.

    LbHttpForwardingRuleHttpRejectAction, LbHttpForwardingRuleHttpRejectActionArgs

    ReplyMessage string
    The HTTP reply message.
    ReplyStatus string
    The HTTP reply status.
    ReplyMessage string
    The HTTP reply message.
    ReplyStatus string
    The HTTP reply status.
    replyMessage String
    The HTTP reply message.
    replyStatus String
    The HTTP reply status.
    replyMessage string
    The HTTP reply message.
    replyStatus string
    The HTTP reply status.
    reply_message str
    The HTTP reply message.
    reply_status str
    The HTTP reply status.
    replyMessage String
    The HTTP reply message.
    replyStatus String
    The HTTP reply status.

    LbHttpForwardingRuleIpCondition, LbHttpForwardingRuleIpConditionArgs

    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.

    LbHttpForwardingRuleMethodCondition, LbHttpForwardingRuleMethodConditionArgs

    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.

    LbHttpForwardingRuleSelectPoolAction, LbHttpForwardingRuleSelectPoolActionArgs

    PoolId string
    The loadbalancer pool the request will be forwarded to.
    PoolId string
    The loadbalancer pool the request will be forwarded to.
    poolId String
    The loadbalancer pool the request will be forwarded to.
    poolId string
    The loadbalancer pool the request will be forwarded to.
    pool_id str
    The loadbalancer pool the request will be forwarded to.
    poolId String
    The loadbalancer pool the request will be forwarded to.

    LbHttpForwardingRuleTag, LbHttpForwardingRuleTagArgs

    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.

    LbHttpForwardingRuleTcpCondition, LbHttpForwardingRuleTcpConditionArgs

    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

    LbHttpForwardingRuleUriCondition, LbHttpForwardingRuleUriConditionArgs

    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.

    LbHttpForwardingRuleVersionCondition, LbHttpForwardingRuleVersionConditionArgs

    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