vcd.LbAppProfile
Explore with Pulumi AI
Create LbAppProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LbAppProfile(name: string, args: LbAppProfileArgs, opts?: CustomResourceOptions);
@overload
def LbAppProfile(resource_name: str,
args: LbAppProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LbAppProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
edge_gateway: Optional[str] = None,
type: Optional[str] = None,
http_redirect_url: Optional[str] = None,
enable_pool_side_ssl: Optional[bool] = None,
enable_ssl_passthrough: Optional[bool] = None,
expiration: Optional[float] = None,
cookie_mode: Optional[str] = None,
insert_x_forwarded_http_header: Optional[bool] = None,
lb_app_profile_id: Optional[str] = None,
name: Optional[str] = None,
org: Optional[str] = None,
persistence_mechanism: Optional[str] = None,
cookie_name: Optional[str] = None,
vdc: Optional[str] = None)
func NewLbAppProfile(ctx *Context, name string, args LbAppProfileArgs, opts ...ResourceOption) (*LbAppProfile, error)
public LbAppProfile(string name, LbAppProfileArgs args, CustomResourceOptions? opts = null)
public LbAppProfile(String name, LbAppProfileArgs args)
public LbAppProfile(String name, LbAppProfileArgs args, CustomResourceOptions options)
type: vcd:LbAppProfile
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 LbAppProfileArgs
- 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 LbAppProfileArgs
- 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 LbAppProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LbAppProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LbAppProfileArgs
- 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 lbAppProfileResource = new Vcd.LbAppProfile("lbAppProfileResource", new()
{
EdgeGateway = "string",
Type = "string",
HttpRedirectUrl = "string",
EnablePoolSideSsl = false,
EnableSslPassthrough = false,
Expiration = 0,
CookieMode = "string",
InsertXForwardedHttpHeader = false,
LbAppProfileId = "string",
Name = "string",
Org = "string",
PersistenceMechanism = "string",
CookieName = "string",
Vdc = "string",
});
example, err := vcd.NewLbAppProfile(ctx, "lbAppProfileResource", &vcd.LbAppProfileArgs{
EdgeGateway: pulumi.String("string"),
Type: pulumi.String("string"),
HttpRedirectUrl: pulumi.String("string"),
EnablePoolSideSsl: pulumi.Bool(false),
EnableSslPassthrough: pulumi.Bool(false),
Expiration: pulumi.Float64(0),
CookieMode: pulumi.String("string"),
InsertXForwardedHttpHeader: pulumi.Bool(false),
LbAppProfileId: pulumi.String("string"),
Name: pulumi.String("string"),
Org: pulumi.String("string"),
PersistenceMechanism: pulumi.String("string"),
CookieName: pulumi.String("string"),
Vdc: pulumi.String("string"),
})
var lbAppProfileResource = new LbAppProfile("lbAppProfileResource", LbAppProfileArgs.builder()
.edgeGateway("string")
.type("string")
.httpRedirectUrl("string")
.enablePoolSideSsl(false)
.enableSslPassthrough(false)
.expiration(0)
.cookieMode("string")
.insertXForwardedHttpHeader(false)
.lbAppProfileId("string")
.name("string")
.org("string")
.persistenceMechanism("string")
.cookieName("string")
.vdc("string")
.build());
lb_app_profile_resource = vcd.LbAppProfile("lbAppProfileResource",
edge_gateway="string",
type="string",
http_redirect_url="string",
enable_pool_side_ssl=False,
enable_ssl_passthrough=False,
expiration=0,
cookie_mode="string",
insert_x_forwarded_http_header=False,
lb_app_profile_id="string",
name="string",
org="string",
persistence_mechanism="string",
cookie_name="string",
vdc="string")
const lbAppProfileResource = new vcd.LbAppProfile("lbAppProfileResource", {
edgeGateway: "string",
type: "string",
httpRedirectUrl: "string",
enablePoolSideSsl: false,
enableSslPassthrough: false,
expiration: 0,
cookieMode: "string",
insertXForwardedHttpHeader: false,
lbAppProfileId: "string",
name: "string",
org: "string",
persistenceMechanism: "string",
cookieName: "string",
vdc: "string",
});
type: vcd:LbAppProfile
properties:
cookieMode: string
cookieName: string
edgeGateway: string
enablePoolSideSsl: false
enableSslPassthrough: false
expiration: 0
httpRedirectUrl: string
insertXForwardedHttpHeader: false
lbAppProfileId: string
name: string
org: string
persistenceMechanism: string
type: string
vdc: string
LbAppProfile 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 LbAppProfile resource accepts the following input properties:
- Edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- Type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - Enable
Pool boolSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- Enable
Ssl boolPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- Expiration double
- Length of time in seconds that persistence stays in effect
- Http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- Insert
XForwarded boolHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- Lb
App stringProfile Id - The NSX ID of the load balancer application profile
- Name string
- Application profile name
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- Vdc string
- The name of VDC to use, optional if defined at provider level
- Edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- Type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - Enable
Pool boolSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- Enable
Ssl boolPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- Expiration float64
- Length of time in seconds that persistence stays in effect
- Http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- Insert
XForwarded boolHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- Lb
App stringProfile Id - The NSX ID of the load balancer application profile
- Name string
- Application profile name
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- Vdc string
- The name of VDC to use, optional if defined at provider level
- edge
Gateway String - The name of the edge gateway on which the application profile is to be created
- type String
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- String
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- String
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - enable
Pool BooleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl BooleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration Double
- Length of time in seconds that persistence stays in effect
- http
Redirect StringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded BooleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App StringProfile Id - The NSX ID of the load balancer application profile
- name String
- Application profile name
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism String - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- vdc String
- The name of VDC to use, optional if defined at provider level
- edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - enable
Pool booleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl booleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration number
- Length of time in seconds that persistence stays in effect
- http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded booleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App stringProfile Id - The NSX ID of the load balancer application profile
- name string
- Application profile name
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- vdc string
- The name of VDC to use, optional if defined at provider level
- edge_
gateway str - The name of the edge gateway on which the application profile is to be created
- type str
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- str
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- str
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - enable_
pool_ boolside_ ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable_
ssl_ boolpassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration float
- Length of time in seconds that persistence stays in effect
- http_
redirect_ strurl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert_
x_ boolforwarded_ http_ header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb_
app_ strprofile_ id - The NSX ID of the load balancer application profile
- name str
- Application profile name
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence_
mechanism str - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- vdc str
- The name of VDC to use, optional if defined at provider level
- edge
Gateway String - The name of the edge gateway on which the application profile is to be created
- type String
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- String
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- String
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - enable
Pool BooleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl BooleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration Number
- Length of time in seconds that persistence stays in effect
- http
Redirect StringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded BooleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App StringProfile Id - The NSX ID of the load balancer application profile
- name String
- Application profile name
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism String - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- vdc String
- The name of VDC to use, optional if defined at provider level
Outputs
All input properties are implicitly available as output properties. Additionally, the LbAppProfile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing LbAppProfile Resource
Get an existing LbAppProfile 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?: LbAppProfileState, opts?: CustomResourceOptions): LbAppProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cookie_mode: Optional[str] = None,
cookie_name: Optional[str] = None,
edge_gateway: Optional[str] = None,
enable_pool_side_ssl: Optional[bool] = None,
enable_ssl_passthrough: Optional[bool] = None,
expiration: Optional[float] = None,
http_redirect_url: Optional[str] = None,
insert_x_forwarded_http_header: Optional[bool] = None,
lb_app_profile_id: Optional[str] = None,
name: Optional[str] = None,
org: Optional[str] = None,
persistence_mechanism: Optional[str] = None,
type: Optional[str] = None,
vdc: Optional[str] = None) -> LbAppProfile
func GetLbAppProfile(ctx *Context, name string, id IDInput, state *LbAppProfileState, opts ...ResourceOption) (*LbAppProfile, error)
public static LbAppProfile Get(string name, Input<string> id, LbAppProfileState? state, CustomResourceOptions? opts = null)
public static LbAppProfile get(String name, Output<String> id, LbAppProfileState state, CustomResourceOptions options)
resources: _: type: vcd:LbAppProfile 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.
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - Edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- Enable
Pool boolSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- Enable
Ssl boolPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- Expiration double
- Length of time in seconds that persistence stays in effect
- Http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- Insert
XForwarded boolHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- Lb
App stringProfile Id - The NSX ID of the load balancer application profile
- Name string
- Application profile name
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- Type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- Vdc string
- The name of VDC to use, optional if defined at provider level
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - Edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- Enable
Pool boolSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- Enable
Ssl boolPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- Expiration float64
- Length of time in seconds that persistence stays in effect
- Http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- Insert
XForwarded boolHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- Lb
App stringProfile Id - The NSX ID of the load balancer application profile
- Name string
- Application profile name
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- Type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- Vdc string
- The name of VDC to use, optional if defined at provider level
- String
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- String
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - edge
Gateway String - The name of the edge gateway on which the application profile is to be created
- enable
Pool BooleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl BooleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration Double
- Length of time in seconds that persistence stays in effect
- http
Redirect StringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded BooleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App StringProfile Id - The NSX ID of the load balancer application profile
- name String
- Application profile name
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism String - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- type String
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- vdc String
- The name of VDC to use, optional if defined at provider level
- string
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- string
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - edge
Gateway string - The name of the edge gateway on which the application profile is to be created
- enable
Pool booleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl booleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration number
- Length of time in seconds that persistence stays in effect
- http
Redirect stringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded booleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App stringProfile Id - The NSX ID of the load balancer application profile
- name string
- Application profile name
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism string - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- type string
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- vdc string
- The name of VDC to use, optional if defined at provider level
- str
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- str
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - edge_
gateway str - The name of the edge gateway on which the application profile is to be created
- enable_
pool_ boolside_ ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable_
ssl_ boolpassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration float
- Length of time in seconds that persistence stays in effect
- http_
redirect_ strurl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert_
x_ boolforwarded_ http_ header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb_
app_ strprofile_ id - The NSX ID of the load balancer application profile
- name str
- Application profile name
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence_
mechanism str - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- type str
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- vdc str
- The name of VDC to use, optional if defined at provider level
- String
- The mode by which the cookie should be inserted. One of 'insert', 'prefix', or 'appsession'
- String
- Used to uniquely identify the session the first time a client accesses
the site. The load balancer refers to this cookie when connecting subsequent requests in the
session, so that they all go to the same virtual server. Only applies for
persistence_mechanism
'cookie' - edge
Gateway String - The name of the edge gateway on which the application profile is to be created
- enable
Pool BooleanSide Ssl - Enable to define the certificate, CAs, or CRLs used to authenticate the load balancer from the server side. Note: This resource does not currently support attaching Pool and Virtual Server certificates therefore this toggle only enables it. To make it fully work certificates must be currently attached manually.
- enable
Ssl BooleanPassthrough - Enable SSL authentication to be passed through to the virtual server. Otherwise SSL authentication takes place at the destination address
- expiration Number
- Length of time in seconds that persistence stays in effect
- http
Redirect StringUrl - The URL to which traffic that arrives at the destination address
should be redirected. Only applies for types
http
andhttps
- insert
XForwarded BooleanHttp Header - Enables 'X-Forwarded-For' header for identifying
the originating IP address of a client connecting to a Web server through the load balancer.
Only applies for types
http
andhttps
- lb
App StringProfile Id - The NSX ID of the load balancer application profile
- name String
- Application profile name
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- persistence
Mechanism String - Persistence mechanism for the profile. One of 'cookie', 'ssl-sessionid', 'sourceip'
- type String
- Protocol type used to send requests to the server. One of
tcp
,udp
,http
, orhttps
- vdc String
- The name of VDC to use, optional if defined at provider level
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.