class Connector extends Collection (View source)

Properties

protected $collection_key
string[] $connectedProjects
string $ipCidrRange
string $machineType
int $maxInstances
int $maxThroughput
int $minInstances
int $minThroughput
string $name
string $network
string $state
protected $subnetType
protected $subnetDataType

Methods

setConnectedProjects($connectedProjects)

No description

string[]
getConnectedProjects()

No description

setIpCidrRange($ipCidrRange)

No description

string
getIpCidrRange()

No description

setMachineType($machineType)

No description

string
getMachineType()

No description

setMaxInstances($maxInstances)

No description

int
getMaxInstances()

No description

setMaxThroughput($maxThroughput)

No description

int
getMaxThroughput()

No description

setMinInstances($minInstances)

No description

int
getMinInstances()

No description

setMinThroughput($minThroughput)

No description

int
getMinThroughput()

No description

setName($name)

No description

string
getName()

No description

setNetwork($network)

No description

string
getNetwork()

No description

setState($state)

No description

string
getState()

No description

setSubnet(Subnet $subnet)

No description

getSubnet()

No description

Details

setConnectedProjects($connectedProjects)

No description

Parameters

$connectedProjects

string[] getConnectedProjects()

No description

Return Value

string[]

setIpCidrRange($ipCidrRange)

No description

Parameters

$ipCidrRange

string getIpCidrRange()

No description

Return Value

string

setMachineType($machineType)

No description

Parameters

$machineType

string getMachineType()

No description

Return Value

string

setMaxInstances($maxInstances)

No description

Parameters

$maxInstances

int getMaxInstances()

No description

Return Value

int

setMaxThroughput($maxThroughput)

No description

Parameters

$maxThroughput

int getMaxThroughput()

No description

Return Value

int

setMinInstances($minInstances)

No description

Parameters

$minInstances

int getMinInstances()

No description

Return Value

int

setMinThroughput($minThroughput)

No description

Parameters

$minThroughput

int getMinThroughput()

No description

Return Value

int

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setNetwork($network)

No description

Parameters

$network

string getNetwork()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setSubnet(Subnet $subnet)

No description

Parameters

Subnet $subnet

Subnet getSubnet()

No description

Return Value

Subnet