nsxt.LbHttpsMonitor
Explore with Pulumi AI
Create LbHttpsMonitor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LbHttpsMonitor(name: string, args?: LbHttpsMonitorArgs, opts?: CustomResourceOptions);
@overload
def LbHttpsMonitor(resource_name: str,
args: Optional[LbHttpsMonitorArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def LbHttpsMonitor(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate_chain_depth: Optional[float] = None,
ciphers: Optional[Sequence[str]] = None,
client_certificate_id: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
fall_count: Optional[float] = None,
interval: Optional[float] = None,
lb_https_monitor_id: Optional[str] = None,
monitor_port: Optional[str] = None,
protocols: Optional[Sequence[str]] = None,
request_body: Optional[str] = None,
request_headers: Optional[Sequence[LbHttpsMonitorRequestHeaderArgs]] = None,
request_method: Optional[str] = None,
request_url: Optional[str] = None,
request_version: Optional[str] = None,
response_body: Optional[str] = None,
response_status_codes: Optional[Sequence[float]] = None,
rise_count: Optional[float] = None,
server_auth: Optional[str] = None,
server_auth_ca_ids: Optional[Sequence[str]] = None,
server_auth_crl_ids: Optional[Sequence[str]] = None,
tags: Optional[Sequence[LbHttpsMonitorTagArgs]] = None,
timeout: Optional[float] = None)
func NewLbHttpsMonitor(ctx *Context, name string, args *LbHttpsMonitorArgs, opts ...ResourceOption) (*LbHttpsMonitor, error)
public LbHttpsMonitor(string name, LbHttpsMonitorArgs? args = null, CustomResourceOptions? opts = null)
public LbHttpsMonitor(String name, LbHttpsMonitorArgs args)
public LbHttpsMonitor(String name, LbHttpsMonitorArgs args, CustomResourceOptions options)
type: nsxt:LbHttpsMonitor
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 LbHttpsMonitorArgs
- 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 LbHttpsMonitorArgs
- 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 LbHttpsMonitorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LbHttpsMonitorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LbHttpsMonitorArgs
- 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 lbHttpsMonitorResource = new Nsxt.LbHttpsMonitor("lbHttpsMonitorResource", new()
{
CertificateChainDepth = 0,
Ciphers = new[]
{
"string",
},
ClientCertificateId = "string",
Description = "string",
DisplayName = "string",
FallCount = 0,
Interval = 0,
LbHttpsMonitorId = "string",
MonitorPort = "string",
Protocols = new[]
{
"string",
},
RequestBody = "string",
RequestHeaders = new[]
{
new Nsxt.Inputs.LbHttpsMonitorRequestHeaderArgs
{
Name = "string",
Value = "string",
},
},
RequestMethod = "string",
RequestUrl = "string",
RequestVersion = "string",
ResponseBody = "string",
ResponseStatusCodes = new[]
{
0,
},
RiseCount = 0,
ServerAuth = "string",
ServerAuthCaIds = new[]
{
"string",
},
ServerAuthCrlIds = new[]
{
"string",
},
Tags = new[]
{
new Nsxt.Inputs.LbHttpsMonitorTagArgs
{
Scope = "string",
Tag = "string",
},
},
Timeout = 0,
});
example, err := nsxt.NewLbHttpsMonitor(ctx, "lbHttpsMonitorResource", &nsxt.LbHttpsMonitorArgs{
CertificateChainDepth: pulumi.Float64(0),
Ciphers: pulumi.StringArray{
pulumi.String("string"),
},
ClientCertificateId: pulumi.String("string"),
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
FallCount: pulumi.Float64(0),
Interval: pulumi.Float64(0),
LbHttpsMonitorId: pulumi.String("string"),
MonitorPort: pulumi.String("string"),
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
RequestBody: pulumi.String("string"),
RequestHeaders: nsxt.LbHttpsMonitorRequestHeaderArray{
&nsxt.LbHttpsMonitorRequestHeaderArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
RequestMethod: pulumi.String("string"),
RequestUrl: pulumi.String("string"),
RequestVersion: pulumi.String("string"),
ResponseBody: pulumi.String("string"),
ResponseStatusCodes: pulumi.Float64Array{
pulumi.Float64(0),
},
RiseCount: pulumi.Float64(0),
ServerAuth: pulumi.String("string"),
ServerAuthCaIds: pulumi.StringArray{
pulumi.String("string"),
},
ServerAuthCrlIds: pulumi.StringArray{
pulumi.String("string"),
},
Tags: nsxt.LbHttpsMonitorTagArray{
&nsxt.LbHttpsMonitorTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
Timeout: pulumi.Float64(0),
})
var lbHttpsMonitorResource = new LbHttpsMonitor("lbHttpsMonitorResource", LbHttpsMonitorArgs.builder()
.certificateChainDepth(0)
.ciphers("string")
.clientCertificateId("string")
.description("string")
.displayName("string")
.fallCount(0)
.interval(0)
.lbHttpsMonitorId("string")
.monitorPort("string")
.protocols("string")
.requestBody("string")
.requestHeaders(LbHttpsMonitorRequestHeaderArgs.builder()
.name("string")
.value("string")
.build())
.requestMethod("string")
.requestUrl("string")
.requestVersion("string")
.responseBody("string")
.responseStatusCodes(0)
.riseCount(0)
.serverAuth("string")
.serverAuthCaIds("string")
.serverAuthCrlIds("string")
.tags(LbHttpsMonitorTagArgs.builder()
.scope("string")
.tag("string")
.build())
.timeout(0)
.build());
lb_https_monitor_resource = nsxt.LbHttpsMonitor("lbHttpsMonitorResource",
certificate_chain_depth=0,
ciphers=["string"],
client_certificate_id="string",
description="string",
display_name="string",
fall_count=0,
interval=0,
lb_https_monitor_id="string",
monitor_port="string",
protocols=["string"],
request_body="string",
request_headers=[{
"name": "string",
"value": "string",
}],
request_method="string",
request_url="string",
request_version="string",
response_body="string",
response_status_codes=[0],
rise_count=0,
server_auth="string",
server_auth_ca_ids=["string"],
server_auth_crl_ids=["string"],
tags=[{
"scope": "string",
"tag": "string",
}],
timeout=0)
const lbHttpsMonitorResource = new nsxt.LbHttpsMonitor("lbHttpsMonitorResource", {
certificateChainDepth: 0,
ciphers: ["string"],
clientCertificateId: "string",
description: "string",
displayName: "string",
fallCount: 0,
interval: 0,
lbHttpsMonitorId: "string",
monitorPort: "string",
protocols: ["string"],
requestBody: "string",
requestHeaders: [{
name: "string",
value: "string",
}],
requestMethod: "string",
requestUrl: "string",
requestVersion: "string",
responseBody: "string",
responseStatusCodes: [0],
riseCount: 0,
serverAuth: "string",
serverAuthCaIds: ["string"],
serverAuthCrlIds: ["string"],
tags: [{
scope: "string",
tag: "string",
}],
timeout: 0,
});
type: nsxt:LbHttpsMonitor
properties:
certificateChainDepth: 0
ciphers:
- string
clientCertificateId: string
description: string
displayName: string
fallCount: 0
interval: 0
lbHttpsMonitorId: string
monitorPort: string
protocols:
- string
requestBody: string
requestHeaders:
- name: string
value: string
requestMethod: string
requestUrl: string
requestVersion: string
responseBody: string
responseStatusCodes:
- 0
riseCount: 0
serverAuth: string
serverAuthCaIds:
- string
serverAuthCrlIds:
- string
tags:
- scope: string
tag: string
timeout: 0
LbHttpsMonitor 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 LbHttpsMonitor resource accepts the following input properties:
- Certificate
Chain doubleDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- Ciphers List<string>
- List of supported SSL ciphers.
- Client
Certificate stringId - Client certificate can be specified to support client authentication.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Fall
Count double - Number of consecutive checks that must fail before marking it down.
- Interval double
- The frequency at which the system issues the monitor check (in seconds).
- Lb
Https stringMonitor Id - ID of the lb_https_monitor.
- Monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- Protocols List<string>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- Request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- Request
Headers List<LbHttps Monitor Request Header> - HTTP request headers.
- Request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- Request
Url string - URL used for HTTP monitor.
- Request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- Response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- Response
Status List<double>Codes - HTTP response status code should be a valid HTTP status code.
- Rise
Count double - Number of consecutive checks that must pass before marking it up.
- Server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- Server
Auth List<string>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- Server
Auth List<string>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Lb
Https Monitor Tag> - A list of scope + tag pairs to associate with this lb https monitor.
- Timeout double
- Number of seconds the target has to respond to the monitor request.
- Certificate
Chain float64Depth - Authentication depth is used to set the verification depth in the server certificates chain.
- Ciphers []string
- List of supported SSL ciphers.
- Client
Certificate stringId - Client certificate can be specified to support client authentication.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Fall
Count float64 - Number of consecutive checks that must fail before marking it down.
- Interval float64
- The frequency at which the system issues the monitor check (in seconds).
- Lb
Https stringMonitor Id - ID of the lb_https_monitor.
- Monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- Protocols []string
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- Request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- Request
Headers []LbHttps Monitor Request Header Args - HTTP request headers.
- Request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- Request
Url string - URL used for HTTP monitor.
- Request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- Response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- Response
Status []float64Codes - HTTP response status code should be a valid HTTP status code.
- Rise
Count float64 - Number of consecutive checks that must pass before marking it up.
- Server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- Server
Auth []stringCa Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- Server
Auth []stringCrl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- []Lb
Https Monitor Tag Args - A list of scope + tag pairs to associate with this lb https monitor.
- Timeout float64
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain DoubleDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers List<String>
- List of supported SSL ciphers.
- client
Certificate StringId - Client certificate can be specified to support client authentication.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- fall
Count Double - Number of consecutive checks that must fail before marking it down.
- interval Double
- The frequency at which the system issues the monitor check (in seconds).
- lb
Https StringMonitor Id - ID of the lb_https_monitor.
- monitor
Port String - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols List<String>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body String - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers List<LbHttps Monitor Request Header> - HTTP request headers.
- request
Method String - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url String - URL used for HTTP monitor.
- request
Version String - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body String - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status List<Double>Codes - HTTP response status code should be a valid HTTP status code.
- rise
Count Double - Number of consecutive checks that must pass before marking it up.
- server
Auth String - Server authentication mode - REQUIRED or IGNORE.
- server
Auth List<String>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth List<String>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Lb
Https Monitor Tag> - A list of scope + tag pairs to associate with this lb https monitor.
- timeout Double
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain numberDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers string[]
- List of supported SSL ciphers.
- client
Certificate stringId - Client certificate can be specified to support client authentication.
- description string
- Description of this resource.
- display
Name string - The display name of this resource. Defaults to ID if not set.
- fall
Count number - Number of consecutive checks that must fail before marking it down.
- interval number
- The frequency at which the system issues the monitor check (in seconds).
- lb
Https stringMonitor Id - ID of the lb_https_monitor.
- monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols string[]
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers LbHttps Monitor Request Header[] - HTTP request headers.
- request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url string - URL used for HTTP monitor.
- request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status number[]Codes - HTTP response status code should be a valid HTTP status code.
- rise
Count number - Number of consecutive checks that must pass before marking it up.
- server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- server
Auth string[]Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth string[]Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- Lb
Https Monitor Tag[] - A list of scope + tag pairs to associate with this lb https monitor.
- timeout number
- Number of seconds the target has to respond to the monitor request.
- certificate_
chain_ floatdepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers Sequence[str]
- List of supported SSL ciphers.
- client_
certificate_ strid - Client certificate can be specified to support client authentication.
- description str
- Description of this resource.
- display_
name str - The display name of this resource. Defaults to ID if not set.
- fall_
count float - Number of consecutive checks that must fail before marking it down.
- interval float
- The frequency at which the system issues the monitor check (in seconds).
- lb_
https_ strmonitor_ id - ID of the lb_https_monitor.
- monitor_
port str - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols Sequence[str]
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request_
body str - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request_
headers Sequence[LbHttps Monitor Request Header Args] - HTTP request headers.
- request_
method str - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request_
url str - URL used for HTTP monitor.
- request_
version str - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response_
body str - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response_
status_ Sequence[float]codes - HTTP response status code should be a valid HTTP status code.
- rise_
count float - Number of consecutive checks that must pass before marking it up.
- server_
auth str - Server authentication mode - REQUIRED or IGNORE.
- server_
auth_ Sequence[str]ca_ ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server_
auth_ Sequence[str]crl_ ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- Sequence[Lb
Https Monitor Tag Args] - A list of scope + tag pairs to associate with this lb https monitor.
- timeout float
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain NumberDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers List<String>
- List of supported SSL ciphers.
- client
Certificate StringId - Client certificate can be specified to support client authentication.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- fall
Count Number - Number of consecutive checks that must fail before marking it down.
- interval Number
- The frequency at which the system issues the monitor check (in seconds).
- lb
Https StringMonitor Id - ID of the lb_https_monitor.
- monitor
Port String - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols List<String>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body String - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers List<Property Map> - HTTP request headers.
- request
Method String - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url String - URL used for HTTP monitor.
- request
Version String - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body String - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status List<Number>Codes - HTTP response status code should be a valid HTTP status code.
- rise
Count Number - Number of consecutive checks that must pass before marking it up.
- server
Auth String - Server authentication mode - REQUIRED or IGNORE.
- server
Auth List<String>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth List<String>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Property Map>
- A list of scope + tag pairs to associate with this lb https monitor.
- timeout Number
- Number of seconds the target has to respond to the monitor request.
Outputs
All input properties are implicitly available as output properties. Additionally, the LbHttpsMonitor resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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.
- Is
Secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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.
- is
Secure Boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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.
- is
Secure boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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.
- is_
secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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.
- is
Secure Boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- 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 LbHttpsMonitor Resource
Get an existing LbHttpsMonitor 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?: LbHttpsMonitorState, opts?: CustomResourceOptions): LbHttpsMonitor
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate_chain_depth: Optional[float] = None,
ciphers: Optional[Sequence[str]] = None,
client_certificate_id: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
fall_count: Optional[float] = None,
interval: Optional[float] = None,
is_secure: Optional[bool] = None,
lb_https_monitor_id: Optional[str] = None,
monitor_port: Optional[str] = None,
protocols: Optional[Sequence[str]] = None,
request_body: Optional[str] = None,
request_headers: Optional[Sequence[LbHttpsMonitorRequestHeaderArgs]] = None,
request_method: Optional[str] = None,
request_url: Optional[str] = None,
request_version: Optional[str] = None,
response_body: Optional[str] = None,
response_status_codes: Optional[Sequence[float]] = None,
revision: Optional[float] = None,
rise_count: Optional[float] = None,
server_auth: Optional[str] = None,
server_auth_ca_ids: Optional[Sequence[str]] = None,
server_auth_crl_ids: Optional[Sequence[str]] = None,
tags: Optional[Sequence[LbHttpsMonitorTagArgs]] = None,
timeout: Optional[float] = None) -> LbHttpsMonitor
func GetLbHttpsMonitor(ctx *Context, name string, id IDInput, state *LbHttpsMonitorState, opts ...ResourceOption) (*LbHttpsMonitor, error)
public static LbHttpsMonitor Get(string name, Input<string> id, LbHttpsMonitorState? state, CustomResourceOptions? opts = null)
public static LbHttpsMonitor get(String name, Output<String> id, LbHttpsMonitorState state, CustomResourceOptions options)
resources: _: type: nsxt:LbHttpsMonitor 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.
- Certificate
Chain doubleDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- Ciphers List<string>
- List of supported SSL ciphers.
- Client
Certificate stringId - Client certificate can be specified to support client authentication.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Fall
Count double - Number of consecutive checks that must fail before marking it down.
- Interval double
- The frequency at which the system issues the monitor check (in seconds).
- Is
Secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- Lb
Https stringMonitor Id - ID of the lb_https_monitor.
- Monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- Protocols List<string>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- Request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- Request
Headers List<LbHttps Monitor Request Header> - HTTP request headers.
- Request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- Request
Url string - URL used for HTTP monitor.
- Request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- Response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- Response
Status List<double>Codes - HTTP response status code should be a valid HTTP status code.
- Revision double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Rise
Count double - Number of consecutive checks that must pass before marking it up.
- Server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- Server
Auth List<string>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- Server
Auth List<string>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Lb
Https Monitor Tag> - A list of scope + tag pairs to associate with this lb https monitor.
- Timeout double
- Number of seconds the target has to respond to the monitor request.
- Certificate
Chain float64Depth - Authentication depth is used to set the verification depth in the server certificates chain.
- Ciphers []string
- List of supported SSL ciphers.
- Client
Certificate stringId - Client certificate can be specified to support client authentication.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Fall
Count float64 - Number of consecutive checks that must fail before marking it down.
- Interval float64
- The frequency at which the system issues the monitor check (in seconds).
- Is
Secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- Lb
Https stringMonitor Id - ID of the lb_https_monitor.
- Monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- Protocols []string
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- Request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- Request
Headers []LbHttps Monitor Request Header Args - HTTP request headers.
- Request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- Request
Url string - URL used for HTTP monitor.
- Request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- Response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- Response
Status []float64Codes - HTTP response status code should be a valid HTTP status code.
- Revision float64
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Rise
Count float64 - Number of consecutive checks that must pass before marking it up.
- Server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- Server
Auth []stringCa Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- Server
Auth []stringCrl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- []Lb
Https Monitor Tag Args - A list of scope + tag pairs to associate with this lb https monitor.
- Timeout float64
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain DoubleDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers List<String>
- List of supported SSL ciphers.
- client
Certificate StringId - Client certificate can be specified to support client authentication.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- fall
Count Double - Number of consecutive checks that must fail before marking it down.
- interval Double
- The frequency at which the system issues the monitor check (in seconds).
- is
Secure Boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- lb
Https StringMonitor Id - ID of the lb_https_monitor.
- monitor
Port String - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols List<String>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body String - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers List<LbHttps Monitor Request Header> - HTTP request headers.
- request
Method String - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url String - URL used for HTTP monitor.
- request
Version String - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body String - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status List<Double>Codes - HTTP response status code should be a valid HTTP status code.
- revision Double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- rise
Count Double - Number of consecutive checks that must pass before marking it up.
- server
Auth String - Server authentication mode - REQUIRED or IGNORE.
- server
Auth List<String>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth List<String>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Lb
Https Monitor Tag> - A list of scope + tag pairs to associate with this lb https monitor.
- timeout Double
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain numberDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers string[]
- List of supported SSL ciphers.
- client
Certificate stringId - Client certificate can be specified to support client authentication.
- description string
- Description of this resource.
- display
Name string - The display name of this resource. Defaults to ID if not set.
- fall
Count number - Number of consecutive checks that must fail before marking it down.
- interval number
- The frequency at which the system issues the monitor check (in seconds).
- is
Secure boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- lb
Https stringMonitor Id - ID of the lb_https_monitor.
- monitor
Port string - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols string[]
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body string - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers LbHttps Monitor Request Header[] - HTTP request headers.
- request
Method string - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url string - URL used for HTTP monitor.
- request
Version string - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body string - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status number[]Codes - HTTP response status code should be a valid HTTP status code.
- revision number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- rise
Count number - Number of consecutive checks that must pass before marking it up.
- server
Auth string - Server authentication mode - REQUIRED or IGNORE.
- server
Auth string[]Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth string[]Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- Lb
Https Monitor Tag[] - A list of scope + tag pairs to associate with this lb https monitor.
- timeout number
- Number of seconds the target has to respond to the monitor request.
- certificate_
chain_ floatdepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers Sequence[str]
- List of supported SSL ciphers.
- client_
certificate_ strid - Client certificate can be specified to support client authentication.
- description str
- Description of this resource.
- display_
name str - The display name of this resource. Defaults to ID if not set.
- fall_
count float - Number of consecutive checks that must fail before marking it down.
- interval float
- The frequency at which the system issues the monitor check (in seconds).
- is_
secure bool - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- lb_
https_ strmonitor_ id - ID of the lb_https_monitor.
- monitor_
port str - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols Sequence[str]
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request_
body str - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request_
headers Sequence[LbHttps Monitor Request Header Args] - HTTP request headers.
- request_
method str - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request_
url str - URL used for HTTP monitor.
- request_
version str - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response_
body str - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response_
status_ Sequence[float]codes - HTTP response status code should be a valid HTTP status code.
- revision float
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- rise_
count float - Number of consecutive checks that must pass before marking it up.
- server_
auth str - Server authentication mode - REQUIRED or IGNORE.
- server_
auth_ Sequence[str]ca_ ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server_
auth_ Sequence[str]crl_ ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- Sequence[Lb
Https Monitor Tag Args] - A list of scope + tag pairs to associate with this lb https monitor.
- timeout float
- Number of seconds the target has to respond to the monitor request.
- certificate
Chain NumberDepth - Authentication depth is used to set the verification depth in the server certificates chain.
- ciphers List<String>
- List of supported SSL ciphers.
- client
Certificate StringId - Client certificate can be specified to support client authentication.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- fall
Count Number - Number of consecutive checks that must fail before marking it down.
- interval Number
- The frequency at which the system issues the monitor check (in seconds).
- is
Secure Boolean - This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
- lb
Https StringMonitor Id - ID of the lb_https_monitor.
- monitor
Port String - If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
- protocols List<String>
- SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.
- request
Body String - String to send as HTTP health check request body. Valid only for certain HTTP methods like POST.
- request
Headers List<Property Map> - HTTP request headers.
- request
Method String - Health check method for HTTP monitor type. Valid values are GET, HEAD, PUT, POST and OPTIONS.
- request
Url String - URL used for HTTP monitor.
- request
Version String - HTTP request version. Valid values are HTTP_VERSION_1_0 and HTTP_VERSION_1_1.
- response
Body String - If response body is specified, healthcheck HTTP response body is matched against the specified string and server is considered healthy only if there is a match (regular expressions not supported). If response body string is not specified, HTTP healthcheck is considered successful if the HTTP response status code is among configured values.
- response
Status List<Number>Codes - HTTP response status code should be a valid HTTP status code.
- revision Number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- rise
Count Number - Number of consecutive checks that must pass before marking it up.
- server
Auth String - Server authentication mode - REQUIRED or IGNORE.
- server
Auth List<String>Ca Ids - If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
- server
Auth List<String>Crl Ids - A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
- List<Property Map>
- A list of scope + tag pairs to associate with this lb https monitor.
- timeout Number
- Number of seconds the target has to respond to the monitor request.
Supporting Types
LbHttpsMonitorRequestHeader, LbHttpsMonitorRequestHeaderArgs
LbHttpsMonitorTag, LbHttpsMonitorTagArgs
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.