1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallVipGslbpublicips
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectFirewallVipGslbpublicips

Explore with Pulumi AI

Publicly accessible IP addresses for the FortiGSLB service.

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

Create ObjectFirewallVipGslbpublicips Resource

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

Constructor syntax

new ObjectFirewallVipGslbpublicips(name: string, args: ObjectFirewallVipGslbpublicipsArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallVipGslbpublicips(resource_name: str,
                                   args: ObjectFirewallVipGslbpublicipsArgs,
                                   opts: Optional[ResourceOptions] = None)

@overload
def ObjectFirewallVipGslbpublicips(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   vip: Optional[str] = None,
                                   adom: Optional[str] = None,
                                   index: Optional[float] = None,
                                   ip: Optional[str] = None,
                                   object_firewall_vip_gslbpublicips_id: Optional[str] = None,
                                   scopetype: Optional[str] = None)
func NewObjectFirewallVipGslbpublicips(ctx *Context, name string, args ObjectFirewallVipGslbpublicipsArgs, opts ...ResourceOption) (*ObjectFirewallVipGslbpublicips, error)
public ObjectFirewallVipGslbpublicips(string name, ObjectFirewallVipGslbpublicipsArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallVipGslbpublicips(String name, ObjectFirewallVipGslbpublicipsArgs args)
public ObjectFirewallVipGslbpublicips(String name, ObjectFirewallVipGslbpublicipsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallVipGslbpublicips
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallVipGslbpublicipsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectFirewallVipGslbpublicipsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallVipGslbpublicipsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallVipGslbpublicipsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectFirewallVipGslbpublicipsArgs
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 objectFirewallVipGslbpublicipsResource = new Fortimanager.ObjectFirewallVipGslbpublicips("objectFirewallVipGslbpublicipsResource", new()
{
    Vip = "string",
    Adom = "string",
    Index = 0,
    Ip = "string",
    ObjectFirewallVipGslbpublicipsId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectFirewallVipGslbpublicips(ctx, "objectFirewallVipGslbpublicipsResource", &fortimanager.ObjectFirewallVipGslbpublicipsArgs{
Vip: pulumi.String("string"),
Adom: pulumi.String("string"),
Index: pulumi.Float64(0),
Ip: pulumi.String("string"),
ObjectFirewallVipGslbpublicipsId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
Copy
var objectFirewallVipGslbpublicipsResource = new ObjectFirewallVipGslbpublicips("objectFirewallVipGslbpublicipsResource", ObjectFirewallVipGslbpublicipsArgs.builder()
    .vip("string")
    .adom("string")
    .index(0)
    .ip("string")
    .objectFirewallVipGslbpublicipsId("string")
    .scopetype("string")
    .build());
Copy
object_firewall_vip_gslbpublicips_resource = fortimanager.ObjectFirewallVipGslbpublicips("objectFirewallVipGslbpublicipsResource",
    vip="string",
    adom="string",
    index=0,
    ip="string",
    object_firewall_vip_gslbpublicips_id="string",
    scopetype="string")
Copy
const objectFirewallVipGslbpublicipsResource = new fortimanager.ObjectFirewallVipGslbpublicips("objectFirewallVipGslbpublicipsResource", {
    vip: "string",
    adom: "string",
    index: 0,
    ip: "string",
    objectFirewallVipGslbpublicipsId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectFirewallVipGslbpublicips
properties:
    adom: string
    index: 0
    ip: string
    objectFirewallVipGslbpublicipsId: string
    scopetype: string
    vip: string
Copy

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

Vip This property is required. string
Vip.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Index double
Index of this public IP setting.
Ip string
The publicly accessible IP address.
ObjectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
Vip This property is required. string
Vip.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Index float64
Index of this public IP setting.
Ip string
The publicly accessible IP address.
ObjectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
vip This property is required. String
Vip.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index Double
Index of this public IP setting.
ip String
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId String
an identifier for the resource with format {{index}}.
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.
vip This property is required. string
Vip.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index number
Index of this public IP setting.
ip string
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
vip This property is required. str
Vip.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index float
Index of this public IP setting.
ip str
The publicly accessible IP address.
object_firewall_vip_gslbpublicips_id str
an identifier for the resource with format {{index}}.
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.
vip This property is required. String
Vip.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index Number
Index of this public IP setting.
ip String
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId String
an identifier for the resource with format {{index}}.
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.

Outputs

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

Get an existing ObjectFirewallVipGslbpublicips 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?: ObjectFirewallVipGslbpublicipsState, opts?: CustomResourceOptions): ObjectFirewallVipGslbpublicips
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        index: Optional[float] = None,
        ip: Optional[str] = None,
        object_firewall_vip_gslbpublicips_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        vip: Optional[str] = None) -> ObjectFirewallVipGslbpublicips
func GetObjectFirewallVipGslbpublicips(ctx *Context, name string, id IDInput, state *ObjectFirewallVipGslbpublicipsState, opts ...ResourceOption) (*ObjectFirewallVipGslbpublicips, error)
public static ObjectFirewallVipGslbpublicips Get(string name, Input<string> id, ObjectFirewallVipGslbpublicipsState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallVipGslbpublicips get(String name, Output<String> id, ObjectFirewallVipGslbpublicipsState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFirewallVipGslbpublicips    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
Index double
Index of this public IP setting.
Ip string
The publicly accessible IP address.
ObjectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
Vip string
Vip.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Index float64
Index of this public IP setting.
Ip string
The publicly accessible IP address.
ObjectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
Vip string
Vip.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index Double
Index of this public IP setting.
ip String
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId String
an identifier for the resource with format {{index}}.
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.
vip String
Vip.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index number
Index of this public IP setting.
ip string
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId string
an identifier for the resource with format {{index}}.
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.
vip string
Vip.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index float
Index of this public IP setting.
ip str
The publicly accessible IP address.
object_firewall_vip_gslbpublicips_id str
an identifier for the resource with format {{index}}.
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.
vip str
Vip.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
index Number
Index of this public IP setting.
ip String
The publicly accessible IP address.
objectFirewallVipGslbpublicipsId String
an identifier for the resource with format {{index}}.
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.
vip String
Vip.

Import

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

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectFirewallVipGslbpublicips:ObjectFirewallVipGslbpublicips labelname {{index}}
Copy

$ 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.