Skip to content

Commit 64fe3b4

Browse files
1 parent bc26e0d commit 64fe3b4

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/CloudKMS/SingleTenantHsmInstance.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ class SingleTenantHsmInstance extends \Google\Model
8282
* @var string
8383
*/
8484
public $disableTime;
85+
/**
86+
* Optional. Immutable. Indicates whether key portability is enabled for the
87+
* SingleTenantHsmInstance. This can only be set at creation time. Key
88+
* portability features are disabled by default and not yet available in GA.
89+
*
90+
* @var bool
91+
*/
92+
public $keyPortabilityEnabled;
8593
/**
8694
* Identifier. The resource name for this SingleTenantHsmInstance in the
8795
* format `projects/locations/singleTenantHsmInstances`.
@@ -158,6 +166,24 @@ public function getDisableTime()
158166
{
159167
return $this->disableTime;
160168
}
169+
/**
170+
* Optional. Immutable. Indicates whether key portability is enabled for the
171+
* SingleTenantHsmInstance. This can only be set at creation time. Key
172+
* portability features are disabled by default and not yet available in GA.
173+
*
174+
* @param bool $keyPortabilityEnabled
175+
*/
176+
public function setKeyPortabilityEnabled($keyPortabilityEnabled)
177+
{
178+
$this->keyPortabilityEnabled = $keyPortabilityEnabled;
179+
}
180+
/**
181+
* @return bool
182+
*/
183+
public function getKeyPortabilityEnabled()
184+
{
185+
return $this->keyPortabilityEnabled;
186+
}
161187
/**
162188
* Identifier. The resource name for this SingleTenantHsmInstance in the
163189
* format `projects/locations/singleTenantHsmInstances`.

0 commit comments

Comments
 (0)