lxd.NetworkLb
Explore with Pulumi AI
Create NetworkLb Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NetworkLb(name: string, args: NetworkLbArgs, opts?: CustomResourceOptions);
@overload
def NetworkLb(resource_name: str,
args: NetworkLbArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NetworkLb(resource_name: str,
opts: Optional[ResourceOptions] = None,
listen_address: Optional[str] = None,
network: Optional[str] = None,
backends: Optional[Sequence[NetworkLbBackendArgs]] = None,
config: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
ports: Optional[Sequence[NetworkLbPortArgs]] = None,
project: Optional[str] = None,
remote: Optional[str] = None)
func NewNetworkLb(ctx *Context, name string, args NetworkLbArgs, opts ...ResourceOption) (*NetworkLb, error)
public NetworkLb(string name, NetworkLbArgs args, CustomResourceOptions? opts = null)
public NetworkLb(String name, NetworkLbArgs args)
public NetworkLb(String name, NetworkLbArgs args, CustomResourceOptions options)
type: lxd:NetworkLb
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 NetworkLbArgs
- 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 NetworkLbArgs
- 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 NetworkLbArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetworkLbArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NetworkLbArgs
- 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 networkLbResource = new Lxd.NetworkLb("networkLbResource", new()
{
ListenAddress = "string",
Network = "string",
Backends = new[]
{
new Lxd.Inputs.NetworkLbBackendArgs
{
Name = "string",
TargetAddress = "string",
Description = "string",
TargetPort = "string",
},
},
Config =
{
{ "string", "string" },
},
Description = "string",
Ports = new[]
{
new Lxd.Inputs.NetworkLbPortArgs
{
ListenPort = "string",
TargetBackends = new[]
{
"string",
},
Description = "string",
Protocol = "string",
},
},
Project = "string",
Remote = "string",
});
example, err := lxd.NewNetworkLb(ctx, "networkLbResource", &lxd.NetworkLbArgs{
ListenAddress: pulumi.String("string"),
Network: pulumi.String("string"),
Backends: .NetworkLbBackendArray{
&.NetworkLbBackendArgs{
Name: pulumi.String("string"),
TargetAddress: pulumi.String("string"),
Description: pulumi.String("string"),
TargetPort: pulumi.String("string"),
},
},
Config: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
Ports: .NetworkLbPortArray{
&.NetworkLbPortArgs{
ListenPort: pulumi.String("string"),
TargetBackends: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
Protocol: pulumi.String("string"),
},
},
Project: pulumi.String("string"),
Remote: pulumi.String("string"),
})
var networkLbResource = new NetworkLb("networkLbResource", NetworkLbArgs.builder()
.listenAddress("string")
.network("string")
.backends(NetworkLbBackendArgs.builder()
.name("string")
.targetAddress("string")
.description("string")
.targetPort("string")
.build())
.config(Map.of("string", "string"))
.description("string")
.ports(NetworkLbPortArgs.builder()
.listenPort("string")
.targetBackends("string")
.description("string")
.protocol("string")
.build())
.project("string")
.remote("string")
.build());
network_lb_resource = lxd.NetworkLb("networkLbResource",
listen_address="string",
network="string",
backends=[{
"name": "string",
"target_address": "string",
"description": "string",
"target_port": "string",
}],
config={
"string": "string",
},
description="string",
ports=[{
"listen_port": "string",
"target_backends": ["string"],
"description": "string",
"protocol": "string",
}],
project="string",
remote="string")
const networkLbResource = new lxd.NetworkLb("networkLbResource", {
listenAddress: "string",
network: "string",
backends: [{
name: "string",
targetAddress: "string",
description: "string",
targetPort: "string",
}],
config: {
string: "string",
},
description: "string",
ports: [{
listenPort: "string",
targetBackends: ["string"],
description: "string",
protocol: "string",
}],
project: "string",
remote: "string",
});
type: lxd:NetworkLb
properties:
backends:
- description: string
name: string
targetAddress: string
targetPort: string
config:
string: string
description: string
listenAddress: string
network: string
ports:
- description: string
listenPort: string
protocol: string
targetBackends:
- string
project: string
remote: string
NetworkLb 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 NetworkLb resource accepts the following input properties:
- Listen
Address string - Network string
- Backends
List<Network
Lb Backend> - Network load balancer backend
- Config Dictionary<string, string>
- Description string
- Ports
List<Network
Lb Port> - Network load balancer port
- Project string
- Remote string
- Listen
Address string - Network string
- Backends
[]Network
Lb Backend Args - Network load balancer backend
- Config map[string]string
- Description string
- Ports
[]Network
Lb Port Args - Network load balancer port
- Project string
- Remote string
- listen
Address String - network String
- backends
List<Network
Lb Backend> - Network load balancer backend
- config Map<String,String>
- description String
- ports
List<Network
Lb Port> - Network load balancer port
- project String
- remote String
- listen
Address string - network string
- backends
Network
Lb Backend[] - Network load balancer backend
- config {[key: string]: string}
- description string
- ports
Network
Lb Port[] - Network load balancer port
- project string
- remote string
- listen_
address str - network str
- backends
Sequence[Network
Lb Backend Args] - Network load balancer backend
- config Mapping[str, str]
- description str
- ports
Sequence[Network
Lb Port Args] - Network load balancer port
- project str
- remote str
- listen
Address String - network String
- backends List<Property Map>
- Network load balancer backend
- config Map<String>
- description String
- ports List<Property Map>
- Network load balancer port
- project String
- remote String
Outputs
All input properties are implicitly available as output properties. Additionally, the NetworkLb 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 NetworkLb Resource
Get an existing NetworkLb 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?: NetworkLbState, opts?: CustomResourceOptions): NetworkLb
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
backends: Optional[Sequence[NetworkLbBackendArgs]] = None,
config: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
listen_address: Optional[str] = None,
network: Optional[str] = None,
ports: Optional[Sequence[NetworkLbPortArgs]] = None,
project: Optional[str] = None,
remote: Optional[str] = None) -> NetworkLb
func GetNetworkLb(ctx *Context, name string, id IDInput, state *NetworkLbState, opts ...ResourceOption) (*NetworkLb, error)
public static NetworkLb Get(string name, Input<string> id, NetworkLbState? state, CustomResourceOptions? opts = null)
public static NetworkLb get(String name, Output<String> id, NetworkLbState state, CustomResourceOptions options)
resources: _: type: lxd:NetworkLb 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.
- Backends
List<Network
Lb Backend> - Network load balancer backend
- Config Dictionary<string, string>
- Description string
- Listen
Address string - Network string
- Ports
List<Network
Lb Port> - Network load balancer port
- Project string
- Remote string
- Backends
[]Network
Lb Backend Args - Network load balancer backend
- Config map[string]string
- Description string
- Listen
Address string - Network string
- Ports
[]Network
Lb Port Args - Network load balancer port
- Project string
- Remote string
- backends
List<Network
Lb Backend> - Network load balancer backend
- config Map<String,String>
- description String
- listen
Address String - network String
- ports
List<Network
Lb Port> - Network load balancer port
- project String
- remote String
- backends
Network
Lb Backend[] - Network load balancer backend
- config {[key: string]: string}
- description string
- listen
Address string - network string
- ports
Network
Lb Port[] - Network load balancer port
- project string
- remote string
- backends
Sequence[Network
Lb Backend Args] - Network load balancer backend
- config Mapping[str, str]
- description str
- listen_
address str - network str
- ports
Sequence[Network
Lb Port Args] - Network load balancer port
- project str
- remote str
- backends List<Property Map>
- Network load balancer backend
- config Map<String>
- description String
- listen
Address String - network String
- ports List<Property Map>
- Network load balancer port
- project String
- remote String
Supporting Types
NetworkLbBackend, NetworkLbBackendArgs
- Name string
- LB backend name
- Target
Address string - LB backend target address
- Description string
- LB backend description
- Target
Port string - LB backend target port
- Name string
- LB backend name
- Target
Address string - LB backend target address
- Description string
- LB backend description
- Target
Port string - LB backend target port
- name String
- LB backend name
- target
Address String - LB backend target address
- description String
- LB backend description
- target
Port String - LB backend target port
- name string
- LB backend name
- target
Address string - LB backend target address
- description string
- LB backend description
- target
Port string - LB backend target port
- name str
- LB backend name
- target_
address str - LB backend target address
- description str
- LB backend description
- target_
port str - LB backend target port
- name String
- LB backend name
- target
Address String - LB backend target address
- description String
- LB backend description
- target
Port String - LB backend target port
NetworkLbPort, NetworkLbPortArgs
- Listen
Port string - Port to listen to
- Target
Backends List<string> - List of target LB backends
- Description string
- Port description
- Protocol string
- Port protocol
- Listen
Port string - Port to listen to
- Target
Backends []string - List of target LB backends
- Description string
- Port description
- Protocol string
- Port protocol
- listen
Port String - Port to listen to
- target
Backends List<String> - List of target LB backends
- description String
- Port description
- protocol String
- Port protocol
- listen
Port string - Port to listen to
- target
Backends string[] - List of target LB backends
- description string
- Port description
- protocol string
- Port protocol
- listen_
port str - Port to listen to
- target_
backends Sequence[str] - List of target LB backends
- description str
- Port description
- protocol str
- Port protocol
- listen
Port String - Port to listen to
- target
Backends List<String> - List of target LB backends
- description String
- Port description
- protocol String
- Port protocol
Package Details
- Repository
- lxd terraform-lxd/terraform-provider-lxd
- License
- Notes
- This Pulumi package is based on the
lxd
Terraform Provider.