ovh.CloudProject.Gateway
Explore with Pulumi AI
Create a new Gateway for existing subnet in the specified public cloud project.
Create Gateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Gateway(name: string, args: GatewayArgs, opts?: CustomResourceOptions);
@overload
def Gateway(resource_name: str,
args: GatewayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Gateway(resource_name: str,
opts: Optional[ResourceOptions] = None,
model: Optional[str] = None,
network_id: Optional[str] = None,
region: Optional[str] = None,
service_name: Optional[str] = None,
subnet_id: Optional[str] = None,
name: Optional[str] = None)
func NewGateway(ctx *Context, name string, args GatewayArgs, opts ...ResourceOption) (*Gateway, error)
public Gateway(string name, GatewayArgs args, CustomResourceOptions? opts = null)
public Gateway(String name, GatewayArgs args)
public Gateway(String name, GatewayArgs args, CustomResourceOptions options)
type: ovh:CloudProject:Gateway
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 GatewayArgs
- 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 GatewayArgs
- 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 GatewayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayArgs
- 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 gatewayResource = new Ovh.CloudProject.Gateway("gatewayResource", new()
{
Model = "string",
NetworkId = "string",
Region = "string",
ServiceName = "string",
SubnetId = "string",
Name = "string",
});
example, err := CloudProject.NewGateway(ctx, "gatewayResource", &CloudProject.GatewayArgs{
Model: pulumi.String("string"),
NetworkId: pulumi.String("string"),
Region: pulumi.String("string"),
ServiceName: pulumi.String("string"),
SubnetId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var gatewayResource = new Gateway("gatewayResource", GatewayArgs.builder()
.model("string")
.networkId("string")
.region("string")
.serviceName("string")
.subnetId("string")
.name("string")
.build());
gateway_resource = ovh.cloud_project.Gateway("gatewayResource",
model="string",
network_id="string",
region="string",
service_name="string",
subnet_id="string",
name="string")
const gatewayResource = new ovh.cloudproject.Gateway("gatewayResource", {
model: "string",
networkId: "string",
region: "string",
serviceName: "string",
subnetId: "string",
name: "string",
});
type: ovh:CloudProject:Gateway
properties:
model: string
name: string
networkId: string
region: string
serviceName: string
subnetId: string
Gateway 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 Gateway resource accepts the following input properties:
- model str
- Model of the gateway.
- network_
id str - ID of the private network.
- region str
- Region of the gateway.
- service_
name str - ID of the private network.
- subnet_
id str - ID of the subnet.
- name str
- Name of the gateway.
Outputs
All input properties are implicitly available as output properties. Additionally, the Gateway resource produces the following output properties:
- External
Informations List<GatewayExternal Information> - List of External Information of the gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interfaces
List<Gateway
Interface> - Interfaces list of the gateway.
- Status string
- Status of the gateway.
- External
Informations []GatewayExternal Information - List of External Information of the gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interfaces
[]Gateway
Interface - Interfaces list of the gateway.
- Status string
- Status of the gateway.
- external
Informations List<GatewayExternal Information> - List of External Information of the gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- interfaces
List<Gateway
Interface> - Interfaces list of the gateway.
- status String
- Status of the gateway.
- external
Informations GatewayExternal Information[] - List of External Information of the gateway.
- id string
- The provider-assigned unique ID for this managed resource.
- interfaces
Gateway
Interface[] - Interfaces list of the gateway.
- status string
- Status of the gateway.
- external_
informations Sequence[cloudproject.Gateway External Information] - List of External Information of the gateway.
- id str
- The provider-assigned unique ID for this managed resource.
- interfaces
Sequence[cloudproject.
Gateway Interface] - Interfaces list of the gateway.
- status str
- Status of the gateway.
- external
Informations List<Property Map> - List of External Information of the gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- interfaces List<Property Map>
- Interfaces list of the gateway.
- status String
- Status of the gateway.
Look up Existing Gateway Resource
Get an existing Gateway 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?: GatewayState, opts?: CustomResourceOptions): Gateway
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
external_informations: Optional[Sequence[_cloudproject.GatewayExternalInformationArgs]] = None,
interfaces: Optional[Sequence[_cloudproject.GatewayInterfaceArgs]] = None,
model: Optional[str] = None,
name: Optional[str] = None,
network_id: Optional[str] = None,
region: Optional[str] = None,
service_name: Optional[str] = None,
status: Optional[str] = None,
subnet_id: Optional[str] = None) -> Gateway
func GetGateway(ctx *Context, name string, id IDInput, state *GatewayState, opts ...ResourceOption) (*Gateway, error)
public static Gateway Get(string name, Input<string> id, GatewayState? state, CustomResourceOptions? opts = null)
public static Gateway get(String name, Output<String> id, GatewayState 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.
- External
Informations List<GatewayExternal Information> - List of External Information of the gateway.
- Interfaces
List<Gateway
Interface> - Interfaces list of the gateway.
- Model string
- Model of the gateway.
- Name string
- Name of the gateway.
- Network
Id string - ID of the private network.
- Region string
- Region of the gateway.
- Service
Name string - ID of the private network.
- Status string
- Status of the gateway.
- Subnet
Id string - ID of the subnet.
- External
Informations []GatewayExternal Information Args - List of External Information of the gateway.
- Interfaces
[]Gateway
Interface Args - Interfaces list of the gateway.
- Model string
- Model of the gateway.
- Name string
- Name of the gateway.
- Network
Id string - ID of the private network.
- Region string
- Region of the gateway.
- Service
Name string - ID of the private network.
- Status string
- Status of the gateway.
- Subnet
Id string - ID of the subnet.
- external
Informations List<GatewayExternal Information> - List of External Information of the gateway.
- interfaces
List<Gateway
Interface> - Interfaces list of the gateway.
- model String
- Model of the gateway.
- name String
- Name of the gateway.
- network
Id String - ID of the private network.
- region String
- Region of the gateway.
- service
Name String - ID of the private network.
- status String
- Status of the gateway.
- subnet
Id String - ID of the subnet.
- external
Informations GatewayExternal Information[] - List of External Information of the gateway.
- interfaces
Gateway
Interface[] - Interfaces list of the gateway.
- model string
- Model of the gateway.
- name string
- Name of the gateway.
- network
Id string - ID of the private network.
- region string
- Region of the gateway.
- service
Name string - ID of the private network.
- status string
- Status of the gateway.
- subnet
Id string - ID of the subnet.
- external_
informations Sequence[cloudproject.Gateway External Information Args] - List of External Information of the gateway.
- interfaces
Sequence[cloudproject.
Gateway Interface Args] - Interfaces list of the gateway.
- model str
- Model of the gateway.
- name str
- Name of the gateway.
- network_
id str - ID of the private network.
- region str
- Region of the gateway.
- service_
name str - ID of the private network.
- status str
- Status of the gateway.
- subnet_
id str - ID of the subnet.
- external
Informations List<Property Map> - List of External Information of the gateway.
- interfaces List<Property Map>
- Interfaces list of the gateway.
- model String
- Model of the gateway.
- name String
- Name of the gateway.
- network
Id String - ID of the private network.
- region String
- Region of the gateway.
- service
Name String - ID of the private network.
- status String
- Status of the gateway.
- subnet
Id String - ID of the subnet.
Supporting Types
GatewayExternalInformation, GatewayExternalInformationArgs
- Ips
List<Gateway
External Information Ip> - List of external ips of the gateway.
- Network
Id string - ID of the private network.
- Ips
[]Gateway
External Information Ip - List of external ips of the gateway.
- Network
Id string - ID of the private network.
- ips
List<Gateway
External Information Ip> - List of external ips of the gateway.
- network
Id String - ID of the private network.
- ips
Gateway
External Information Ip[] - List of external ips of the gateway.
- network
Id string - ID of the private network.
- ips
Sequence[cloudproject.
Gateway External Information Ip] - List of external ips of the gateway.
- network_
id str - ID of the private network.
- ips List<Property Map>
- List of external ips of the gateway.
- network
Id String - ID of the private network.
GatewayExternalInformationIp, GatewayExternalInformationIpArgs
GatewayInterface, GatewayInterfaceArgs
- id str
- ID of the interface.
- ip str
- IP of the interface.
- network_
id str - ID of the private network.
- subnet_
id str - ID of the subnet.
Import
A gateway can be imported using the service_name
, region
and id
(identifier of the gateway) properties, separated by a /
.
bash
$ pulumi import ovh:CloudProject/gateway:Gateway gateway service_name/region/id
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.