Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudInstance ¶
type CloudInstance struct {
Name string
Type string
Provider CloudProvider
AcceleratorProtocol string
Interfaces []NetworkInterface
Topology string
}
type CloudProvider ¶ added in v0.5.0
type CloudProvider string
CloudProvider represents the type of cloud provider.
const ( CloudProviderGCE CloudProvider = "GCE" CloudProviderAWS CloudProvider = "AWS" CloudProviderAzure CloudProvider = "Azure" )
Click to show internal directories.
Click to hide internal directories.