1. Packages
  2. threefold
  3. API Docs
  4. provider
  5. GatewayFQDN
Threefold Grid v0.6.4 published on Tuesday, May 28, 2024 by Threefold

threefold.provider.GatewayFQDN

Explore with Pulumi AI

threefold logo
Threefold Grid v0.6.4 published on Tuesday, May 28, 2024 by Threefold

    Create GatewayFQDN Resource

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

    Constructor syntax

    new GatewayFQDN(name: string, args: GatewayFQDNArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayFQDN(resource_name: str,
                    args: GatewayFQDNArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayFQDN(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    backends: Optional[Sequence[str]] = None,
                    fqdn: Optional[str] = None,
                    name: Optional[str] = None,
                    node_id: Optional[Any] = None,
                    description: Optional[str] = None,
                    network_name: Optional[str] = None,
                    solution_type: Optional[str] = None,
                    tls_pass_through: Optional[bool] = None)
    func NewGatewayFQDN(ctx *Context, name string, args GatewayFQDNArgs, opts ...ResourceOption) (*GatewayFQDN, error)
    public GatewayFQDN(string name, GatewayFQDNArgs args, CustomResourceOptions? opts = null)
    public GatewayFQDN(String name, GatewayFQDNArgs args)
    public GatewayFQDN(String name, GatewayFQDNArgs args, CustomResourceOptions options)
    
    type: threefold:provider:GatewayFQDN
    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 GatewayFQDNArgs
    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 GatewayFQDNArgs
    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 GatewayFQDNArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayFQDNArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayFQDNArgs
    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 gatewayFQDNResource = new Threefold.Provider.GatewayFQDN("gatewayFQDNResource", new()
    {
        Backends = new[]
        {
            "string",
        },
        Fqdn = "string",
        Name = "string",
        Node_id = "any",
        Description = "string",
        Network_name = "string",
        Solution_type = "string",
        Tls_pass_through = false,
    });
    
    example, err := provider.NewGatewayFQDN(ctx, "gatewayFQDNResource", &provider.GatewayFQDNArgs{
    	Backends: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Fqdn:             pulumi.String("string"),
    	Name:             pulumi.String("string"),
    	Node_id:          pulumi.Any("any"),
    	Description:      pulumi.String("string"),
    	Network_name:     pulumi.String("string"),
    	Solution_type:    pulumi.String("string"),
    	Tls_pass_through: pulumi.Bool(false),
    })
    
    var gatewayFQDNResource = new GatewayFQDN("gatewayFQDNResource", GatewayFQDNArgs.builder()
        .backends("string")
        .fqdn("string")
        .name("string")
        .node_id("any")
        .description("string")
        .network_name("string")
        .solution_type("string")
        .tls_pass_through(false)
        .build());
    
    gateway_fqdn_resource = threefold.provider.GatewayFQDN("gatewayFQDNResource",
        backends=["string"],
        fqdn="string",
        name="string",
        node_id="any",
        description="string",
        network_name="string",
        solution_type="string",
        tls_pass_through=False)
    
    const gatewayFQDNResource = new threefold.provider.GatewayFQDN("gatewayFQDNResource", {
        backends: ["string"],
        fqdn: "string",
        name: "string",
        node_id: "any",
        description: "string",
        network_name: "string",
        solution_type: "string",
        tls_pass_through: false,
    });
    
    type: threefold:provider:GatewayFQDN
    properties:
        backends:
            - string
        description: string
        fqdn: string
        name: string
        network_name: string
        node_id: any
        solution_type: string
        tls_pass_through: false
    

    GatewayFQDN Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The GatewayFQDN resource accepts the following input properties:

    Backends List<string>
    Fqdn string
    Name string
    Node_id object
    Description string
    Network_name string
    Solution_type string
    Tls_pass_through bool
    Backends []string
    Fqdn string
    Name string
    Node_id interface{}
    Description string
    Network_name string
    Solution_type string
    Tls_pass_through bool
    backends List<String>
    fqdn String
    name String
    node_id Object
    description String
    network_name String
    solution_type String
    tls_pass_through Boolean
    backends string[]
    fqdn string
    name string
    node_id any
    description string
    network_name string
    solution_type string
    tls_pass_through boolean
    backends List<String>
    fqdn String
    name String
    node_id Any
    description String
    network_name String
    solution_type String
    tls_pass_through Boolean

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayFQDN resource produces the following output properties:

    Contract_id int
    Id string
    The provider-assigned unique ID for this managed resource.
    Node_deployment_id Dictionary<string, int>
    Contract_id int
    Id string
    The provider-assigned unique ID for this managed resource.
    Node_deployment_id map[string]int
    contract_id Integer
    id String
    The provider-assigned unique ID for this managed resource.
    node_deployment_id Map<String,Integer>
    contract_id number
    id string
    The provider-assigned unique ID for this managed resource.
    node_deployment_id {[key: string]: number}
    contract_id int
    id str
    The provider-assigned unique ID for this managed resource.
    node_deployment_id Mapping[str, int]
    contract_id Number
    id String
    The provider-assigned unique ID for this managed resource.
    node_deployment_id Map<Number>

    Package Details

    Repository
    threefold threefoldtech/pulumi-threefold
    License
    Apache-2.0
    threefold logo
    Threefold Grid v0.6.4 published on Tuesday, May 28, 2024 by Threefold