Threefold Grid v0.6.4 published on Tuesday, May 28, 2024 by Threefold
threefold.provider.GatewayFQDN
Explore with Pulumi AI
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_ boolthrough
- Backends []string
- Fqdn string
- Name string
- Node_
id interface{} - Description string
- Network_
name string - Solution_
type string - Tls_
pass_ boolthrough
- backends List<String>
- fqdn String
- name String
- node_
id Object - description String
- network_
name String - solution_
type String - tls_
pass_ Booleanthrough
- backends string[]
- fqdn string
- name string
- node_
id any - description string
- network_
name string - solution_
type string - tls_
pass_ booleanthrough
- backends Sequence[str]
- fqdn str
- name str
- node_
id Any - description str
- network_
name str - solution_
type str - tls_
pass_ boolthrough
- backends List<String>
- fqdn String
- name String
- node_
id Any - description String
- network_
name String - solution_
type String - tls_
pass_ Booleanthrough
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_ Dictionary<string, int>id
- Contract_
id int - Id string
- The provider-assigned unique ID for this managed resource.
- Node_
deployment_ map[string]intid
- contract_
id Integer - id String
- The provider-assigned unique ID for this managed resource.
- node_
deployment_ Map<String,Integer>id
- contract_
id number - id string
- The provider-assigned unique ID for this managed resource.
- node_
deployment_ {[key: string]: number}id
- contract_
id int - id str
- The provider-assigned unique ID for this managed resource.
- node_
deployment_ Mapping[str, int]id
- contract_
id Number - id String
- The provider-assigned unique ID for this managed resource.
- node_
deployment_ Map<Number>id
Package Details
- Repository
- threefold threefoldtech/pulumi-threefold
- License
- Apache-2.0
Threefold Grid v0.6.4 published on Tuesday, May 28, 2024 by Threefold