Class: Google::Apis::CloudkmsV1::DisableSingleTenantHsmInstance
- Inherits:
-
Object
- Object
- Google::Apis::CloudkmsV1::DisableSingleTenantHsmInstance
- 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
Disable the SingleTenantHsmInstance. The SingleTenantHsmInstance must be in the ACTIVE state to perform this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisableSingleTenantHsmInstance
constructor
A new instance of DisableSingleTenantHsmInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisableSingleTenantHsmInstance
Returns a new instance of DisableSingleTenantHsmInstance.
1287 1288 1289 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 1287 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1292 1293 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 1292 def update!(**args) end |