GetBasicAccelerateIpsResult

data class GetBasicAccelerateIpsResult(val accelerateIpAddress: String? = null, val accelerateIpId: String? = null, val id: String, val ids: List<String>, val ipSetId: String, val ips: List<GetBasicAccelerateIpsIp>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getBasicAccelerateIps.

Constructors

Link copied to clipboard
constructor(accelerateIpAddress: String? = null, accelerateIpId: String? = null, id: String, ids: List<String>, ipSetId: String, ips: List<GetBasicAccelerateIpsIp>, outputFile: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of the Basic Accelerate IP.

Link copied to clipboard
val accelerateIpId: String? = null

The id of the Basic Accelerate IP.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of Global Accelerator Basic Accelerate IPs. Each element contains the following attributes:

Link copied to clipboard

The ID of the Basic Ip Set.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the Basic Accelerate IP instance.