blueInstanceGroupUrls = $blueInstanceGroupUrls;
}
/**
* @return string[]
*/
public function getBlueInstanceGroupUrls()
{
return $this->blueInstanceGroupUrls;
}
/**
* @param string
*/
public function setBluePoolDeletionStartTime($bluePoolDeletionStartTime)
{
$this->bluePoolDeletionStartTime = $bluePoolDeletionStartTime;
}
/**
* @return string
*/
public function getBluePoolDeletionStartTime()
{
return $this->bluePoolDeletionStartTime;
}
/**
* @param string[]
*/
public function setGreenInstanceGroupUrls($greenInstanceGroupUrls)
{
$this->greenInstanceGroupUrls = $greenInstanceGroupUrls;
}
/**
* @return string[]
*/
public function getGreenInstanceGroupUrls()
{
return $this->greenInstanceGroupUrls;
}
/**
* @param string
*/
public function setGreenPoolVersion($greenPoolVersion)
{
$this->greenPoolVersion = $greenPoolVersion;
}
/**
* @return string
*/
public function getGreenPoolVersion()
{
return $this->greenPoolVersion;
}
/**
* @param string
*/
public function setPhase($phase)
{
$this->phase = $phase;
}
/**
* @return string
*/
public function getPhase()
{
return $this->phase;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BlueGreenInfo::class, 'Google_Service_Container_BlueGreenInfo');