Get Spoke Result
data class GetSpokeResult(val createTime: String, val description: String, val hub: String, val labels: Map<String, String>, val linkedInterconnectAttachments: LinkedInterconnectAttachmentsResponse, val linkedRouterApplianceInstances: LinkedRouterApplianceInstancesResponse, val linkedVpnTunnels: LinkedVpnTunnelsResponse, val name: String, val state: String, val uniqueId: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, hub: String, labels: Map<String, String>, linkedInterconnectAttachments: LinkedInterconnectAttachmentsResponse, linkedRouterApplianceInstances: LinkedRouterApplianceInstancesResponse, linkedVpnTunnels: LinkedVpnTunnelsResponse, name: String, state: String, uniqueId: String, updateTime: String)
Properties
Link copied to clipboard
The time the spoke was created.
Link copied to clipboard
An optional description of the spoke.
Link copied to clipboard
VLAN attachments that are associated with the spoke.
Link copied to clipboard
Router appliance instances that are associated with the spoke.
Link copied to clipboard
VPN tunnels that are associated with the spoke.
Link copied to clipboard
The time the spoke was last updated.