1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallVip64Realservers
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFirewallVip64Realservers

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Real servers.

    This resource is a sub resource for variable realservers of resource fortimanager.ObjectFirewallVip64. Conflict and overwrite may occur if use both of them.

    Create ObjectFirewallVip64Realservers Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectFirewallVip64Realservers(name: string, args: ObjectFirewallVip64RealserversArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallVip64Realservers(resource_name: str,
                                       args: ObjectFirewallVip64RealserversArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallVip64Realservers(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       vip64: Optional[str] = None,
                                       max_connections: Optional[float] = None,
                                       fosid: Optional[float] = None,
                                       healthcheck: Optional[str] = None,
                                       holddown_interval: Optional[float] = None,
                                       ip: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       monitor: Optional[str] = None,
                                       object_firewall_vip64_realservers_id: Optional[str] = None,
                                       port: Optional[float] = None,
                                       scopetype: Optional[str] = None,
                                       status: Optional[str] = None,
                                       client_ip: Optional[str] = None,
                                       weight: Optional[float] = None)
    func NewObjectFirewallVip64Realservers(ctx *Context, name string, args ObjectFirewallVip64RealserversArgs, opts ...ResourceOption) (*ObjectFirewallVip64Realservers, error)
    public ObjectFirewallVip64Realservers(string name, ObjectFirewallVip64RealserversArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallVip64Realservers(String name, ObjectFirewallVip64RealserversArgs args)
    public ObjectFirewallVip64Realservers(String name, ObjectFirewallVip64RealserversArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallVip64Realservers
    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 ObjectFirewallVip64RealserversArgs
    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 ObjectFirewallVip64RealserversArgs
    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 ObjectFirewallVip64RealserversArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallVip64RealserversArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallVip64RealserversArgs
    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 objectFirewallVip64RealserversResource = new Fortimanager.ObjectFirewallVip64Realservers("objectFirewallVip64RealserversResource", new()
    {
        Vip64 = "string",
        MaxConnections = 0,
        Fosid = 0,
        Healthcheck = "string",
        HolddownInterval = 0,
        Ip = "string",
        Adom = "string",
        Monitor = "string",
        ObjectFirewallVip64RealserversId = "string",
        Port = 0,
        Scopetype = "string",
        Status = "string",
        ClientIp = "string",
        Weight = 0,
    });
    
    example, err := fortimanager.NewObjectFirewallVip64Realservers(ctx, "objectFirewallVip64RealserversResource", &fortimanager.ObjectFirewallVip64RealserversArgs{
    Vip64: pulumi.String("string"),
    MaxConnections: pulumi.Float64(0),
    Fosid: pulumi.Float64(0),
    Healthcheck: pulumi.String("string"),
    HolddownInterval: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Monitor: pulumi.String("string"),
    ObjectFirewallVip64RealserversId: pulumi.String("string"),
    Port: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    Status: pulumi.String("string"),
    ClientIp: pulumi.String("string"),
    Weight: pulumi.Float64(0),
    })
    
    var objectFirewallVip64RealserversResource = new ObjectFirewallVip64Realservers("objectFirewallVip64RealserversResource", ObjectFirewallVip64RealserversArgs.builder()
        .vip64("string")
        .maxConnections(0)
        .fosid(0)
        .healthcheck("string")
        .holddownInterval(0)
        .ip("string")
        .adom("string")
        .monitor("string")
        .objectFirewallVip64RealserversId("string")
        .port(0)
        .scopetype("string")
        .status("string")
        .clientIp("string")
        .weight(0)
        .build());
    
    object_firewall_vip64_realservers_resource = fortimanager.ObjectFirewallVip64Realservers("objectFirewallVip64RealserversResource",
        vip64="string",
        max_connections=0,
        fosid=0,
        healthcheck="string",
        holddown_interval=0,
        ip="string",
        adom="string",
        monitor="string",
        object_firewall_vip64_realservers_id="string",
        port=0,
        scopetype="string",
        status="string",
        client_ip="string",
        weight=0)
    
    const objectFirewallVip64RealserversResource = new fortimanager.ObjectFirewallVip64Realservers("objectFirewallVip64RealserversResource", {
        vip64: "string",
        maxConnections: 0,
        fosid: 0,
        healthcheck: "string",
        holddownInterval: 0,
        ip: "string",
        adom: "string",
        monitor: "string",
        objectFirewallVip64RealserversId: "string",
        port: 0,
        scopetype: "string",
        status: "string",
        clientIp: "string",
        weight: 0,
    });
    
    type: fortimanager:ObjectFirewallVip64Realservers
    properties:
        adom: string
        clientIp: string
        fosid: 0
        healthcheck: string
        holddownInterval: 0
        ip: string
        maxConnections: 0
        monitor: string
        objectFirewallVip64RealserversId: string
        port: 0
        scopetype: string
        status: string
        vip64: string
        weight: 0
    

    ObjectFirewallVip64Realservers 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 ObjectFirewallVip64Realservers resource accepts the following input properties:

    Vip64 string
    Vip64.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClientIp string
    Restrict server to a client IP in this range.
    Fosid double
    Real server ID.
    Healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    HolddownInterval double
    Hold down interval.
    Ip string
    Mapped server IP.
    MaxConnections double
    Maximum number of connections allowed to server.
    Monitor string
    Health monitors.
    ObjectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    Port double
    Mapped server port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Server administrative status. Valid values: active, standby, disable.
    Weight double
    Weight.
    Vip64 string
    Vip64.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClientIp string
    Restrict server to a client IP in this range.
    Fosid float64
    Real server ID.
    Healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    HolddownInterval float64
    Hold down interval.
    Ip string
    Mapped server IP.
    MaxConnections float64
    Maximum number of connections allowed to server.
    Monitor string
    Health monitors.
    ObjectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    Mapped server port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Server administrative status. Valid values: active, standby, disable.
    Weight float64
    Weight.
    vip64 String
    Vip64.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp String
    Restrict server to a client IP in this range.
    fosid Double
    Real server ID.
    healthcheck String
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval Double
    Hold down interval.
    ip String
    Mapped server IP.
    maxConnections Double
    Maximum number of connections allowed to server.
    monitor String
    Health monitors.
    objectFirewallVip64RealserversId String
    an identifier for the resource with format {{fosid}}.
    port Double
    Mapped server port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Server administrative status. Valid values: active, standby, disable.
    weight Double
    Weight.
    vip64 string
    Vip64.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp string
    Restrict server to a client IP in this range.
    fosid number
    Real server ID.
    healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval number
    Hold down interval.
    ip string
    Mapped server IP.
    maxConnections number
    Maximum number of connections allowed to server.
    monitor string
    Health monitors.
    objectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    port number
    Mapped server port.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status string
    Server administrative status. Valid values: active, standby, disable.
    weight number
    Weight.
    vip64 str
    Vip64.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    client_ip str
    Restrict server to a client IP in this range.
    fosid float
    Real server ID.
    healthcheck str
    Per server health check. Valid values: disable, enable, vip.
    holddown_interval float
    Hold down interval.
    ip str
    Mapped server IP.
    max_connections float
    Maximum number of connections allowed to server.
    monitor str
    Health monitors.
    object_firewall_vip64_realservers_id str
    an identifier for the resource with format {{fosid}}.
    port float
    Mapped server port.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status str
    Server administrative status. Valid values: active, standby, disable.
    weight float
    Weight.
    vip64 String
    Vip64.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp String
    Restrict server to a client IP in this range.
    fosid Number
    Real server ID.
    healthcheck String
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval Number
    Hold down interval.
    ip String
    Mapped server IP.
    maxConnections Number
    Maximum number of connections allowed to server.
    monitor String
    Health monitors.
    objectFirewallVip64RealserversId String
    an identifier for the resource with format {{fosid}}.
    port Number
    Mapped server port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Server administrative status. Valid values: active, standby, disable.
    weight Number
    Weight.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectFirewallVip64Realservers 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 ObjectFirewallVip64Realservers Resource

    Get an existing ObjectFirewallVip64Realservers 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?: ObjectFirewallVip64RealserversState, opts?: CustomResourceOptions): ObjectFirewallVip64Realservers
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            client_ip: Optional[str] = None,
            fosid: Optional[float] = None,
            healthcheck: Optional[str] = None,
            holddown_interval: Optional[float] = None,
            ip: Optional[str] = None,
            max_connections: Optional[float] = None,
            monitor: Optional[str] = None,
            object_firewall_vip64_realservers_id: Optional[str] = None,
            port: Optional[float] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None,
            vip64: Optional[str] = None,
            weight: Optional[float] = None) -> ObjectFirewallVip64Realservers
    func GetObjectFirewallVip64Realservers(ctx *Context, name string, id IDInput, state *ObjectFirewallVip64RealserversState, opts ...ResourceOption) (*ObjectFirewallVip64Realservers, error)
    public static ObjectFirewallVip64Realservers Get(string name, Input<string> id, ObjectFirewallVip64RealserversState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallVip64Realservers get(String name, Output<String> id, ObjectFirewallVip64RealserversState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallVip64Realservers    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClientIp string
    Restrict server to a client IP in this range.
    Fosid double
    Real server ID.
    Healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    HolddownInterval double
    Hold down interval.
    Ip string
    Mapped server IP.
    MaxConnections double
    Maximum number of connections allowed to server.
    Monitor string
    Health monitors.
    ObjectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    Port double
    Mapped server port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Server administrative status. Valid values: active, standby, disable.
    Vip64 string
    Vip64.
    Weight double
    Weight.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClientIp string
    Restrict server to a client IP in this range.
    Fosid float64
    Real server ID.
    Healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    HolddownInterval float64
    Hold down interval.
    Ip string
    Mapped server IP.
    MaxConnections float64
    Maximum number of connections allowed to server.
    Monitor string
    Health monitors.
    ObjectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    Mapped server port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Server administrative status. Valid values: active, standby, disable.
    Vip64 string
    Vip64.
    Weight float64
    Weight.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp String
    Restrict server to a client IP in this range.
    fosid Double
    Real server ID.
    healthcheck String
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval Double
    Hold down interval.
    ip String
    Mapped server IP.
    maxConnections Double
    Maximum number of connections allowed to server.
    monitor String
    Health monitors.
    objectFirewallVip64RealserversId String
    an identifier for the resource with format {{fosid}}.
    port Double
    Mapped server port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Server administrative status. Valid values: active, standby, disable.
    vip64 String
    Vip64.
    weight Double
    Weight.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp string
    Restrict server to a client IP in this range.
    fosid number
    Real server ID.
    healthcheck string
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval number
    Hold down interval.
    ip string
    Mapped server IP.
    maxConnections number
    Maximum number of connections allowed to server.
    monitor string
    Health monitors.
    objectFirewallVip64RealserversId string
    an identifier for the resource with format {{fosid}}.
    port number
    Mapped server port.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status string
    Server administrative status. Valid values: active, standby, disable.
    vip64 string
    Vip64.
    weight number
    Weight.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    client_ip str
    Restrict server to a client IP in this range.
    fosid float
    Real server ID.
    healthcheck str
    Per server health check. Valid values: disable, enable, vip.
    holddown_interval float
    Hold down interval.
    ip str
    Mapped server IP.
    max_connections float
    Maximum number of connections allowed to server.
    monitor str
    Health monitors.
    object_firewall_vip64_realservers_id str
    an identifier for the resource with format {{fosid}}.
    port float
    Mapped server port.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status str
    Server administrative status. Valid values: active, standby, disable.
    vip64 str
    Vip64.
    weight float
    Weight.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clientIp String
    Restrict server to a client IP in this range.
    fosid Number
    Real server ID.
    healthcheck String
    Per server health check. Valid values: disable, enable, vip.
    holddownInterval Number
    Hold down interval.
    ip String
    Mapped server IP.
    maxConnections Number
    Maximum number of connections allowed to server.
    monitor String
    Health monitors.
    objectFirewallVip64RealserversId String
    an identifier for the resource with format {{fosid}}.
    port Number
    Mapped server port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Server administrative status. Valid values: active, standby, disable.
    vip64 String
    Vip64.
    weight Number
    Weight.

    Import

    ObjectFirewall Vip64Realservers can be imported using any of these accepted formats:

    Set import_options = [“vip64=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallVip64Realservers:ObjectFirewallVip64Realservers 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 fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev