GetStaticIpsResult

data class GetStaticIpsResult(val id: String, val location: String, val project: String? = null, val staticIps: List<String>)

A collection of values returned by getStaticIps.

Constructors

Link copied to clipboard
constructor(id: String, location: String, project: String? = null, staticIps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard

A list of static IP addresses that Datastream will connect from.