Skip to content

Commit f3e137a

Browse files
1 parent cbc03fa commit f3e137a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/NetAppFiles/LocationMetadata.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
class LocationMetadata extends \Google\Collection
2121
{
2222
protected $collection_key = 'supportedServiceLevels';
23+
/**
24+
* Output only. Indicates if the location has ONTAP Proxy support.
25+
*
26+
* @var bool
27+
*/
28+
public $hasOntapProxy;
2329
/**
2430
* Output only. Indicates if the location has VCP support.
2531
*
@@ -39,6 +45,22 @@ class LocationMetadata extends \Google\Collection
3945
*/
4046
public $supportedServiceLevels;
4147

48+
/**
49+
* Output only. Indicates if the location has ONTAP Proxy support.
50+
*
51+
* @param bool $hasOntapProxy
52+
*/
53+
public function setHasOntapProxy($hasOntapProxy)
54+
{
55+
$this->hasOntapProxy = $hasOntapProxy;
56+
}
57+
/**
58+
* @return bool
59+
*/
60+
public function getHasOntapProxy()
61+
{
62+
return $this->hasOntapProxy;
63+
}
4264
/**
4365
* Output only. Indicates if the location has VCP support.
4466
*

0 commit comments

Comments
 (0)