Select the real servers that this Access Proxy will distribute traffic to.
This resource is a sub resource for variable
realserversof resourcefortimanager.ObjectZtnaWebproxyApigateway6. Conflict and overwrite may occur if use both of them.
Create ObjectZtnaWebproxyApigateway6Realservers Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectZtnaWebproxyApigateway6Realservers(name: string, args: ObjectZtnaWebproxyApigateway6RealserversArgs, opts?: CustomResourceOptions);@overload
def ObjectZtnaWebproxyApigateway6Realservers(resource_name: str,
args: ObjectZtnaWebproxyApigateway6RealserversArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectZtnaWebproxyApigateway6Realservers(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_gateway6: Optional[str] = None,
web_proxy: Optional[str] = None,
http_host: Optional[str] = None,
ip: Optional[str] = None,
fosid: Optional[float] = None,
health_check: Optional[str] = None,
health_check_proto: Optional[str] = None,
holddown_interval: Optional[str] = None,
addr_type: Optional[str] = None,
adom: Optional[str] = None,
object_ztna_webproxy_apigateway6_realservers_id: Optional[str] = None,
port: Optional[float] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None,
translate_host: Optional[str] = None,
verify_cert: Optional[str] = None,
addresses: Optional[Sequence[str]] = None,
weight: Optional[float] = None)func NewObjectZtnaWebproxyApigateway6Realservers(ctx *Context, name string, args ObjectZtnaWebproxyApigateway6RealserversArgs, opts ...ResourceOption) (*ObjectZtnaWebproxyApigateway6Realservers, error)public ObjectZtnaWebproxyApigateway6Realservers(string name, ObjectZtnaWebproxyApigateway6RealserversArgs args, CustomResourceOptions? opts = null)
public ObjectZtnaWebproxyApigateway6Realservers(String name, ObjectZtnaWebproxyApigateway6RealserversArgs args)
public ObjectZtnaWebproxyApigateway6Realservers(String name, ObjectZtnaWebproxyApigateway6RealserversArgs args, CustomResourceOptions options)
type: fortimanager:ObjectZtnaWebproxyApigateway6Realservers
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectZtnaWebproxyApigateway6RealserversArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ObjectZtnaWebproxyApigateway6RealserversArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ObjectZtnaWebproxyApigateway6RealserversArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectZtnaWebproxyApigateway6RealserversArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectZtnaWebproxyApigateway6RealserversArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var objectZtnaWebproxyApigateway6RealserversResource = new Fortimanager.ObjectZtnaWebproxyApigateway6Realservers("objectZtnaWebproxyApigateway6RealserversResource", new()
{
ApiGateway6 = "string",
WebProxy = "string",
HttpHost = "string",
Ip = "string",
Fosid = 0,
HealthCheck = "string",
HealthCheckProto = "string",
HolddownInterval = "string",
AddrType = "string",
Adom = "string",
ObjectZtnaWebproxyApigateway6RealserversId = "string",
Port = 0,
Scopetype = "string",
Status = "string",
TranslateHost = "string",
VerifyCert = "string",
Addresses = new[]
{
"string",
},
Weight = 0,
});
example, err := fortimanager.NewObjectZtnaWebproxyApigateway6Realservers(ctx, "objectZtnaWebproxyApigateway6RealserversResource", &fortimanager.ObjectZtnaWebproxyApigateway6RealserversArgs{
ApiGateway6: pulumi.String("string"),
WebProxy: pulumi.String("string"),
HttpHost: pulumi.String("string"),
Ip: pulumi.String("string"),
Fosid: pulumi.Float64(0),
HealthCheck: pulumi.String("string"),
HealthCheckProto: pulumi.String("string"),
HolddownInterval: pulumi.String("string"),
AddrType: pulumi.String("string"),
Adom: pulumi.String("string"),
ObjectZtnaWebproxyApigateway6RealserversId: pulumi.String("string"),
Port: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
TranslateHost: pulumi.String("string"),
VerifyCert: pulumi.String("string"),
Addresses: pulumi.StringArray{
pulumi.String("string"),
},
Weight: pulumi.Float64(0),
})
var objectZtnaWebproxyApigateway6RealserversResource = new ObjectZtnaWebproxyApigateway6Realservers("objectZtnaWebproxyApigateway6RealserversResource", ObjectZtnaWebproxyApigateway6RealserversArgs.builder()
.apiGateway6("string")
.webProxy("string")
.httpHost("string")
.ip("string")
.fosid(0.0)
.healthCheck("string")
.healthCheckProto("string")
.holddownInterval("string")
.addrType("string")
.adom("string")
.objectZtnaWebproxyApigateway6RealserversId("string")
.port(0.0)
.scopetype("string")
.status("string")
.translateHost("string")
.verifyCert("string")
.addresses("string")
.weight(0.0)
.build());
object_ztna_webproxy_apigateway6_realservers_resource = fortimanager.ObjectZtnaWebproxyApigateway6Realservers("objectZtnaWebproxyApigateway6RealserversResource",
api_gateway6="string",
web_proxy="string",
http_host="string",
ip="string",
fosid=0,
health_check="string",
health_check_proto="string",
holddown_interval="string",
addr_type="string",
adom="string",
object_ztna_webproxy_apigateway6_realservers_id="string",
port=0,
scopetype="string",
status="string",
translate_host="string",
verify_cert="string",
addresses=["string"],
weight=0)
const objectZtnaWebproxyApigateway6RealserversResource = new fortimanager.ObjectZtnaWebproxyApigateway6Realservers("objectZtnaWebproxyApigateway6RealserversResource", {
apiGateway6: "string",
webProxy: "string",
httpHost: "string",
ip: "string",
fosid: 0,
healthCheck: "string",
healthCheckProto: "string",
holddownInterval: "string",
addrType: "string",
adom: "string",
objectZtnaWebproxyApigateway6RealserversId: "string",
port: 0,
scopetype: "string",
status: "string",
translateHost: "string",
verifyCert: "string",
addresses: ["string"],
weight: 0,
});
type: fortimanager:ObjectZtnaWebproxyApigateway6Realservers
properties:
addrType: string
addresses:
- string
adom: string
apiGateway6: string
fosid: 0
healthCheck: string
healthCheckProto: string
holddownInterval: string
httpHost: string
ip: string
objectZtnaWebproxyApigateway6RealserversId: string
port: 0
scopetype: string
status: string
translateHost: string
verifyCert: string
webProxy: string
weight: 0
ObjectZtnaWebproxyApigateway6Realservers Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ObjectZtnaWebproxyApigateway6Realservers resource accepts the following input properties:
- Api
Gateway6 string - Api Gateway6.
- Web
Proxy string - Web Proxy.
- Addr
Type string - Type of address. Valid values:
fqdn,ip. - Addresses List<string>
- Address or address group of the real server.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fosid double
- Real server ID.
- Health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - Health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - Holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - Http
Host string - HTTP server domain name in HTTP header.
- Ip string
- IPv6 address of the real server.
- Object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- Port double
- Port for communicating with the real server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - Translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - Verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - Weight double
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- Api
Gateway6 string - Api Gateway6.
- Web
Proxy string - Web Proxy.
- Addr
Type string - Type of address. Valid values:
fqdn,ip. - Addresses []string
- Address or address group of the real server.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Real server ID.
- Health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - Health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - Holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - Http
Host string - HTTP server domain name in HTTP header.
- Ip string
- IPv6 address of the real server.
- Object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- Port float64
- Port for communicating with the real server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - Translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - Verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - Weight float64
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- api
Gateway6 String - Api Gateway6.
- web
Proxy String - Web Proxy.
- addr
Type String - Type of address. Valid values:
fqdn,ip. - addresses List<String>
- Address or address group of the real server.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fosid Double
- Real server ID.
- health
Check String - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check StringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval String - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host String - HTTP server domain name in HTTP header.
- ip String
- IPv6 address of the real server.
- object
Ztna StringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port Double
- Port for communicating with the real server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status String
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host String - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert String - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - weight Double
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- api
Gateway6 string - Api Gateway6.
- web
Proxy string - Web Proxy.
- addr
Type string - Type of address. Valid values:
fqdn,ip. - addresses string[]
- Address or address group of the real server.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fosid number
- Real server ID.
- health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host string - HTTP server domain name in HTTP header.
- ip string
- IPv6 address of the real server.
- object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port number
- Port for communicating with the real server.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - weight number
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- api_
gateway6 str - Api Gateway6.
- web_
proxy str - Web Proxy.
- addr_
type str - Type of address. Valid values:
fqdn,ip. - addresses Sequence[str]
- Address or address group of the real server.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fosid float
- Real server ID.
- health_
check str - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health_
check_ strproto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown_
interval str - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http_
host str - HTTP server domain name in HTTP header.
- ip str
- IPv6 address of the real server.
- object_
ztna_ strwebproxy_ apigateway6_ realservers_ id - an identifier for the resource with format {{fosid}}.
- port float
- Port for communicating with the real server.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status str
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate_
host str - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify_
cert str - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - weight float
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- api
Gateway6 String - Api Gateway6.
- web
Proxy String - Web Proxy.
- addr
Type String - Type of address. Valid values:
fqdn,ip. - addresses List<String>
- Address or address group of the real server.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - fosid Number
- Real server ID.
- health
Check String - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check StringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval String - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host String - HTTP server domain name in HTTP header.
- ip String
- IPv6 address of the real server.
- object
Ztna StringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port Number
- Port for communicating with the real server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status String
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host String - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert String - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - weight Number
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectZtnaWebproxyApigateway6Realservers resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectZtnaWebproxyApigateway6Realservers Resource
Get an existing ObjectZtnaWebproxyApigateway6Realservers resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ObjectZtnaWebproxyApigateway6RealserversState, opts?: CustomResourceOptions): ObjectZtnaWebproxyApigateway6Realservers@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
addr_type: Optional[str] = None,
addresses: Optional[Sequence[str]] = None,
adom: Optional[str] = None,
api_gateway6: Optional[str] = None,
fosid: Optional[float] = None,
health_check: Optional[str] = None,
health_check_proto: Optional[str] = None,
holddown_interval: Optional[str] = None,
http_host: Optional[str] = None,
ip: Optional[str] = None,
object_ztna_webproxy_apigateway6_realservers_id: Optional[str] = None,
port: Optional[float] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None,
translate_host: Optional[str] = None,
verify_cert: Optional[str] = None,
web_proxy: Optional[str] = None,
weight: Optional[float] = None) -> ObjectZtnaWebproxyApigateway6Realserversfunc GetObjectZtnaWebproxyApigateway6Realservers(ctx *Context, name string, id IDInput, state *ObjectZtnaWebproxyApigateway6RealserversState, opts ...ResourceOption) (*ObjectZtnaWebproxyApigateway6Realservers, error)public static ObjectZtnaWebproxyApigateway6Realservers Get(string name, Input<string> id, ObjectZtnaWebproxyApigateway6RealserversState? state, CustomResourceOptions? opts = null)public static ObjectZtnaWebproxyApigateway6Realservers get(String name, Output<String> id, ObjectZtnaWebproxyApigateway6RealserversState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectZtnaWebproxyApigateway6Realservers get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Addr
Type string - Type of address. Valid values:
fqdn,ip. - Addresses List<string>
- Address or address group of the real server.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Api
Gateway6 string - Api Gateway6.
- Fosid double
- Real server ID.
- Health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - Health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - Holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - Http
Host string - HTTP server domain name in HTTP header.
- Ip string
- IPv6 address of the real server.
- Object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- Port double
- Port for communicating with the real server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - Translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - Verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - Web
Proxy string - Web Proxy.
- Weight double
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- Addr
Type string - Type of address. Valid values:
fqdn,ip. - Addresses []string
- Address or address group of the real server.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Api
Gateway6 string - Api Gateway6.
- Fosid float64
- Real server ID.
- Health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - Health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - Holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - Http
Host string - HTTP server domain name in HTTP header.
- Ip string
- IPv6 address of the real server.
- Object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- Port float64
- Port for communicating with the real server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - Translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - Verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - Web
Proxy string - Web Proxy.
- Weight float64
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- addr
Type String - Type of address. Valid values:
fqdn,ip. - addresses List<String>
- Address or address group of the real server.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - api
Gateway6 String - Api Gateway6.
- fosid Double
- Real server ID.
- health
Check String - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check StringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval String - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host String - HTTP server domain name in HTTP header.
- ip String
- IPv6 address of the real server.
- object
Ztna StringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port Double
- Port for communicating with the real server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status String
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host String - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert String - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - web
Proxy String - Web Proxy.
- weight Double
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- addr
Type string - Type of address. Valid values:
fqdn,ip. - addresses string[]
- Address or address group of the real server.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - api
Gateway6 string - Api Gateway6.
- fosid number
- Real server ID.
- health
Check string - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check stringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval string - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host string - HTTP server domain name in HTTP header.
- ip string
- IPv6 address of the real server.
- object
Ztna stringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port number
- Port for communicating with the real server.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status string
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host string - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert string - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - web
Proxy string - Web Proxy.
- weight number
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- addr_
type str - Type of address. Valid values:
fqdn,ip. - addresses Sequence[str]
- Address or address group of the real server.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - api_
gateway6 str - Api Gateway6.
- fosid float
- Real server ID.
- health_
check str - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health_
check_ strproto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown_
interval str - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http_
host str - HTTP server domain name in HTTP header.
- ip str
- IPv6 address of the real server.
- object_
ztna_ strwebproxy_ apigateway6_ realservers_ id - an identifier for the resource with format {{fosid}}.
- port float
- Port for communicating with the real server.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status str
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate_
host str - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify_
cert str - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - web_
proxy str - Web Proxy.
- weight float
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
- addr
Type String - Type of address. Valid values:
fqdn,ip. - addresses List<String>
- Address or address group of the real server.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - api
Gateway6 String - Api Gateway6.
- fosid Number
- Real server ID.
- health
Check String - Enable to check the responsiveness of the real server before forwarding traffic. Valid values:
disable,enable. - health
Check StringProto - Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values:
ping,http,tcp-connect. - holddown
Interval String - Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values:
disable,enable. - http
Host String - HTTP server domain name in HTTP header.
- ip String
- IPv6 address of the real server.
- object
Ztna StringWebproxy Apigateway6Realservers Id - an identifier for the resource with format {{fosid}}.
- port Number
- Port for communicating with the real server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - status String
- Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values:
active,standby,disable. - translate
Host String - Enable/disable translation of hostname/IP from virtual server to real server. Valid values:
disable,enable. - verify
Cert String - Enable/disable certificate verification of the real server. Valid values:
disable,enable. - web
Proxy String - Web Proxy.
- weight Number
- Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
Import
ObjectZtna WebProxyApiGateway6Realservers can be imported using any of these accepted formats:
Set import_options = [“web_proxy=YOUR_VALUE”, “api_gateway6=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectZtnaWebproxyApigateway6Realservers:ObjectZtnaWebproxyApigateway6Realservers labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanagerTerraform Provider.
