Documentation
¶
Index ¶
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewUpdateCmd() *cobra.Command
- type CreateElasticIPOperation
- type DeleteElasticIPOperation
- type ElasticIP
- type ElasticIPs
- type GetElasticIPOperation
- type ListElasticIPsOperation
- type UpdateElasticIPOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewDeleteCmd ¶
func NewListCmd ¶
func NewUpdateCmd ¶
Types ¶
type CreateElasticIPOperation ¶
type CreateElasticIPOperation struct{}
type DeleteElasticIPOperation ¶
type DeleteElasticIPOperation struct{}
type ElasticIP ¶
type ElasticIP struct {
components.ElasticIPData
}
ElasticIP wraps a single SDK ElasticIPData so it can be rendered.
func (*ElasticIP) GetData ¶
func (m *ElasticIP) GetData() []renderer.ResponseData
type ElasticIPs ¶
type ElasticIPs struct {
Data []*ElasticIP
}
ElasticIPs is the collection wrapper rendered by `elastic-ips list`.
func (*ElasticIPs) GetData ¶
func (m *ElasticIPs) GetData() []renderer.ResponseData
type GetElasticIPOperation ¶
type GetElasticIPOperation struct{}
type ListElasticIPsOperation ¶
type ListElasticIPsOperation struct{}
type UpdateElasticIPOperation ¶
type UpdateElasticIPOperation struct{}
Click to show internal directories.
Click to hide internal directories.