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

fortimanager.ObjectSystemSdnproxy

Explore with Pulumi AI

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

    Configure SDN proxy.

    Create ObjectSystemSdnproxy Resource

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

    Constructor syntax

    new ObjectSystemSdnproxy(name: string, args?: ObjectSystemSdnproxyArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSystemSdnproxy(resource_name: str,
                             args: Optional[ObjectSystemSdnproxyArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSystemSdnproxy(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             adom: Optional[str] = None,
                             name: Optional[str] = None,
                             object_system_sdnproxy_id: Optional[str] = None,
                             passwords: Optional[Sequence[str]] = None,
                             scopetype: Optional[str] = None,
                             server: Optional[str] = None,
                             server_port: Optional[float] = None,
                             type: Optional[str] = None,
                             username: Optional[str] = None)
    func NewObjectSystemSdnproxy(ctx *Context, name string, args *ObjectSystemSdnproxyArgs, opts ...ResourceOption) (*ObjectSystemSdnproxy, error)
    public ObjectSystemSdnproxy(string name, ObjectSystemSdnproxyArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSystemSdnproxy(String name, ObjectSystemSdnproxyArgs args)
    public ObjectSystemSdnproxy(String name, ObjectSystemSdnproxyArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSystemSdnproxy
    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 ObjectSystemSdnproxyArgs
    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 ObjectSystemSdnproxyArgs
    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 ObjectSystemSdnproxyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSystemSdnproxyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSystemSdnproxyArgs
    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 objectSystemSdnproxyResource = new Fortimanager.ObjectSystemSdnproxy("objectSystemSdnproxyResource", new()
    {
        Adom = "string",
        Name = "string",
        ObjectSystemSdnproxyId = "string",
        Passwords = new[]
        {
            "string",
        },
        Scopetype = "string",
        Server = "string",
        ServerPort = 0,
        Type = "string",
        Username = "string",
    });
    
    example, err := fortimanager.NewObjectSystemSdnproxy(ctx, "objectSystemSdnproxyResource", &fortimanager.ObjectSystemSdnproxyArgs{
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectSystemSdnproxyId: pulumi.String("string"),
    Passwords: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    Server: pulumi.String("string"),
    ServerPort: pulumi.Float64(0),
    Type: pulumi.String("string"),
    Username: pulumi.String("string"),
    })
    
    var objectSystemSdnproxyResource = new ObjectSystemSdnproxy("objectSystemSdnproxyResource", ObjectSystemSdnproxyArgs.builder()
        .adom("string")
        .name("string")
        .objectSystemSdnproxyId("string")
        .passwords("string")
        .scopetype("string")
        .server("string")
        .serverPort(0)
        .type("string")
        .username("string")
        .build());
    
    object_system_sdnproxy_resource = fortimanager.ObjectSystemSdnproxy("objectSystemSdnproxyResource",
        adom="string",
        name="string",
        object_system_sdnproxy_id="string",
        passwords=["string"],
        scopetype="string",
        server="string",
        server_port=0,
        type="string",
        username="string")
    
    const objectSystemSdnproxyResource = new fortimanager.ObjectSystemSdnproxy("objectSystemSdnproxyResource", {
        adom: "string",
        name: "string",
        objectSystemSdnproxyId: "string",
        passwords: ["string"],
        scopetype: "string",
        server: "string",
        serverPort: 0,
        type: "string",
        username: "string",
    });
    
    type: fortimanager:ObjectSystemSdnproxy
    properties:
        adom: string
        name: string
        objectSystemSdnproxyId: string
        passwords:
            - string
        scopetype: string
        server: string
        serverPort: 0
        type: string
        username: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    SDN proxy name.
    ObjectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    Passwords List<string>
    SDN proxy password.
    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.
    Server string
    Server address of the SDN proxy.
    ServerPort double
    Port number of the SDN proxy.
    Type string
    Type of SDN proxy. Valid values: general, fortimanager.
    Username string
    SDN proxy username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    SDN proxy name.
    ObjectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    Passwords []string
    SDN proxy password.
    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.
    Server string
    Server address of the SDN proxy.
    ServerPort float64
    Port number of the SDN proxy.
    Type string
    Type of SDN proxy. Valid values: general, fortimanager.
    Username string
    SDN proxy username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    SDN proxy name.
    objectSystemSdnproxyId String
    an identifier for the resource with format {{name}}.
    passwords List<String>
    SDN proxy password.
    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.
    server String
    Server address of the SDN proxy.
    serverPort Double
    Port number of the SDN proxy.
    type String
    Type of SDN proxy. Valid values: general, fortimanager.
    username String
    SDN proxy username.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name string
    SDN proxy name.
    objectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    passwords string[]
    SDN proxy password.
    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.
    server string
    Server address of the SDN proxy.
    serverPort number
    Port number of the SDN proxy.
    type string
    Type of SDN proxy. Valid values: general, fortimanager.
    username string
    SDN proxy username.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name str
    SDN proxy name.
    object_system_sdnproxy_id str
    an identifier for the resource with format {{name}}.
    passwords Sequence[str]
    SDN proxy password.
    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.
    server str
    Server address of the SDN proxy.
    server_port float
    Port number of the SDN proxy.
    type str
    Type of SDN proxy. Valid values: general, fortimanager.
    username str
    SDN proxy username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    SDN proxy name.
    objectSystemSdnproxyId String
    an identifier for the resource with format {{name}}.
    passwords List<String>
    SDN proxy password.
    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.
    server String
    Server address of the SDN proxy.
    serverPort Number
    Port number of the SDN proxy.
    type String
    Type of SDN proxy. Valid values: general, fortimanager.
    username String
    SDN proxy username.

    Outputs

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

    Get an existing ObjectSystemSdnproxy 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?: ObjectSystemSdnproxyState, opts?: CustomResourceOptions): ObjectSystemSdnproxy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            name: Optional[str] = None,
            object_system_sdnproxy_id: Optional[str] = None,
            passwords: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            server: Optional[str] = None,
            server_port: Optional[float] = None,
            type: Optional[str] = None,
            username: Optional[str] = None) -> ObjectSystemSdnproxy
    func GetObjectSystemSdnproxy(ctx *Context, name string, id IDInput, state *ObjectSystemSdnproxyState, opts ...ResourceOption) (*ObjectSystemSdnproxy, error)
    public static ObjectSystemSdnproxy Get(string name, Input<string> id, ObjectSystemSdnproxyState? state, CustomResourceOptions? opts = null)
    public static ObjectSystemSdnproxy get(String name, Output<String> id, ObjectSystemSdnproxyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSystemSdnproxy    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.
    Name string
    SDN proxy name.
    ObjectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    Passwords List<string>
    SDN proxy password.
    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.
    Server string
    Server address of the SDN proxy.
    ServerPort double
    Port number of the SDN proxy.
    Type string
    Type of SDN proxy. Valid values: general, fortimanager.
    Username string
    SDN proxy username.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    SDN proxy name.
    ObjectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    Passwords []string
    SDN proxy password.
    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.
    Server string
    Server address of the SDN proxy.
    ServerPort float64
    Port number of the SDN proxy.
    Type string
    Type of SDN proxy. Valid values: general, fortimanager.
    Username string
    SDN proxy username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    SDN proxy name.
    objectSystemSdnproxyId String
    an identifier for the resource with format {{name}}.
    passwords List<String>
    SDN proxy password.
    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.
    server String
    Server address of the SDN proxy.
    serverPort Double
    Port number of the SDN proxy.
    type String
    Type of SDN proxy. Valid values: general, fortimanager.
    username String
    SDN proxy username.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name string
    SDN proxy name.
    objectSystemSdnproxyId string
    an identifier for the resource with format {{name}}.
    passwords string[]
    SDN proxy password.
    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.
    server string
    Server address of the SDN proxy.
    serverPort number
    Port number of the SDN proxy.
    type string
    Type of SDN proxy. Valid values: general, fortimanager.
    username string
    SDN proxy username.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name str
    SDN proxy name.
    object_system_sdnproxy_id str
    an identifier for the resource with format {{name}}.
    passwords Sequence[str]
    SDN proxy password.
    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.
    server str
    Server address of the SDN proxy.
    server_port float
    Port number of the SDN proxy.
    type str
    Type of SDN proxy. Valid values: general, fortimanager.
    username str
    SDN proxy username.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    SDN proxy name.
    objectSystemSdnproxyId String
    an identifier for the resource with format {{name}}.
    passwords List<String>
    SDN proxy password.
    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.
    server String
    Server address of the SDN proxy.
    serverPort Number
    Port number of the SDN proxy.
    type String
    Type of SDN proxy. Valid values: general, fortimanager.
    username String
    SDN proxy username.

    Import

    ObjectSystem SdnProxy can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSystemSdnproxy:ObjectSystemSdnproxy labelname {{name}}
    

    $ 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