class GoogleCloudApigeeV1TargetServerConfig extends Model (View source)

Properties

bool $enabled
string $host
string $name
int $port
string $protocol
protected $tlsInfoType
protected $tlsInfoDataType

Methods

setEnabled($enabled)

No description

bool
getEnabled()

No description

setHost($host)

No description

string
getHost()

No description

setName($name)

No description

string
getName()

No description

setPort($port)

No description

int
getPort()

No description

setProtocol($protocol)

No description

string
getProtocol()

No description

setTlsInfo(GoogleCloudApigeeV1TlsInfoConfig $tlsInfo)

No description

Details

setEnabled($enabled)

No description

Parameters

$enabled

bool getEnabled()

No description

Return Value

bool

setHost($host)

No description

Parameters

$host

string getHost()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPort($port)

No description

Parameters

$port

int getPort()

No description

Return Value

int

setProtocol($protocol)

No description

Parameters

$protocol

string getProtocol()

No description

Return Value

string

setTlsInfo(GoogleCloudApigeeV1TlsInfoConfig $tlsInfo)

No description

Parameters

GoogleCloudApigeeV1TlsInfoConfig $tlsInfo