ovh.IpLoadBalancing.VrackNetwork

Manage a vrack network for your IP Loadbalancing service.

Create VrackNetwork Resource

new VrackNetwork(name: string, args: VrackNetworkArgs, opts?: CustomResourceOptions);
@overload
def VrackNetwork(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 display_name: Optional[str] = None,
                 farm_ids: Optional[Sequence[int]] = None,
                 nat_ip: Optional[str] = None,
                 service_name: Optional[str] = None,
                 subnet: Optional[str] = None,
                 vlan: Optional[int] = None)
@overload
def VrackNetwork(resource_name: str,
                 args: VrackNetworkArgs,
                 opts: Optional[ResourceOptions] = None)
func NewVrackNetwork(ctx *Context, name string, args VrackNetworkArgs, opts ...ResourceOption) (*VrackNetwork, error)
public VrackNetwork(string name, VrackNetworkArgs args, CustomResourceOptions? opts = null)
public VrackNetwork(String name, VrackNetworkArgs args)
public VrackNetwork(String name, VrackNetworkArgs args, CustomResourceOptions options)
type: ovh:IpLoadBalancing:VrackNetwork
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args VrackNetworkArgs
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 VrackNetworkArgs
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 VrackNetworkArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args VrackNetworkArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args VrackNetworkArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

NatIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

ServiceName string

The internal name of your IP load balancing

Subnet string

IP block of the private network in the vRack

DisplayName string

Human readable name for your vrack network

FarmIds List<int>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

Vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

NatIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

ServiceName string

The internal name of your IP load balancing

Subnet string

IP block of the private network in the vRack

DisplayName string

Human readable name for your vrack network

FarmIds []int

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

Vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

natIp String

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName String

The internal name of your IP load balancing

subnet String

IP block of the private network in the vRack

displayName String

Human readable name for your vrack network

farmIds List<Integer>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

vlan Integer

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

natIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName string

The internal name of your IP load balancing

subnet string

IP block of the private network in the vRack

displayName string

Human readable name for your vrack network

farmIds number[]

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

vlan number

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

nat_ip str

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

service_name str

The internal name of your IP load balancing

subnet str

IP block of the private network in the vRack

display_name str

Human readable name for your vrack network

farm_ids Sequence[int]

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

natIp String

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName String

The internal name of your IP load balancing

subnet String

IP block of the private network in the vRack

displayName String

Human readable name for your vrack network

farmIds List<Number>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

vlan Number

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

VrackNetworkId int

(Required) Internal Load Balancer identifier of the vRack private network

Id string

The provider-assigned unique ID for this managed resource.

VrackNetworkId int

(Required) Internal Load Balancer identifier of the vRack private network

id String

The provider-assigned unique ID for this managed resource.

vrackNetworkId Integer

(Required) Internal Load Balancer identifier of the vRack private network

id string

The provider-assigned unique ID for this managed resource.

vrackNetworkId number

(Required) Internal Load Balancer identifier of the vRack private network

id str

The provider-assigned unique ID for this managed resource.

vrack_network_id int

(Required) Internal Load Balancer identifier of the vRack private network

id String

The provider-assigned unique ID for this managed resource.

vrackNetworkId Number

(Required) Internal Load Balancer identifier of the vRack private network

Look up Existing VrackNetwork Resource

Get an existing VrackNetwork 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?: VrackNetworkState, opts?: CustomResourceOptions): VrackNetwork
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        display_name: Optional[str] = None,
        farm_ids: Optional[Sequence[int]] = None,
        nat_ip: Optional[str] = None,
        service_name: Optional[str] = None,
        subnet: Optional[str] = None,
        vlan: Optional[int] = None,
        vrack_network_id: Optional[int] = None) -> VrackNetwork
func GetVrackNetwork(ctx *Context, name string, id IDInput, state *VrackNetworkState, opts ...ResourceOption) (*VrackNetwork, error)
public static VrackNetwork Get(string name, Input<string> id, VrackNetworkState? state, CustomResourceOptions? opts = null)
public static VrackNetwork get(String name, Output<String> id, VrackNetworkState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
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:
DisplayName string

Human readable name for your vrack network

FarmIds List<int>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

NatIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

ServiceName string

The internal name of your IP load balancing

Subnet string

IP block of the private network in the vRack

Vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

VrackNetworkId int

(Required) Internal Load Balancer identifier of the vRack private network

DisplayName string

Human readable name for your vrack network

FarmIds []int

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

NatIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

ServiceName string

The internal name of your IP load balancing

Subnet string

IP block of the private network in the vRack

Vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

VrackNetworkId int

(Required) Internal Load Balancer identifier of the vRack private network

displayName String

Human readable name for your vrack network

farmIds List<Integer>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

natIp String

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName String

The internal name of your IP load balancing

subnet String

IP block of the private network in the vRack

vlan Integer

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

vrackNetworkId Integer

(Required) Internal Load Balancer identifier of the vRack private network

displayName string

Human readable name for your vrack network

farmIds number[]

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

natIp string

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName string

The internal name of your IP load balancing

subnet string

IP block of the private network in the vRack

vlan number

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

vrackNetworkId number

(Required) Internal Load Balancer identifier of the vRack private network

display_name str

Human readable name for your vrack network

farm_ids Sequence[int]

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

nat_ip str

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

service_name str

The internal name of your IP load balancing

subnet str

IP block of the private network in the vRack

vlan int

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

vrack_network_id int

(Required) Internal Load Balancer identifier of the vRack private network

displayName String

Human readable name for your vrack network

farmIds List<Number>

This attribute is there for documentation purpose only and isnt passed to the OVHcloud API as it may conflicts with http/tcp farms vrack_network_id attribute

natIp String

An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The blck must be in the private network and reserved for the Load Balancer

serviceName String

The internal name of your IP load balancing

subnet String

IP block of the private network in the vRack

vlan Number

VLAN of the private network in the vRack. 0 if the private network is not in a VLAN

vrackNetworkId Number

(Required) Internal Load Balancer identifier of the vRack private network

Package Details

Repository
ovh lbrlabs/pulumi-ovh
License
Apache-2.0
Notes

This Pulumi package is based on the ovh Terraform Provider.