lib/ionoscloud/models/resource_properties.rb in ionoscloud-6.0.0.beta.3 vs lib/ionoscloud/models/resource_properties.rb in ionoscloud-6.0.0.beta.4
- old
+ new
@@ -1,14 +1,14 @@
=begin
#CLOUD API
-#An enterprise-grade Infrastructure is provided as a Service (IaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
+#IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
-The version of the OpenAPI document: 6.0-SDK.1
+The version of the OpenAPI document: 6.0-SDK.3
Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 5.0.1-SNAPSHOT
+OpenAPI Generator version: 5.2.1-SNAPSHOT
=end
require 'date'
require 'time'
@@ -16,11 +16,11 @@
module Ionoscloud
class ResourceProperties
# name of the resource
attr_accessor :name
- # Boolean value representing if the resource is multi factor protected or not e.g. using two factor protection. Currently only Data Centers and Snapshots are allowed to be multi factor protected, The value of attribute if null is intentional and it means that the resource doesn't support multi factor protection at all.
+ # Boolean value representing if the resource is multi factor protected or not e.g. using two factor protection. Currently only data centers and Snapshots are allowed to be multi factor protected, The value of attribute if null is intentional and it means that the resource doesn't support multi factor protection at all.
attr_accessor :sec_auth_protection
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{
@@ -221,7 +221,9 @@
value.to_hash
else
value
end
end
+
end
+
end