adminCluster = $adminCluster;
}
/**
* @return bool
*/
public function getAdminCluster()
{
return $this->adminCluster;
}
/**
* @param bool
*/
public function setClusterMissing($clusterMissing)
{
$this->clusterMissing = $clusterMissing;
}
/**
* @return bool
*/
public function getClusterMissing()
{
return $this->clusterMissing;
}
/**
* @param string
*/
public function setClusterType($clusterType)
{
$this->clusterType = $clusterType;
}
/**
* @return string
*/
public function getClusterType()
{
return $this->clusterType;
}
/**
* @param string
*/
public function setResourceLink($resourceLink)
{
$this->resourceLink = $resourceLink;
}
/**
* @return string
*/
public function getResourceLink()
{
return $this->resourceLink;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OnPremCluster::class, 'Google_Service_GKEHub_OnPremCluster');