avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getHealthmonitor
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Healthmonitor” sidebar_current: “docs-avi-datasource-healthmonitor” description: |- Get information of Avi HealthMonitor.
avi.Healthmonitor
This data source is used to to get avi.Healthmonitor objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooHealthmonitor = avi.getHealthmonitor({
name: "foo",
uuid: "healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_healthmonitor = avi.get_healthmonitor(name="foo",
uuid="healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupHealthmonitor(ctx, &avi.LookupHealthmonitorArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooHealthmonitor = Avi.GetHealthmonitor.Invoke(new()
{
Name = "foo",
Uuid = "healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetHealthmonitorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooHealthmonitor = AviFunctions.getHealthmonitor(GetHealthmonitorArgs.builder()
.name("foo")
.uuid("healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooHealthmonitor:
fn::invoke:
function: avi:getHealthmonitor
arguments:
name: foo
uuid: healthmonitor-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getHealthmonitor
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHealthmonitor(args: GetHealthmonitorArgs, opts?: InvokeOptions): Promise<GetHealthmonitorResult>
function getHealthmonitorOutput(args: GetHealthmonitorOutputArgs, opts?: InvokeOptions): Output<GetHealthmonitorResult>
def get_healthmonitor(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHealthmonitorResult
def get_healthmonitor_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHealthmonitorResult]
func LookupHealthmonitor(ctx *Context, args *LookupHealthmonitorArgs, opts ...InvokeOption) (*LookupHealthmonitorResult, error)
func LookupHealthmonitorOutput(ctx *Context, args *LookupHealthmonitorOutputArgs, opts ...InvokeOption) LookupHealthmonitorResultOutput
> Note: This function is named LookupHealthmonitor
in the Go SDK.
public static class GetHealthmonitor
{
public static Task<GetHealthmonitorResult> InvokeAsync(GetHealthmonitorArgs args, InvokeOptions? opts = null)
public static Output<GetHealthmonitorResult> Invoke(GetHealthmonitorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHealthmonitorResult> getHealthmonitor(GetHealthmonitorArgs args, InvokeOptions options)
public static Output<GetHealthmonitorResult> getHealthmonitor(GetHealthmonitorArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getHealthmonitor:getHealthmonitor
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search HealthMonitor by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search HealthMonitor by uuid.
getHealthmonitor Result
The following output properties are available:
- Allow
Duplicate stringMonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Authentications
List<Get
Healthmonitor Authentication> - Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetHealthmonitor Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Disable
Quickstart string - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Dns
Monitors List<GetHealthmonitor Dns Monitor> - Allowed with any value in enterprise, enterprise with cloud services edition.
- External
Monitors List<GetHealthmonitor External Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Failed
Checks string - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ftp
Monitors List<GetHealthmonitor Ftp Monitor> - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ftps
Monitors List<GetHealthmonitor Ftps Monitor> - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http2Monitors
List<Get
Healthmonitor Http2Monitor> - Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http2s
Monitors List<GetHealthmonitor Http2s Monitor> - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http
Monitors List<GetHealthmonitor Http Monitor> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Https
Monitors List<GetHealthmonitor Https Monitor> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Id string
- Imap
Monitors List<GetHealthmonitor Imap Monitor> - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Imaps
Monitors List<GetHealthmonitor Imaps Monitor> - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Ldap
Monitors List<GetHealthmonitor Ldap Monitor> - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ldaps
Monitors List<GetHealthmonitor Ldaps Monitor> - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
List<Get
Healthmonitor Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Monitor
Port string - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pop3Monitors
List<Get
Healthmonitor Pop3Monitor> - Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pop3s
Monitors List<GetHealthmonitor Pop3s Monitor> - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Radius
Monitors List<GetHealthmonitor Radius Monitor> - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Receive
Timeout string - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sctp
Monitors List<GetHealthmonitor Sctp Monitor> - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Send
Interval string - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sip
Monitors List<GetHealthmonitor Sip Monitor> - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Smtp
Monitors List<GetHealthmonitor Smtp Monitor> - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Smtps
Monitors List<GetHealthmonitor Smtps Monitor> - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Successful
Checks string - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tcp
Monitors List<GetHealthmonitor Tcp Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- Udp
Monitors List<GetHealthmonitor Udp Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Allow
Duplicate stringMonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Authentications
[]Get
Healthmonitor Authentication - Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetHealthmonitor Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Disable
Quickstart string - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Dns
Monitors []GetHealthmonitor Dns Monitor - Allowed with any value in enterprise, enterprise with cloud services edition.
- External
Monitors []GetHealthmonitor External Monitor - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Failed
Checks string - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ftp
Monitors []GetHealthmonitor Ftp Monitor - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ftps
Monitors []GetHealthmonitor Ftps Monitor - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http2Monitors
[]Get
Healthmonitor Http2Monitor - Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http2s
Monitors []GetHealthmonitor Http2s Monitor - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http
Monitors []GetHealthmonitor Http Monitor - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Https
Monitors []GetHealthmonitor Https Monitor - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Id string
- Imap
Monitors []GetHealthmonitor Imap Monitor - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Imaps
Monitors []GetHealthmonitor Imaps Monitor - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Ldap
Monitors []GetHealthmonitor Ldap Monitor - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ldaps
Monitors []GetHealthmonitor Ldaps Monitor - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
[]Get
Healthmonitor Marker - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Monitor
Port string - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Pop3Monitors
[]Get
Healthmonitor Pop3Monitor - Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pop3s
Monitors []GetHealthmonitor Pop3s Monitor - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Radius
Monitors []GetHealthmonitor Radius Monitor - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Receive
Timeout string - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sctp
Monitors []GetHealthmonitor Sctp Monitor - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Send
Interval string - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sip
Monitors []GetHealthmonitor Sip Monitor - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Smtp
Monitors []GetHealthmonitor Smtp Monitor - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Smtps
Monitors []GetHealthmonitor Smtps Monitor - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Successful
Checks string - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tcp
Monitors []GetHealthmonitor Tcp Monitor - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- Udp
Monitors []GetHealthmonitor Udp Monitor - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allow
Duplicate StringMonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- authentications
List<Get
Healthmonitor Authentication> - Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetHealthmonitor Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- disable
Quickstart String - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- dns
Monitors List<GetHealthmonitor Dns Monitor> - Allowed with any value in enterprise, enterprise with cloud services edition.
- external
Monitors List<GetHealthmonitor External Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- failed
Checks String - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ftp
Monitors List<GetHealthmonitor Ftp Monitor> - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ftps
Monitors List<GetHealthmonitor Ftps Monitor> - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2Monitors
List<Get
Healthmonitor Http2Monitor> - Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2s
Monitors List<GetHealthmonitor Http2s Monitor> - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Monitors List<GetHealthmonitor Http Monitor> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- https
Monitors List<GetHealthmonitor Https Monitor> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- id String
- imap
Monitors List<GetHealthmonitor Imap Monitor> - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- imaps
Monitors List<GetHealthmonitor Imaps Monitor> - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated String - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- ldap
Monitors List<GetHealthmonitor Ldap Monitor> - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ldaps
Monitors List<GetHealthmonitor Ldaps Monitor> - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
List<Get
Healthmonitor Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- monitor
Port String - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pop3Monitors
List<Get
Healthmonitor Pop3Monitor> - Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pop3s
Monitors List<GetHealthmonitor Pop3s Monitor> - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- radius
Monitors List<GetHealthmonitor Radius Monitor> - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- receive
Timeout String - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sctp
Monitors List<GetHealthmonitor Sctp Monitor> - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval String - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sip
Monitors List<GetHealthmonitor Sip Monitor> - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtp
Monitors List<GetHealthmonitor Smtp Monitor> - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtps
Monitors List<GetHealthmonitor Smtps Monitor> - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- successful
Checks String - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tcp
Monitors List<GetHealthmonitor Tcp Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- udp
Monitors List<GetHealthmonitor Udp Monitor> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allow
Duplicate stringMonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- authentications
Get
Healthmonitor Authentication[] - Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetHealthmonitor Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- disable
Quickstart string - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- dns
Monitors GetHealthmonitor Dns Monitor[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- external
Monitors GetHealthmonitor External Monitor[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- failed
Checks string - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ftp
Monitors GetHealthmonitor Ftp Monitor[] - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ftps
Monitors GetHealthmonitor Ftps Monitor[] - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2Monitors
Get
Healthmonitor Http2Monitor[] - Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2s
Monitors GetHealthmonitor Http2s Monitor[] - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Monitors GetHealthmonitor Http Monitor[] - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- https
Monitors GetHealthmonitor Https Monitor[] - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- id string
- imap
Monitors GetHealthmonitor Imap Monitor[] - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- imaps
Monitors GetHealthmonitor Imaps Monitor[] - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- ldap
Monitors GetHealthmonitor Ldap Monitor[] - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ldaps
Monitors GetHealthmonitor Ldaps Monitor[] - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Get
Healthmonitor Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- monitor
Port string - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pop3Monitors
Get
Healthmonitor Pop3Monitor[] - Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pop3s
Monitors GetHealthmonitor Pop3s Monitor[] - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- radius
Monitors GetHealthmonitor Radius Monitor[] - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- receive
Timeout string - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sctp
Monitors GetHealthmonitor Sctp Monitor[] - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval string - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sip
Monitors GetHealthmonitor Sip Monitor[] - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtp
Monitors GetHealthmonitor Smtp Monitor[] - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtps
Monitors GetHealthmonitor Smtps Monitor[] - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- successful
Checks string - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tcp
Monitors GetHealthmonitor Tcp Monitor[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type string
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- udp
Monitors GetHealthmonitor Udp Monitor[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allow_
duplicate_ strmonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- authentications
Sequence[Get
Healthmonitor Authentication] - Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetHealthmonitor Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- disable_
quickstart str - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- dns_
monitors Sequence[GetHealthmonitor Dns Monitor] - Allowed with any value in enterprise, enterprise with cloud services edition.
- external_
monitors Sequence[GetHealthmonitor External Monitor] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- failed_
checks str - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ftp_
monitors Sequence[GetHealthmonitor Ftp Monitor] - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ftps_
monitors Sequence[GetHealthmonitor Ftps Monitor] - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2_
monitors Sequence[GetHealthmonitor Http2Monitor] - Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2s_
monitors Sequence[GetHealthmonitor Http2s Monitor] - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http_
monitors Sequence[GetHealthmonitor Http Monitor] - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- https_
monitors Sequence[GetHealthmonitor Https Monitor] - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- id str
- imap_
monitors Sequence[GetHealthmonitor Imap Monitor] - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- imaps_
monitors Sequence[GetHealthmonitor Imaps Monitor] - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is_
federated str - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- ldap_
monitors Sequence[GetHealthmonitor Ldap Monitor] - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ldaps_
monitors Sequence[GetHealthmonitor Ldaps Monitor] - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Sequence[Get
Healthmonitor Marker] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- monitor_
port str - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pop3_
monitors Sequence[GetHealthmonitor Pop3Monitor] - Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pop3s_
monitors Sequence[GetHealthmonitor Pop3s Monitor] - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- radius_
monitors Sequence[GetHealthmonitor Radius Monitor] - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- receive_
timeout str - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sctp_
monitors Sequence[GetHealthmonitor Sctp Monitor] - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- send_
interval str - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sip_
monitors Sequence[GetHealthmonitor Sip Monitor] - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtp_
monitors Sequence[GetHealthmonitor Smtp Monitor] - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtps_
monitors Sequence[GetHealthmonitor Smtps Monitor] - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- successful_
checks str - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tcp_
monitors Sequence[GetHealthmonitor Tcp Monitor] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type str
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- udp_
monitors Sequence[GetHealthmonitor Udp Monitor] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allow
Duplicate StringMonitors - By default, multiple instances of the same healthmonitor to the same server are suppressed intelligently. In rare cases, the monitor may have specific constructs that go beyond the server keys (ip, port, etc.) during which such suppression is not desired. Use this knob to allow duplicates. Field introduced in 18.2.8. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- authentications List<Property Map>
- Authentication information for username/password. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- disable
Quickstart String - During addition of a server or healthmonitors or during bootup, avi performs sequential health checks rather than waiting for send-interval to kick in, to mark the server up as soon as possible. This knob may be used to turn this feature off. Field introduced in 18.2.7. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- dns
Monitors List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- external
Monitors List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- failed
Checks String - Number of continuous failed health checks before the server is marked down. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ftp
Monitors List<Property Map> - Health monitor for ftp. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ftps
Monitors List<Property Map> - Health monitor for ftps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2Monitors List<Property Map>
- Health monitor for http2. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http2s
Monitors List<Property Map> - Health monitor for http2s. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Monitors List<Property Map> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- https
Monitors List<Property Map> - Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- id String
- imap
Monitors List<Property Map> - Health monitor for imap. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- imaps
Monitors List<Property Map> - Health monitor for imaps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated String - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- ldap
Monitors List<Property Map> - Health monitor for ldap. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ldaps
Monitors List<Property Map> - Health monitor for ldaps. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- monitor
Port String - Use this port instead of the port defined for the server in the pool. If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. Allowed values are 1-65535. Special values are 0 - use server port. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- A user friendly name for this health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- pop3Monitors List<Property Map>
- Health monitor for pop3. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pop3s
Monitors List<Property Map> - Health monitor for pop3s. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- radius
Monitors List<Property Map> - Health monitor for radius. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- receive
Timeout String - A valid response from the server is expected within the receive timeout window. This timeout must be less than the send interval. If server status is regularly flapping up and down, consider increasing this value. Allowed values are 1-2400. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sctp
Monitors List<Property Map> - Health monitor for sctp. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval String - Frequency, in seconds, that monitors are sent to a server. Allowed values are 1-3600. Unit is sec. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- sip
Monitors List<Property Map> - Health monitor for sip. Field introduced in 17.2.8, 18.1.3, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtp
Monitors List<Property Map> - Health monitor for smtp. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- smtps
Monitors List<Property Map> - Health monitor for smtps. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- successful
Checks String - Number of continuous successful health checks before server is marked up. Allowed values are 1-50. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tcp
Monitors List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Type of the health monitor. Enum options - HEALTH_MONITOR_PING, HEALTH_MONITOR_TCP, HEALTH_MONITOR_HTTP, HEALTH_MONITOR_HTTPS, HEALTH_MONITOR_EXTERNAL, HEALTH_MONITOR_UDP, HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition.
- udp
Monitors List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the health monitor. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetHealthmonitorAuthentication
GetHealthmonitorConfigpbAttribute
- Version
This property is required. string
- Version
This property is required. string
- version
This property is required. String
- version
This property is required. string
- version
This property is required. str
- version
This property is required. String
GetHealthmonitorDnsMonitor
- Qtype
This property is required. string - Query
Name This property is required. string - Rcode
This property is required. string - Record
Type This property is required. string - Response
String This property is required. string
- Qtype
This property is required. string - Query
Name This property is required. string - Rcode
This property is required. string - Record
Type This property is required. string - Response
String This property is required. string
- qtype
This property is required. String - query
Name This property is required. String - rcode
This property is required. String - record
Type This property is required. String - response
String This property is required. String
- qtype
This property is required. string - query
Name This property is required. string - rcode
This property is required. string - record
Type This property is required. string - response
String This property is required. string
- qtype
This property is required. str - query_
name This property is required. str - rcode
This property is required. str - record_
type This property is required. str - response_
string This property is required. str
- qtype
This property is required. String - query
Name This property is required. String - rcode
This property is required. String - record
Type This property is required. String - response
String This property is required. String
GetHealthmonitorExternalMonitor
- Command
Code This property is required. string - Command
Parameters This property is required. string - Command
Path This property is required. string - Command
Variables This property is required. string
- Command
Code This property is required. string - Command
Parameters This property is required. string - Command
Path This property is required. string - Command
Variables This property is required. string
- command
Code This property is required. String - command
Parameters This property is required. String - command
Path This property is required. String - command
Variables This property is required. String
- command
Code This property is required. string - command
Parameters This property is required. string - command
Path This property is required. string - command
Variables This property is required. string
- command_
code This property is required. str - command_
parameters This property is required. str - command_
path This property is required. str - command_
variables This property is required. str
- command
Code This property is required. String - command
Parameters This property is required. String - command
Path This property is required. String - command
Variables This property is required. String
GetHealthmonitorFtpMonitor
- Filename
This property is required. string - Mode
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Ftp Monitor Ssl Attribute>
- Filename
This property is required. string - Mode
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Ftp Monitor Ssl Attribute
- filename
This property is required. String - mode
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Ftp Monitor Ssl Attribute>
- filename
This property is required. string - mode
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Ftp Monitor Ssl Attribute[]
- filename
This property is required. str - mode
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Ftp Monitor Ssl Attribute]
- filename
This property is required. String - mode
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorFtpMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorFtpsMonitor
- Filename
This property is required. string - Mode
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Ftps Monitor Ssl Attribute>
- Filename
This property is required. string - Mode
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Ftps Monitor Ssl Attribute
- filename
This property is required. String - mode
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Ftps Monitor Ssl Attribute>
- filename
This property is required. string - mode
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Ftps Monitor Ssl Attribute[]
- filename
This property is required. str - mode
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Ftps Monitor Ssl Attribute]
- filename
This property is required. String - mode
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorFtpsMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorHttp2Monitor
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. List<string> - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. List<string> - Maintenance
Codes This property is required. List<double> - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Http2Monitor Ssl Attribute>
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. []string - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. []string - Maintenance
Codes This property is required. []float64 - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Http2Monitor Ssl Attribute
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Double> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Http2Monitor Ssl Attribute>
- auth
Type This property is required. string - exact
Http Request This property is required. string - http
Headers This property is required. string[] - http
Method This property is required. string - http
Request This property is required. string - http
Request Body This property is required. string - http
Request Header Path This property is required. string - http
Response This property is required. string - http
Response Codes This property is required. string[] - maintenance
Codes This property is required. number[] - maintenance
Response This property is required. string - response
Size This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Http2Monitor Ssl Attribute[]
- auth_
type This property is required. str - exact_
http_ request This property is required. str - http_
headers This property is required. Sequence[str] - http_
method This property is required. str - http_
request This property is required. str - http_
request_ body This property is required. str - http_
request_ header_ path This property is required. str - http_
response This property is required. str - http_
response_ codes This property is required. Sequence[str] - maintenance_
codes This property is required. Sequence[float] - maintenance_
response This property is required. str - response_
size This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Http2Monitor Ssl Attribute]
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Number> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorHttp2MonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorHttp2sMonitor
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. List<string> - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. List<string> - Maintenance
Codes This property is required. List<double> - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Http2s Monitor Ssl Attribute>
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. []string - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. []string - Maintenance
Codes This property is required. []float64 - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Http2s Monitor Ssl Attribute
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Double> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Http2s Monitor Ssl Attribute>
- auth
Type This property is required. string - exact
Http Request This property is required. string - http
Headers This property is required. string[] - http
Method This property is required. string - http
Request This property is required. string - http
Request Body This property is required. string - http
Request Header Path This property is required. string - http
Response This property is required. string - http
Response Codes This property is required. string[] - maintenance
Codes This property is required. number[] - maintenance
Response This property is required. string - response
Size This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Http2s Monitor Ssl Attribute[]
- auth_
type This property is required. str - exact_
http_ request This property is required. str - http_
headers This property is required. Sequence[str] - http_
method This property is required. str - http_
request This property is required. str - http_
request_ body This property is required. str - http_
request_ header_ path This property is required. str - http_
response This property is required. str - http_
response_ codes This property is required. Sequence[str] - maintenance_
codes This property is required. Sequence[float] - maintenance_
response This property is required. str - response_
size This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Http2s Monitor Ssl Attribute]
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Number> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorHttp2sMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorHttpMonitor
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. List<string> - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. List<string> - Maintenance
Codes This property is required. List<double> - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Http Monitor Ssl Attribute>
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. []string - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. []string - Maintenance
Codes This property is required. []float64 - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Http Monitor Ssl Attribute
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Double> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Http Monitor Ssl Attribute>
- auth
Type This property is required. string - exact
Http Request This property is required. string - http
Headers This property is required. string[] - http
Method This property is required. string - http
Request This property is required. string - http
Request Body This property is required. string - http
Request Header Path This property is required. string - http
Response This property is required. string - http
Response Codes This property is required. string[] - maintenance
Codes This property is required. number[] - maintenance
Response This property is required. string - response
Size This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Http Monitor Ssl Attribute[]
- auth_
type This property is required. str - exact_
http_ request This property is required. str - http_
headers This property is required. Sequence[str] - http_
method This property is required. str - http_
request This property is required. str - http_
request_ body This property is required. str - http_
request_ header_ path This property is required. str - http_
response This property is required. str - http_
response_ codes This property is required. Sequence[str] - maintenance_
codes This property is required. Sequence[float] - maintenance_
response This property is required. str - response_
size This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Http Monitor Ssl Attribute]
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Number> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorHttpMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorHttpsMonitor
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. List<string> - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. List<string> - Maintenance
Codes This property is required. List<double> - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Https Monitor Ssl Attribute>
- Auth
Type This property is required. string - Exact
Http Request This property is required. string - Http
Headers This property is required. []string - Http
Method This property is required. string - Http
Request This property is required. string - Http
Request Body This property is required. string - Http
Request Header Path This property is required. string - Http
Response This property is required. string - Http
Response Codes This property is required. []string - Maintenance
Codes This property is required. []float64 - Maintenance
Response This property is required. string - Response
Size This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Https Monitor Ssl Attribute
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Double> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Https Monitor Ssl Attribute>
- auth
Type This property is required. string - exact
Http Request This property is required. string - http
Headers This property is required. string[] - http
Method This property is required. string - http
Request This property is required. string - http
Request Body This property is required. string - http
Request Header Path This property is required. string - http
Response This property is required. string - http
Response Codes This property is required. string[] - maintenance
Codes This property is required. number[] - maintenance
Response This property is required. string - response
Size This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Https Monitor Ssl Attribute[]
- auth_
type This property is required. str - exact_
http_ request This property is required. str - http_
headers This property is required. Sequence[str] - http_
method This property is required. str - http_
request This property is required. str - http_
request_ body This property is required. str - http_
request_ header_ path This property is required. str - http_
response This property is required. str - http_
response_ codes This property is required. Sequence[str] - maintenance_
codes This property is required. Sequence[float] - maintenance_
response This property is required. str - response_
size This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Https Monitor Ssl Attribute]
- auth
Type This property is required. String - exact
Http Request This property is required. String - http
Headers This property is required. List<String> - http
Method This property is required. String - http
Request This property is required. String - http
Request Body This property is required. String - http
Request Header Path This property is required. String - http
Response This property is required. String - http
Response Codes This property is required. List<String> - maintenance
Codes This property is required. List<Number> - maintenance
Response This property is required. String - response
Size This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorHttpsMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorImapMonitor
- Folder
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Imap Monitor Ssl Attribute>
- Folder
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Imap Monitor Ssl Attribute
- folder
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Imap Monitor Ssl Attribute>
- folder
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Imap Monitor Ssl Attribute[]
- folder
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Imap Monitor Ssl Attribute]
- folder
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorImapMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorImapsMonitor
- Folder
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Imaps Monitor Ssl Attribute>
- Folder
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Imaps Monitor Ssl Attribute
- folder
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Imaps Monitor Ssl Attribute>
- folder
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Imaps Monitor Ssl Attribute[]
- folder
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Imaps Monitor Ssl Attribute]
- folder
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorImapsMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorLdapMonitor
- Attributes
This property is required. string - Base
Dn This property is required. string - Filter
This property is required. string - Scope
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Ldap Monitor Ssl Attribute>
- Attributes
This property is required. string - Base
Dn This property is required. string - Filter
This property is required. string - Scope
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Ldap Monitor Ssl Attribute
- attributes
This property is required. String - base
Dn This property is required. String - filter
This property is required. String - scope
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Ldap Monitor Ssl Attribute>
- attributes
This property is required. string - base
Dn This property is required. string - filter
This property is required. string - scope
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Ldap Monitor Ssl Attribute[]
- attributes
This property is required. str - base_
dn This property is required. str - filter
This property is required. str - scope
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Ldap Monitor Ssl Attribute]
- attributes
This property is required. String - base
Dn This property is required. String - filter
This property is required. String - scope
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorLdapMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorLdapsMonitor
- Attributes
This property is required. string - Base
Dn This property is required. string - Filter
This property is required. string - Scope
This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Ldaps Monitor Ssl Attribute>
- Attributes
This property is required. string - Base
Dn This property is required. string - Filter
This property is required. string - Scope
This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Ldaps Monitor Ssl Attribute
- attributes
This property is required. String - base
Dn This property is required. String - filter
This property is required. String - scope
This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Ldaps Monitor Ssl Attribute>
- attributes
This property is required. string - base
Dn This property is required. string - filter
This property is required. string - scope
This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Ldaps Monitor Ssl Attribute[]
- attributes
This property is required. str - base_
dn This property is required. str - filter
This property is required. str - scope
This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Ldaps Monitor Ssl Attribute]
- attributes
This property is required. String - base
Dn This property is required. String - filter
This property is required. String - scope
This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorLdapsMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorMarker
GetHealthmonitorPop3Monitor
- Ssl
Attributes This property is required. List<GetHealthmonitor Pop3Monitor Ssl Attribute>
- Ssl
Attributes This property is required. []GetHealthmonitor Pop3Monitor Ssl Attribute
- ssl
Attributes This property is required. List<GetHealthmonitor Pop3Monitor Ssl Attribute>
- ssl
Attributes This property is required. GetHealthmonitor Pop3Monitor Ssl Attribute[]
- ssl_
attributes This property is required. Sequence[GetHealthmonitor Pop3Monitor Ssl Attribute]
- ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorPop3MonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorPop3sMonitor
- Ssl
Attributes This property is required. List<GetHealthmonitor Pop3s Monitor Ssl Attribute>
- Ssl
Attributes This property is required. []GetHealthmonitor Pop3s Monitor Ssl Attribute
- ssl
Attributes This property is required. List<GetHealthmonitor Pop3s Monitor Ssl Attribute>
- ssl
Attributes This property is required. GetHealthmonitor Pop3s Monitor Ssl Attribute[]
- ssl_
attributes This property is required. Sequence[GetHealthmonitor Pop3s Monitor Ssl Attribute]
- ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorPop3sMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorRadiusMonitor
GetHealthmonitorSctpMonitor
- Sctp
Request This property is required. string - Sctp
Response This property is required. string
- Sctp
Request This property is required. string - Sctp
Response This property is required. string
- sctp
Request This property is required. String - sctp
Response This property is required. String
- sctp
Request This property is required. string - sctp
Response This property is required. string
- sctp_
request This property is required. str - sctp_
response This property is required. str
- sctp
Request This property is required. String - sctp
Response This property is required. String
GetHealthmonitorSipMonitor
- Sip
Monitor Transport This property is required. string - Sip
Request Code This property is required. string - Sip
Response This property is required. string
- Sip
Monitor Transport This property is required. string - Sip
Request Code This property is required. string - Sip
Response This property is required. string
- sip
Monitor Transport This property is required. String - sip
Request Code This property is required. String - sip
Response This property is required. String
- sip
Monitor Transport This property is required. string - sip
Request Code This property is required. string - sip
Response This property is required. string
- sip_
monitor_ transport This property is required. str - sip_
request_ code This property is required. str - sip_
response This property is required. str
- sip
Monitor Transport This property is required. String - sip
Request Code This property is required. String - sip
Response This property is required. String
GetHealthmonitorSmtpMonitor
- Domainname
This property is required. string - Mail
Data This property is required. string - Recipients
Ids This property is required. List<string> - Sender
Id This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Smtp Monitor Ssl Attribute>
- Domainname
This property is required. string - Mail
Data This property is required. string - Recipients
Ids This property is required. []string - Sender
Id This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Smtp Monitor Ssl Attribute
- domainname
This property is required. String - mail
Data This property is required. String - recipients
Ids This property is required. List<String> - sender
Id This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Smtp Monitor Ssl Attribute>
- domainname
This property is required. string - mail
Data This property is required. string - recipients
Ids This property is required. string[] - sender
Id This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Smtp Monitor Ssl Attribute[]
- domainname
This property is required. str - mail_
data This property is required. str - recipients_
ids This property is required. Sequence[str] - sender_
id This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Smtp Monitor Ssl Attribute]
- domainname
This property is required. String - mail
Data This property is required. String - recipients
Ids This property is required. List<String> - sender
Id This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorSmtpMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorSmtpsMonitor
- Domainname
This property is required. string - Mail
Data This property is required. string - Recipients
Ids This property is required. List<string> - Sender
Id This property is required. string - Ssl
Attributes This property is required. List<GetHealthmonitor Smtps Monitor Ssl Attribute>
- Domainname
This property is required. string - Mail
Data This property is required. string - Recipients
Ids This property is required. []string - Sender
Id This property is required. string - Ssl
Attributes This property is required. []GetHealthmonitor Smtps Monitor Ssl Attribute
- domainname
This property is required. String - mail
Data This property is required. String - recipients
Ids This property is required. List<String> - sender
Id This property is required. String - ssl
Attributes This property is required. List<GetHealthmonitor Smtps Monitor Ssl Attribute>
- domainname
This property is required. string - mail
Data This property is required. string - recipients
Ids This property is required. string[] - sender
Id This property is required. string - ssl
Attributes This property is required. GetHealthmonitor Smtps Monitor Ssl Attribute[]
- domainname
This property is required. str - mail_
data This property is required. str - recipients_
ids This property is required. Sequence[str] - sender_
id This property is required. str - ssl_
attributes This property is required. Sequence[GetHealthmonitor Smtps Monitor Ssl Attribute]
- domainname
This property is required. String - mail
Data This property is required. String - recipients
Ids This property is required. List<String> - sender
Id This property is required. String - ssl
Attributes This property is required. List<Property Map>
GetHealthmonitorSmtpsMonitorSslAttribute
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- Pki
Profile Ref This property is required. string - Server
Name This property is required. string - Ssl
Key And Certificate Ref This property is required. string - Ssl
Profile Ref This property is required. string - Use
Pool Sni Server Name This property is required. string
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
- pki
Profile Ref This property is required. string - server
Name This property is required. string - ssl
Key And Certificate Ref This property is required. string - ssl
Profile Ref This property is required. string - use
Pool Sni Server Name This property is required. string
- pki_
profile_ ref This property is required. str - server_
name This property is required. str - ssl_
key_ and_ certificate_ ref This property is required. str - ssl_
profile_ ref This property is required. str - use_
pool_ sni_ server_ name This property is required. str
- pki
Profile Ref This property is required. String - server
Name This property is required. String - ssl
Key And Certificate Ref This property is required. String - ssl
Profile Ref This property is required. String - use
Pool Sni Server Name This property is required. String
GetHealthmonitorTcpMonitor
- Maintenance
Response This property is required. string - Tcp
Half Open This property is required. string - Tcp
Request This property is required. string - Tcp
Response This property is required. string
- Maintenance
Response This property is required. string - Tcp
Half Open This property is required. string - Tcp
Request This property is required. string - Tcp
Response This property is required. string
- maintenance
Response This property is required. String - tcp
Half Open This property is required. String - tcp
Request This property is required. String - tcp
Response This property is required. String
- maintenance
Response This property is required. string - tcp
Half Open This property is required. string - tcp
Request This property is required. string - tcp
Response This property is required. string
- maintenance_
response This property is required. str - tcp_
half_ open This property is required. str - tcp_
request This property is required. str - tcp_
response This property is required. str
- maintenance
Response This property is required. String - tcp
Half Open This property is required. String - tcp
Request This property is required. String - tcp
Response This property is required. String
GetHealthmonitorUdpMonitor
- Maintenance
Response This property is required. string - Udp
Request This property is required. string - Udp
Response This property is required. string
- Maintenance
Response This property is required. string - Udp
Request This property is required. string - Udp
Response This property is required. string
- maintenance
Response This property is required. String - udp
Request This property is required. String - udp
Response This property is required. String
- maintenance
Response This property is required. string - udp
Request This property is required. string - udp
Response This property is required. string
- maintenance_
response This property is required. str - udp_
request This property is required. str - udp_
response This property is required. str
- maintenance
Response This property is required. String - udp
Request This property is required. String - udp
Response This property is required. String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.