GetNetworkPeeringResult

data class GetNetworkPeeringResult(val exportCustomRoutes: Boolean, val exportSubnetRoutesWithPublicIp: Boolean, val id: String, val importCustomRoutes: Boolean, val importSubnetRoutesWithPublicIp: Boolean, val name: String, val network: String, val peerNetwork: String, val stackType: String, val state: String, val stateDetails: String)

A collection of values returned by getNetworkPeering.

Constructors

Link copied to clipboard
constructor(exportCustomRoutes: Boolean, exportSubnetRoutesWithPublicIp: Boolean, id: String, importCustomRoutes: Boolean, importSubnetRoutesWithPublicIp: Boolean, name: String, network: String, peerNetwork: String, stackType: String, state: String, stateDetails: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard