Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RDSInstance ¶
type RDSInstance struct { base.Instance Database string `sql:"size(255)"` Username string `sql:"size(255)"` Password string `sql:"size(255)"` Salt string `sql:"size(255)"` ClearPassword string `sql:"-"` Tags map[string]string `sql:"-"` DbSubnetGroup string `sql:"-"` AllocatedStorage int64 `sql:"-"` SecGroup string `sql:"-"` Adapter string `sql:"size(255)"` DbType string `sql:"size(255)"` }
RDSInstance represents the information of a RDS Service instance.
func (*RDSInstance) FormatName ¶
func (i *RDSInstance) FormatName() string
type RDSOptions ¶
type RDSOptions struct {
AllocatedStorage int64 `json:"storage"`
}
Click to show internal directories.
Click to hide internal directories.