GetLocalGatewayRouteResult

data class GetLocalGatewayRouteResult(val localGatewayVirtualInterfaceGroupId: String? = null, val networkInterfaceId: String? = null, val state: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(localGatewayVirtualInterfaceGroupId: String? = null, networkInterfaceId: String? = null, state: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the virtual interface group.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard
val state: String? = null

The state of the route.

Link copied to clipboard
val type: String? = null

The route type.