4 cloudFPGA Resource Manager API
6 No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
8 OpenAPI spec version: 0.8
10 Generated by: https://github.com/swagger-api/swagger-codegen.git
19 """NOTE: This class is auto generated by the swagger code generator program.
21 Do not edit the class manually.
25 swagger_types (dict): The key is attribute name
26 and the value is attribute type.
27 attribute_map (dict): The key is attribute name
28 and the value is json key in definition.
35 'new_runlevel':
'new_runlevel'
39 """InstanceIdRunlevelBody - a model defined in Swagger"""
46 """Gets the new_runlevel of this InstanceIdRunlevelBody. # noqa: E501
49 :return: The new_runlevel of this InstanceIdRunlevelBody. # noqa: E501
56 """Sets the new_runlevel of this InstanceIdRunlevelBody.
59 :param new_runlevel: The new_runlevel of this InstanceIdRunlevelBody. # noqa: E501
62 if new_runlevel
is None:
63 raise ValueError(
"Invalid value for `new_runlevel`, must not be `None`")
68 """Returns the model properties as a dict"""
71 for attr, _
in six.iteritems(self.
swagger_typesswagger_types):
72 value = getattr(self, attr)
73 if isinstance(value, list):
74 result[attr] = list(map(
75 lambda x: x.to_dict()
if hasattr(x,
"to_dict")
else x,
78 elif hasattr(value,
"to_dict"):
79 result[attr] = value.to_dict()
80 elif isinstance(value, dict):
81 result[attr] = dict(map(
82 lambda item: (item[0], item[1].
to_dict())
83 if hasattr(item[1],
"to_dict")
else item,
88 if issubclass(InstanceIdRunlevelBody, dict):
89 for key, value
in self.items():
95 """Returns the string representation of the model"""
96 return pprint.pformat(self.
to_dictto_dict())
99 """For `print` and `pprint`"""
100 return self.
to_strto_str()
103 """Returns true if both objects are equal"""
104 if not isinstance(other, InstanceIdRunlevelBody):
107 return self.
__dict____dict__ == other.__dict__
110 """Returns true if both objects are not equal"""
111 return not self == other
def new_runlevel(self, new_runlevel)
def __init__(self, new_runlevel=None)