Get Spoke Result
data class GetSpokeResult(val createTime: String, val description: String, val hub: String, val labels: Map<String, String>, val linkedInterconnectAttachments: List<String>, val linkedRouterApplianceInstances: List<RouterApplianceInstanceResponse>, val linkedVpnTunnels: List<String>, 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: List<String>, linkedRouterApplianceInstances: List<RouterApplianceInstanceResponse>, linkedVpnTunnels: List<String>, name: String, state: String, uniqueId: String, updateTime: String)
Properties
Link copied to clipboard
The time when the Spoke was created.
Link copied to clipboard
Short description of the spoke resource
Link copied to clipboard
The URIs of linked interconnect attachment resources
Link copied to clipboard
The URIs of linked Router appliance resources
Link copied to clipboard
The URIs of linked VPN tunnel resources
Link copied to clipboard
The time when the Spoke was updated.