class UpdateClusterRequest extends Model (View source)

Properties

string $clusterId
string $name
string $projectId
protected $updateType
protected $updateDataType
string $zone

Methods

setClusterId($clusterId)

No description

string
getClusterId()

No description

setName($name)

No description

string
getName()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setUpdate(ClusterUpdate $update)

No description

getUpdate()

No description

setZone($zone)

No description

string
getZone()

No description

Details

setClusterId($clusterId)

No description

Parameters

$clusterId

string getClusterId()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setUpdate(ClusterUpdate $update)

No description

Parameters

ClusterUpdate $update

ClusterUpdate getUpdate()

No description

Return Value

ClusterUpdate

setZone($zone)

No description

Parameters

$zone

string getZone()

No description

Return Value

string