Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AvailabilityDomain string `toml:"availability_domain"`
CompartmentId string `toml:"compartment_id"`
SubnetID string `toml:"subnet_id"`
NsgID string `toml:"network_security_group_id"`
TenancyID string `toml:"tenancy_id"`
UserID string `toml:"user_id"`
Region string `toml:"region"`
Fingerprint string `toml:"fingerprint"`
PrivateKeyPath string `toml:"private_key_path"`
PrivateKeyPassword string `toml:"private_key_password"`
}
func (*Config) GetPrivateKey ¶
Click to show internal directories.
Click to hide internal directories.