Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectToSourcePostgreSqlSyncTasksClient ¶
type ConnectToSourcePostgreSqlSyncTasksClient struct {
Client *resourcemanager.Client
}
func NewConnectToSourcePostgreSqlSyncTasksClientWithBaseURI ¶
func NewConnectToSourcePostgreSqlSyncTasksClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectToSourcePostgreSqlSyncTasksClient, error)
type ConnectionInfo ¶
type ConnectionInfo interface { }
type PostgreSqlConnectionInfo ¶
type PostgreSqlConnectionInfo struct { DatabaseName *string `json:"databaseName,omitempty"` Port int64 `json:"port"` ServerName string `json:"serverName"` // Fields inherited from ConnectionInfo Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` }
func (PostgreSqlConnectionInfo) MarshalJSON ¶
func (s PostgreSqlConnectionInfo) MarshalJSON() ([]byte, error)
type RawConnectionInfoImpl ¶
RawConnectionInfoImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
Click to show internal directories.
Click to hide internal directories.