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 string
- The unique name of the resource.
- args EnterpriseVpnConnectionMonitorV5Args
- 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 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 string
- The unique name of the resource.
- args EnterpriseVpnConnectionMonitorV5Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnterpriseVpnConnectionMonitorV5Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
example, err := opentelekomcloud.NewEnterpriseVpnConnectionMonitorV5(ctx, "enterpriseVpnConnectionMonitorV5Resource", &opentelekomcloud.EnterpriseVpnConnectionMonitorV5Args{
ConnectionId: pulumi.String("string"),
EnterpriseVpnConnectionMonitorV5Id: pulumi.String("string"),
})
var enterpriseVpnConnectionMonitorV5Resource = new EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource", EnterpriseVpnConnectionMonitorV5Args.builder()
.connectionId("string")
.enterpriseVpnConnectionMonitorV5Id("string")
.build());
enterprise_vpn_connection_monitor_v5_resource = opentelekomcloud.EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource",
connection_id="string",
enterprise_vpn_connection_monitor_v5_id="string")
const enterpriseVpnConnectionMonitorV5Resource = new opentelekomcloud.EnterpriseVpnConnectionMonitorV5("enterpriseVpnConnectionMonitorV5Resource", {
connectionId: "string",
enterpriseVpnConnectionMonitorV5Id: "string",
});
type: opentelekomcloud:EnterpriseVpnConnectionMonitorV5
properties:
connectionId: string
enterpriseVpnConnectionMonitorV5Id: string
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:
- Connection
Id string - Enterprise
Vpn stringConnection Monitor V5Id
- Connection
Id string - Enterprise
Vpn stringConnection Monitor V5Id
- connection
Id String - enterprise
Vpn StringConnection Monitor V5Id
- connection
Id string - enterprise
Vpn stringConnection Monitor V5Id
- connection
Id String - enterprise
Vpn StringConnection Monitor V5Id
Outputs
All input properties are implicitly available as output properties. Additionally, the EnterpriseVpnConnectionMonitorV5 resource produces the following output properties:
- Destination
Ip string - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Source
Ip string - Status string
- Destination
Ip string - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Source
Ip string - Status string
- destination
Ip String - id String
- The provider-assigned unique ID for this managed resource.
- region String
- source
Ip String - status String
- destination
Ip string - id string
- The provider-assigned unique ID for this managed resource.
- region string
- source
Ip string - status string
- destination_
ip str - id str
- The provider-assigned unique ID for this managed resource.
- region str
- source_
ip str - status str
- destination
Ip String - id String
- The provider-assigned unique ID for this managed resource.
- region String
- source
Ip 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
- 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.
- Connection
Id string - Destination
Ip string - Enterprise
Vpn stringConnection Monitor V5Id - Region string
- Source
Ip string - Status string
- Connection
Id string - Destination
Ip string - Enterprise
Vpn stringConnection Monitor V5Id - Region string
- Source
Ip string - Status string
- connection
Id String - destination
Ip String - enterprise
Vpn StringConnection Monitor V5Id - region String
- source
Ip String - status String
- connection
Id string - destination
Ip string - enterprise
Vpn stringConnection Monitor V5Id - region string
- source
Ip string - status string
- connection_
id str - destination_
ip str - enterprise_
vpn_ strconnection_ monitor_ v5_ id - region str
- source_
ip str - status str
- connection
Id String - destination
Ip String - enterprise
Vpn StringConnection Monitor V5Id - region String
- source
Ip String - status String
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloud
Terraform Provider.