Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Firewall ¶
type Firewall struct { Model Config string `json:"connectionName"` VPCId string `json:"vNetId"` Description string `json:"description"` FirewallRules []FirewallRules `json:"firewallRules"` CspSecurityGroupId string `json:"cspSecurityGroupId"` // output CspSecurityGroupName string `json:"cspSecurityGroupName"` // output KeyValueList []KeyValue `json:"keyValueList"` // output }
type FirewallRules ¶
type Image ¶
type Image struct { Model Config string `json:"connectionName"` CspImageId string `json:"cspImageId"` CspImageName string `json:"cspImageName"` // output CreationDate string `json:"creationDate"` // output Description string `json:"description"` // GuestOS string `json:"guestOS"` // Status string `json:"status"` // output KeyValueList []KeyValue `json:"keyValueList"` // output }
type MCIS ¶
type Model ¶
type Model struct { Name string `json:"name"` // contains filtered or unexported fields }
type NS ¶
type SSHKey ¶
type Spec ¶
type VPC ¶
type VPC struct { Model Config string `json:"connectionName"` CidrBlock string `json:"cidrBlock"` Subnets []Subnet `json:"subnetInfoList"` Description string `json:"description"` CspVNetId string `json:"cspVNetId"` // output CspVNetName string `json:"cspVNetName"` // output Status string `json:"status"` // output KeyValueList []KeyValue `json:"keyValueList"` // output }
Click to show internal directories.
Click to hide internal directories.