Select the real servers that this Access Proxy will distribute traffic to.
This resource is a sub resource for variable
realserversof resourcefortimanager.ObjectZtnaWebproxyApigateway. Conflict and overwrite may occur if use both of them.
Create ObjectZtnaWebproxyApigatewayRealservers Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectZtnaWebproxyApigatewayRealservers(name: string, args: ObjectZtnaWebproxyApigatewayRealserversArgs, opts?: CustomResourceOptions);@overload
def ObjectZtnaWebproxyApigatewayRealservers(resource_name: str,
args: ObjectZtnaWebproxyApigatewayRealserversArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectZtnaWebproxyApigatewayRealservers(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_gateway: 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_apigateway_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 NewObjectZtnaWebproxyApigatewayRealservers(ctx *Context, name string, args ObjectZtnaWebproxyApigatewayRealserversArgs, opts ...ResourceOption) (*ObjectZtnaWebproxyApigatewayRealservers, error)public ObjectZtnaWebproxyApigatewayRealservers(string name, ObjectZtnaWebproxyApigatewayRealserversArgs args, CustomResourceOptions? opts = null)
public ObjectZtnaWebproxyApigatewayRealservers(String name, ObjectZtnaWebproxyApigatewayRealserversArgs args)
public ObjectZtnaWebproxyApigatewayRealservers(String name, ObjectZtnaWebproxyApigatewayRealserversArgs args, CustomResourceOptions options)
type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers
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 ObjectZtnaWebproxyApigatewayRealserversArgs
- 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 ObjectZtnaWebproxyApigatewayRealserversArgs
- 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 ObjectZtnaWebproxyApigatewayRealserversArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectZtnaWebproxyApigatewayRealserversArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectZtnaWebproxyApigatewayRealserversArgs
- 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 objectZtnaWebproxyApigatewayRealserversResource = new Fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", new()
{
ApiGateway = "string",
WebProxy = "string",
HttpHost = "string",
Ip = "string",
Fosid = 0,
HealthCheck = "string",
HealthCheckProto = "string",
HolddownInterval = "string",
AddrType = "string",
Adom = "string",
ObjectZtnaWebproxyApigatewayRealserversId = "string",
Port = 0,
Scopetype = "string",
Status = "string",
TranslateHost = "string",
VerifyCert = "string",
Addresses = new[]
{
"string",
},
Weight = 0,
});
example, err := fortimanager.NewObjectZtnaWebproxyApigatewayRealservers(ctx, "objectZtnaWebproxyApigatewayRealserversResource", &fortimanager.ObjectZtnaWebproxyApigatewayRealserversArgs{
ApiGateway: 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"),
ObjectZtnaWebproxyApigatewayRealserversId: 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 objectZtnaWebproxyApigatewayRealserversResource = new ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", ObjectZtnaWebproxyApigatewayRealserversArgs.builder()
.apiGateway("string")
.webProxy("string")
.httpHost("string")
.ip("string")
.fosid(0.0)
.healthCheck("string")
.healthCheckProto("string")
.holddownInterval("string")
.addrType("string")
.adom("string")
.objectZtnaWebproxyApigatewayRealserversId("string")
.port(0.0)
.scopetype("string")
.status("string")
.translateHost("string")
.verifyCert("string")
.addresses("string")
.weight(0.0)
.build());
object_ztna_webproxy_apigateway_realservers_resource = fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource",
api_gateway="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_apigateway_realservers_id="string",
port=0,
scopetype="string",
status="string",
translate_host="string",
verify_cert="string",
addresses=["string"],
weight=0)
const objectZtnaWebproxyApigatewayRealserversResource = new fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", {
apiGateway: "string",
webProxy: "string",
httpHost: "string",
ip: "string",
fosid: 0,
healthCheck: "string",
healthCheckProto: "string",
holddownInterval: "string",
addrType: "string",
adom: "string",
objectZtnaWebproxyApigatewayRealserversId: "string",
port: 0,
scopetype: "string",
status: "string",
translateHost: "string",
verifyCert: "string",
addresses: ["string"],
weight: 0,
});
type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers
properties:
addrType: string
addresses:
- string
adom: string
apiGateway: string
fosid: 0
healthCheck: string
healthCheckProto: string
holddownInterval: string
httpHost: string
ip: string
objectZtnaWebproxyApigatewayRealserversId: string
port: 0
scopetype: string
status: string
translateHost: string
verifyCert: string
webProxy: string
weight: 0
ObjectZtnaWebproxyApigatewayRealservers 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 ObjectZtnaWebproxyApigatewayRealservers resource accepts the following input properties:
- Api
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- Object
Ztna stringWebproxy Apigateway Realservers 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
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- Object
Ztna stringWebproxy Apigateway Realservers 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
Gateway String - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna StringWebproxy Apigateway Realservers 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
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna stringWebproxy Apigateway Realservers 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_
gateway str - Api Gateway.
- 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
- IP address of the real server.
- object_
ztna_ strwebproxy_ apigateway_ 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
Gateway String - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna StringWebproxy Apigateway Realservers 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 ObjectZtnaWebproxyApigatewayRealservers 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 ObjectZtnaWebproxyApigatewayRealservers Resource
Get an existing ObjectZtnaWebproxyApigatewayRealservers 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?: ObjectZtnaWebproxyApigatewayRealserversState, opts?: CustomResourceOptions): ObjectZtnaWebproxyApigatewayRealservers@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_gateway: 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_apigateway_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) -> ObjectZtnaWebproxyApigatewayRealserversfunc GetObjectZtnaWebproxyApigatewayRealservers(ctx *Context, name string, id IDInput, state *ObjectZtnaWebproxyApigatewayRealserversState, opts ...ResourceOption) (*ObjectZtnaWebproxyApigatewayRealservers, error)public static ObjectZtnaWebproxyApigatewayRealservers Get(string name, Input<string> id, ObjectZtnaWebproxyApigatewayRealserversState? state, CustomResourceOptions? opts = null)public static ObjectZtnaWebproxyApigatewayRealservers get(String name, Output<String> id, ObjectZtnaWebproxyApigatewayRealserversState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers 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
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- Object
Ztna stringWebproxy Apigateway Realservers 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
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- Object
Ztna stringWebproxy Apigateway Realservers 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
Gateway String - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna StringWebproxy Apigateway Realservers 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
Gateway string - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna stringWebproxy Apigateway Realservers 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_
gateway str - Api Gateway.
- 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
- IP address of the real server.
- object_
ztna_ strwebproxy_ apigateway_ 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
Gateway String - Api Gateway.
- 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
- IP address of the real server.
- object
Ztna StringWebproxy Apigateway Realservers 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 WebProxyApiGatewayRealservers can be imported using any of these accepted formats:
Set import_options = [“web_proxy=YOUR_VALUE”, “api_gateway=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectZtnaWebproxyApigatewayRealservers:ObjectZtnaWebproxyApigatewayRealservers 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.
