Class: Google::Apis::CloudkmsV1::RefreshSingleTenantHsmInstance
- Inherits:
-
Object
- Object
- Google::Apis::CloudkmsV1::RefreshSingleTenantHsmInstance
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudkms_v1/classes.rb,
lib/google/apis/cloudkms_v1/representations.rb,
lib/google/apis/cloudkms_v1/representations.rb
Overview
Refreshes the SingleTenantHsmInstance. This operation must be performed periodically to keep the SingleTenantHsmInstance active. This operation must be performed before unrefreshed_duration_until_disable has passed. The SingleTenantHsmInstance must be in the ACTIVE state to perform this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RefreshSingleTenantHsmInstance
constructor
A new instance of RefreshSingleTenantHsmInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RefreshSingleTenantHsmInstance
Returns a new instance of RefreshSingleTenantHsmInstance.
3376 3377 3378 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 3376 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3381 3382 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 3381 def update!(**args) end |