Documentation
¶
Index ¶
- type AKS
- type AKSApplyOutput
- type AKSCommonOutput
- type BuildInstanceRequest
- type BuildInstanceResponse
- type DNSApplyOutput
- type DNSCommonOutput
- type GitData
- type MIApplyOutput
- type MICommonOutput
- type NATApplyOutput
- type NATCommonOutput
- type NPApplyOutput
- type NPCommonOutput
- type PIPApplyOutput
- type PIPCommonOutput
- type RGApplyOutput
- type RGCommonOutput
- type SubnetApplyOutput
- type SubnetCommonOutput
- type VNetApplyOutput
- type VNetCommonOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AKSApplyOutput ¶
type AKSCommonOutput ¶
type AKSCommonOutput struct {
Value string `json:"value"`
}
type BuildInstanceRequest ¶
type BuildInstanceResponse ¶
type BuildInstanceResponse struct {
RequestID string `json:"request_id"`
}
type DNSApplyOutput ¶
type DNSCommonOutput ¶
type DNSCommonOutput struct {
Value string `json:"value"`
}
type MIApplyOutput ¶
type MICommonOutput ¶
type MICommonOutput struct {
Value string `json:"value"`
}
type NATApplyOutput ¶
type NATCommonOutput ¶
type NATCommonOutput struct {
Value string `json:"value"`
}
type NPApplyOutput ¶
type NPCommonOutput ¶
type NPCommonOutput struct {
Value string `json:"value"`
}
type PIPApplyOutput ¶
type PIPCommonOutput ¶
type PIPCommonOutput struct {
Value string `json:"value"`
}
type RGApplyOutput ¶
type RGApplyOutput struct {
RGID string `json:"rg_id"`
}
type RGCommonOutput ¶
type RGCommonOutput struct {
Value string `json:"value"`
}
type SubnetApplyOutput ¶
type SubnetCommonOutput ¶
type SubnetCommonOutput struct {
Value string `json:"value"`
}
type VNetApplyOutput ¶
type VNetCommonOutput ¶
type VNetCommonOutput struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.