BgpIpArgs

data class BgpIpArgs(val instanceId: Output<String>? = null, val ip: Output<String>? = null, val resourceGroupId: Output<String>? = null) : ConvertibleToJava<BgpIpArgs>

Provides a Ddos Bgp Ip resource. For information about Ddos Bgp Ip and how to use it, see What is Ip.

NOTE: Available since v1.180.0.

Example Usage

Basic Usage No Java example available.

Import

Ddos Bgp Ip can be imported using the id, e.g.

$ pulumi import alicloud:ddos/bgpIp:BgpIp example <instance_id>:<ip>

Constructors

Link copied to clipboard
fun BgpIpArgs(instanceId: Output<String>? = null, ip: Output<String>? = null, resourceGroupId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BgpIpArgs

Properties

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of the native protection enterprise instance to be operated.

Link copied to clipboard
val ip: Output<String>? = null

The IP address.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

The ID of the resource group.