class SqlIpConfig extends Collection (View source)

Properties

protected $collection_key
string $allocatedIpRange
protected $authorizedNetworksType
protected $authorizedNetworksDataType
bool $enableIpv4
string $privateNetwork
bool $requireSsl

Methods

setAllocatedIpRange($allocatedIpRange)

No description

string
getAllocatedIpRange()

No description

setAuthorizedNetworks($authorizedNetworks)

No description

getAuthorizedNetworks()

No description

setEnableIpv4($enableIpv4)

No description

bool
getEnableIpv4()

No description

setPrivateNetwork($privateNetwork)

No description

string
getPrivateNetwork()

No description

setRequireSsl($requireSsl)

No description

bool
getRequireSsl()

No description

Details

setAllocatedIpRange($allocatedIpRange)

No description

Parameters

$allocatedIpRange

string getAllocatedIpRange()

No description

Return Value

string

setAuthorizedNetworks($authorizedNetworks)

No description

Parameters

$authorizedNetworks

SqlAclEntry[] getAuthorizedNetworks()

No description

Return Value

SqlAclEntry[]

setEnableIpv4($enableIpv4)

No description

Parameters

$enableIpv4

bool getEnableIpv4()

No description

Return Value

bool

setPrivateNetwork($privateNetwork)

No description

Parameters

$privateNetwork

string getPrivateNetwork()

No description

Return Value

string

setRequireSsl($requireSsl)

No description

Parameters

$requireSsl

bool getRequireSsl()

No description

Return Value

bool