class GenericXdsConfig extends Model (View source)

Properties

string $clientStatus
string $configStatus
protected $errorStateType
protected $errorStateDataType
bool $isStaticResource
string $lastUpdated
string $name
string $typeUrl
string $versionInfo
array[] $xdsConfig

Methods

setClientStatus($clientStatus)

No description

string
getClientStatus()

No description

setConfigStatus($configStatus)

No description

string
getConfigStatus()

No description

setErrorState(UpdateFailureState $errorState)

No description

setIsStaticResource($isStaticResource)

No description

bool
getIsStaticResource()

No description

setLastUpdated($lastUpdated)

No description

string
getLastUpdated()

No description

setName($name)

No description

string
getName()

No description

setTypeUrl($typeUrl)

No description

string
getTypeUrl()

No description

setVersionInfo($versionInfo)

No description

string
getVersionInfo()

No description

setXdsConfig($xdsConfig)

No description

array[]
getXdsConfig()

No description

Details

setClientStatus($clientStatus)

No description

Parameters

$clientStatus

string getClientStatus()

No description

Return Value

string

setConfigStatus($configStatus)

No description

Parameters

$configStatus

string getConfigStatus()

No description

Return Value

string

setErrorState(UpdateFailureState $errorState)

No description

Parameters

UpdateFailureState $errorState

UpdateFailureState getErrorState()

No description

Return Value

UpdateFailureState

setIsStaticResource($isStaticResource)

No description

Parameters

$isStaticResource

bool getIsStaticResource()

No description

Return Value

bool

setLastUpdated($lastUpdated)

No description

Parameters

$lastUpdated

string getLastUpdated()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setTypeUrl($typeUrl)

No description

Parameters

$typeUrl

string getTypeUrl()

No description

Return Value

string

setVersionInfo($versionInfo)

No description

Parameters

$versionInfo

string getVersionInfo()

No description

Return Value

string

setXdsConfig($xdsConfig)

No description

Parameters

$xdsConfig

array[] getXdsConfig()

No description

Return Value

array[]