File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments