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.
39 'image_id':
'image_id',
40 'image_ip':
'image_ip',
41 'instance_id':
'instance_id',
42 'slot_num':
'slot_num',
46 def __init__(self, image_id=None, image_ip=None, instance_id=None, slot_num=None, staus=None):
47 """InlineResponse2001 - a model defined in Swagger"""
54 if image_id
is not None:
56 if image_ip
is not None:
58 if instance_id
is not None:
60 if slot_num
is not None:
67 """Gets the image_id of this InlineResponse2001. # noqa: E501
69 Image unique identifier # noqa: E501
71 :return: The image_id of this InlineResponse2001. # noqa: E501
78 """Sets the image_id of this InlineResponse2001.
80 Image unique identifier # noqa: E501
82 :param image_id: The image_id of this InlineResponse2001. # noqa: E501
90 """Gets the image_ip of this InlineResponse2001. # noqa: E501
92 Ip Address of the SHELL # noqa: E501
94 :return: The image_ip of this InlineResponse2001. # noqa: E501
101 """Sets the image_ip of this InlineResponse2001.
103 Ip Address of the SHELL # noqa: E501
105 :param image_ip: The image_ip of this InlineResponse2001. # noqa: E501
113 """Gets the instance_id of this InlineResponse2001. # noqa: E501
115 ROLE instance unique identifier # noqa: E501
117 :return: The instance_id of this InlineResponse2001. # noqa: E501
124 """Sets the instance_id of this InlineResponse2001.
126 ROLE instance unique identifier # noqa: E501
128 :param instance_id: The instance_id of this InlineResponse2001. # noqa: E501
136 """Gets the slot_num of this InlineResponse2001. # noqa: E501
138 Number of the deployed slot # noqa: E501
140 :return: The slot_num of this InlineResponse2001. # noqa: E501
147 """Sets the slot_num of this InlineResponse2001.
149 Number of the deployed slot # noqa: E501
151 :param slot_num: The slot_num of this InlineResponse2001. # noqa: E501
159 """Gets the staus of this InlineResponse2001. # noqa: E501
161 Reports that the instance was sucessfull deployed. # noqa: E501
163 :return: The staus of this InlineResponse2001. # noqa: E501
170 """Sets the staus of this InlineResponse2001.
172 Reports that the instance was sucessfull deployed. # noqa: E501
174 :param staus: The staus of this InlineResponse2001. # noqa: E501
181 """Returns the model properties as a dict"""
184 for attr, _
in six.iteritems(self.
swagger_typesswagger_types):
185 value = getattr(self, attr)
186 if isinstance(value, list):
187 result[attr] = list(map(
188 lambda x: x.to_dict()
if hasattr(x,
"to_dict")
else x,
191 elif hasattr(value,
"to_dict"):
192 result[attr] = value.to_dict()
193 elif isinstance(value, dict):
194 result[attr] = dict(map(
195 lambda item: (item[0], item[1].
to_dict())
196 if hasattr(item[1],
"to_dict")
else item,
201 if issubclass(InlineResponse2001, dict):
202 for key, value
in self.items():
208 """Returns the string representation of the model"""
209 return pprint.pformat(self.
to_dictto_dict())
212 """For `print` and `pprint`"""
213 return self.
to_strto_str()
216 """Returns true if both objects are equal"""
217 if not isinstance(other, InlineResponse2001):
220 return self.
__dict____dict__ == other.__dict__
223 """Returns true if both objects are not equal"""
224 return not self == other
def slot_num(self, slot_num)
def image_ip(self, image_ip)
def instance_id(self, instance_id)
def image_id(self, image_id)
def __init__(self, image_id=None, image_ip=None, instance_id=None, slot_num=None, staus=None)