1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. EnterpriseVpnConnectionMonitorV5
opentelekomcloud 1.36.35 published on Monday, Apr 14, 2025 by opentelekomcloud

opentelekomcloud.EnterpriseVpnConnectionMonitorV5

Explore with Pulumi AI

Create EnterpriseVpnConnectionMonitorV5 Resource

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

Constructor syntax

new EnterpriseVpnConnectionMonitorV5(name: string, args: EnterpriseVpnConnectionMonitorV5Args, opts?: CustomResourceOptions);
@overload
def EnterpriseVpnConnectionMonitorV5(resource_name: str,
                                     args: EnterpriseVpnConnectionMonitorV5Args,
                                     opts: Optional[ResourceOptions] = None)

@overload
def EnterpriseVpnConnectionMonitorV5(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     connection_id: Optional[str] = None,
                                     enterprise_vpn_connection_monitor_v5_id: Optional[str] = None)
func NewEnterpriseVpnConnectionMonitorV5(ctx *Context, name string, args EnterpriseVpnConnectionMonitorV5Args, opts ...ResourceOption) (*EnterpriseVpnConnectionMonitorV5, error)
public EnterpriseVpnConnectionMonitorV5(string name, EnterpriseVpnConnectionMonitorV5Args args, CustomResourceOptions? opts = null)
public EnterpriseVpnConnectionMonitorV5(String name, EnterpriseVpnConnectionMonitorV5Args args)
public EnterpriseVpnConnectionMonitorV5(String name, EnterpriseVpnConnectionMonitorV5Args args, CustomResourceOptions options)
type: opentelekomcloud:EnterpriseVpnConnectionMonitorV5
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. EnterpriseVpnConnectionMonitorV5Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. EnterpriseVpnConnectionMonitorV5Args
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. EnterpriseVpnConnectionMonitorV5Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. EnterpriseVpnConnectionMonitorV5Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. EnterpriseVpnConnectionMonitorV5Args
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 enterpriseVpnConnectionMonitorV5Resource = new Opentelekomcloud.EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource", new()
{
    ConnectionId = "string",
    EnterpriseVpnConnectionMonitorV5Id = "string",
});
Copy
example, err := opentelekomcloud.NewEnterpriseVpnConnectionMonitorV5(ctx, "enterpriseVpnConnectionMonitorV5Resource", &opentelekomcloud.EnterpriseVpnConnectionMonitorV5Args{
ConnectionId: pulumi.String("string"),
EnterpriseVpnConnectionMonitorV5Id: pulumi.String("string"),
})
Copy
var enterpriseVpnConnectionMonitorV5Resource = new EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource", EnterpriseVpnConnectionMonitorV5Args.builder()
    .connectionId("string")
    .enterpriseVpnConnectionMonitorV5Id("string")
    .build());
Copy
enterprise_vpn_connection_monitor_v5_resource = opentelekomcloud.EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource",
    connection_id="string",
    enterprise_vpn_connection_monitor_v5_id="string")
Copy
const enterpriseVpnConnectionMonitorV5Resource = new opentelekomcloud.EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource", {
    connectionId: "string",
    enterpriseVpnConnectionMonitorV5Id: "string",
});
Copy
type: opentelekomcloud:EnterpriseVpnConnectionMonitorV5
properties:
    connectionId: string
    enterpriseVpnConnectionMonitorV5Id: string
Copy

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

ConnectionId This property is required. string
EnterpriseVpnConnectionMonitorV5Id string
ConnectionId This property is required. string
EnterpriseVpnConnectionMonitorV5Id string
connectionId This property is required. String
enterpriseVpnConnectionMonitorV5Id String
connectionId This property is required. string
enterpriseVpnConnectionMonitorV5Id string
connection_id This property is required. str
enterprise_vpn_connection_monitor_v5_id str
connectionId This property is required. String
enterpriseVpnConnectionMonitorV5Id String

Outputs

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

DestinationIp string
Id string
The provider-assigned unique ID for this managed resource.
Region string
SourceIp string
Status string
DestinationIp string
Id string
The provider-assigned unique ID for this managed resource.
Region string
SourceIp string
Status string
destinationIp String
id String
The provider-assigned unique ID for this managed resource.
region String
sourceIp String
status String
destinationIp string
id string
The provider-assigned unique ID for this managed resource.
region string
sourceIp string
status string
destination_ip str
id str
The provider-assigned unique ID for this managed resource.
region str
source_ip str
status str
destinationIp String
id String
The provider-assigned unique ID for this managed resource.
region String
sourceIp String
status String

Look up Existing EnterpriseVpnConnectionMonitorV5 Resource

Get an existing EnterpriseVpnConnectionMonitorV5 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?: EnterpriseVpnConnectionMonitorV5State, opts?: CustomResourceOptions): EnterpriseVpnConnectionMonitorV5
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        connection_id: Optional[str] = None,
        destination_ip: Optional[str] = None,
        enterprise_vpn_connection_monitor_v5_id: Optional[str] = None,
        region: Optional[str] = None,
        source_ip: Optional[str] = None,
        status: Optional[str] = None) -> EnterpriseVpnConnectionMonitorV5
func GetEnterpriseVpnConnectionMonitorV5(ctx *Context, name string, id IDInput, state *EnterpriseVpnConnectionMonitorV5State, opts ...ResourceOption) (*EnterpriseVpnConnectionMonitorV5, error)
public static EnterpriseVpnConnectionMonitorV5 Get(string name, Input<string> id, EnterpriseVpnConnectionMonitorV5State? state, CustomResourceOptions? opts = null)
public static EnterpriseVpnConnectionMonitorV5 get(String name, Output<String> id, EnterpriseVpnConnectionMonitorV5State state, CustomResourceOptions options)
resources:  _:    type: opentelekomcloud:EnterpriseVpnConnectionMonitorV5    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.

Package Details

Repository
opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
License
Notes
This Pulumi package is based on the opentelekomcloud Terraform Provider.