GetServiceTagsResult

data class GetServiceTagsResult(val addressPrefixes: List<String>, val id: String, val ipv4Cidrs: List<String>, val ipv6Cidrs: List<String>, val location: String, val locationFilter: String? = null, val service: String)

A collection of values returned by getServiceTags.

Constructors

Link copied to clipboard
fun GetServiceTagsResult(addressPrefixes: List<String>, id: String, ipv4Cidrs: List<String>, ipv6Cidrs: List<String>, location: String, locationFilter: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of address prefixes for the service type (and optionally a specific region).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of IPv4 addresses for the service type (and optionally a specific region)

Link copied to clipboard

List of IPv6 addresses for the service type (and optionally a specific region)

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