Documentation
¶
Overview ¶
Package ec2mssqlhosts contains methods related to Ec2MssqlHosts
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ec2MssqlHostsV1 ¶
type Ec2MssqlHostsV1 struct {
// contains filtered or unexported fields
}
Ec2MssqlHostsV1 represents a custom type struct
func (*Ec2MssqlHostsV1) ListEc2MssqlHosts ¶
func (e *Ec2MssqlHostsV1) ListEc2MssqlHosts( limit *int64, start *string, filter *string, embed *string) ( *models.ListEC2MSSQLInvHostsResponse, *apiutils.APIError)
ListEc2MssqlHosts Returns a list of EC2 MSSQL hosts
func (*Ec2MssqlHostsV1) ReadEc2MssqlHost ¶
func (e *Ec2MssqlHostsV1) ReadEc2MssqlHost( hostId string) ( *models.ReadEC2MSSQLInvHostResponse, *apiutils.APIError)
ReadEc2MssqlHost Returns a representation of the specified host.
type Ec2MssqlHostsV1Client ¶
type Ec2MssqlHostsV1Client interface { // ListEc2MssqlHosts Returns a list of EC2 MSSQL hosts ListEc2MssqlHosts( limit *int64, start *string, filter *string, embed *string) ( *models.ListEC2MSSQLInvHostsResponse, *apiutils.APIError) // ReadEc2MssqlHost Returns a representation of the specified host. ReadEc2MssqlHost( hostId string) ( *models.ReadEC2MSSQLInvHostResponse, *apiutils.APIError) }
Ec2MssqlHostsV1Client represents a custom type interface
func NewEc2MssqlHostsV1 ¶
func NewEc2MssqlHostsV1(config config.Config) Ec2MssqlHostsV1Client
NewEc2MssqlHostsV1 returns Ec2MssqlHostsV1Client
Click to show internal directories.
Click to hide internal directories.