Skip to content

Commit

Permalink
Regenerate netapp client (#6111)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 21, 2025
1 parent f882c79 commit 1456a98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/NetAppFiles/MountOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class MountOption extends \Google\Model
* @var string
*/
public $instructions;
/**
* @var string
*/
public $ipAddress;
/**
* @var string
*/
Expand Down Expand Up @@ -78,6 +82,20 @@ public function getInstructions()
{
return $this->instructions;
}
/**
* @param string
*/
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
/**
* @return string
*/
public function getIpAddress()
{
return $this->ipAddress;
}
/**
* @param string
*/
Expand Down

0 comments on commit 1456a98

Please sign in to comment.