GetTunnelVirtualNetworkResult

data class GetTunnelVirtualNetworkResult(val accountId: String, val comment: String, val id: String, val isDefault: Boolean, val name: String)

A collection of values returned by getTunnelVirtualNetwork.

Constructors

Link copied to clipboard
constructor(accountId: String, comment: String, id: String, isDefault: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard

The Virtual Network Comment.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

If true, only include deleted virtual networks. If false, exclude deleted virtual networks. If empty, all virtual networks will be included.

Link copied to clipboard

The Virtual Network Name.