Documentation ¶
Index ¶
- type AvalibilityZone
- type BooleanValue
- type Certificate
- type CertificateConstruct
- type CertificateValue
- type EncryptionKey
- type EncryptionKeyValue
- type IntegerValue
- type KeyStruct
- type Network
- type NetworkName
- type OldCertificateValue
- type Resource
- type Secret
- type SecretValue
- type TileInstaller
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvalibilityZone ¶
type AvalibilityZone struct {
Name string `json:"name"`
}
type BooleanValue ¶
type BooleanValue struct {
Value bool `json:"value"`
}
type Certificate ¶
type CertificateConstruct ¶
type CertificateConstruct struct { Certificate Certificate `json:"certificate"` Name string `json:"name"` }
type CertificateValue ¶
type CertificateValue struct {
Value []CertificateConstruct `json:"value"`
}
type EncryptionKey ¶
type EncryptionKeyValue ¶
type EncryptionKeyValue struct {
Value []EncryptionKey `json:"value"`
}
type IntegerValue ¶
type IntegerValue struct {
Value int `json:"value"`
}
type Network ¶
type Network struct { SingletonAvalibilityZone AvalibilityZone `json:"singleton_availability_zone"` OtherAvailabilityZones []AvalibilityZone `json:"other_availability_zones"` Network NetworkName `json:"network"` ODBNetwork NetworkName `json:"service_network"` }
type NetworkName ¶
type NetworkName struct {
Name string `json:"name"`
}
type OldCertificateValue ¶
type OldCertificateValue struct {
Value Certificate `json:"value"`
}
type SecretValue ¶
type SecretValue struct {
Sec Secret `json:"value"`
}
type TileInstaller ¶
Click to show internal directories.
Click to hide internal directories.