BgpIp

class BgpIp : KotlinCustomResource

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>

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

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

Link copied to clipboard
val ip: Output<String>

The IP address.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceGroupId: Output<String>?

The ID of the resource group.

Link copied to clipboard
val status: Output<String>

The current state of the IP address. Valid Value: normal, hole_begin.

Link copied to clipboard
val urn: Output<String>