class SqlServerConnectionProfile extends Model (View source)

Properties

protected $backupsType
protected $backupsDataType
string $cloudSqlId
protected $forwardSshConnectivityType
protected $forwardSshConnectivityDataType
string $host
string $password
bool $passwordSet
int $port
protected $privateConnectivityType
protected $privateConnectivityDataType
protected $privateServiceConnectConnectivityType
protected $privateServiceConnectConnectivityDataType
protected $sslType
protected $sslDataType
protected $staticIpConnectivityType
protected $staticIpConnectivityDataType
string $username

Methods

setBackups(SqlServerBackups $backups)

No description

getBackups()

No description

setCloudSqlId($cloudSqlId)

No description

string
getCloudSqlId()

No description

setForwardSshConnectivity(ForwardSshTunnelConnectivity $forwardSshConnectivity)

No description

setHost($host)

No description

string
getHost()

No description

setPassword($password)

No description

string
getPassword()

No description

setPasswordSet($passwordSet)

No description

bool
getPasswordSet()

No description

setPort($port)

No description

int
getPort()

No description

setPrivateConnectivity(PrivateConnectivity $privateConnectivity)

No description

setPrivateServiceConnectConnectivity(PrivateServiceConnectConnectivity $privateServiceConnectConnectivity)

No description

setSsl(SslConfig $ssl)

No description

getSsl()

No description

setStaticIpConnectivity(StaticIpConnectivity $staticIpConnectivity)

No description

setUsername($username)

No description

string
getUsername()

No description

Details

setBackups(SqlServerBackups $backups)

No description

Parameters

SqlServerBackups $backups

SqlServerBackups getBackups()

No description

Return Value

SqlServerBackups

setCloudSqlId($cloudSqlId)

No description

Parameters

$cloudSqlId

string getCloudSqlId()

No description

Return Value

string

setForwardSshConnectivity(ForwardSshTunnelConnectivity $forwardSshConnectivity)

No description

Parameters

ForwardSshTunnelConnectivity $forwardSshConnectivity

ForwardSshTunnelConnectivity getForwardSshConnectivity()

No description

setHost($host)

No description

Parameters

$host

string getHost()

No description

Return Value

string

setPassword($password)

No description

Parameters

$password

string getPassword()

No description

Return Value

string

setPasswordSet($passwordSet)

No description

Parameters

$passwordSet

bool getPasswordSet()

No description

Return Value

bool

setPort($port)

No description

Parameters

$port

int getPort()

No description

Return Value

int

setPrivateConnectivity(PrivateConnectivity $privateConnectivity)

No description

Parameters

PrivateConnectivity $privateConnectivity

PrivateConnectivity getPrivateConnectivity()

No description

Return Value

PrivateConnectivity

setPrivateServiceConnectConnectivity(PrivateServiceConnectConnectivity $privateServiceConnectConnectivity)

No description

Parameters

PrivateServiceConnectConnectivity $privateServiceConnectConnectivity

PrivateServiceConnectConnectivity getPrivateServiceConnectConnectivity()

No description

setSsl(SslConfig $ssl)

No description

Parameters

SslConfig $ssl

SslConfig getSsl()

No description

Return Value

SslConfig

setStaticIpConnectivity(StaticIpConnectivity $staticIpConnectivity)

No description

Parameters

StaticIpConnectivity $staticIpConnectivity

StaticIpConnectivity getStaticIpConnectivity()

No description

Return Value

StaticIpConnectivity

setUsername($username)

No description

Parameters

$username

string getUsername()

No description

Return Value

string