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.
43 'subnet_mask':
'subnet_mask'
46 def __init__(self, gateway=None, ip_addr=None, status=None, subnet=None, subnet_mask=None):
47 """InlineResponse200 - a model defined in Swagger"""
54 if gateway
is not None:
56 if ip_addr
is not None:
58 if status
is not None:
60 if subnet
is not None:
62 if subnet_mask
is not None:
67 """Gets the gateway of this InlineResponse200. # noqa: E501
69 The gateway for this subnet # noqa: E501
71 :return: The gateway of this InlineResponse200. # noqa: E501
78 """Sets the gateway of this InlineResponse200.
80 The gateway for this subnet # noqa: E501
82 :param gateway: The gateway of this InlineResponse200. # noqa: E501
90 """Gets the ip_addr of this InlineResponse200. # noqa: E501
92 the ip address... # noqa: E501
94 :return: The ip_addr of this InlineResponse200. # noqa: E501
101 """Sets the ip_addr of this InlineResponse200.
103 the ip address... # noqa: E501
105 :param ip_addr: The ip_addr of this InlineResponse200. # noqa: E501
113 """Gets the status of this InlineResponse200. # noqa: E501
115 status of this ip addrs # noqa: E501
117 :return: The status of this InlineResponse200. # noqa: E501
124 """Sets the status of this InlineResponse200.
126 status of this ip addrs # noqa: E501
128 :param status: The status of this InlineResponse200. # noqa: E501
136 """Gets the subnet of this InlineResponse200. # noqa: E501
138 subnet this ip addres belongs to # noqa: E501
140 :return: The subnet of this InlineResponse200. # noqa: E501
147 """Sets the subnet of this InlineResponse200.
149 subnet this ip addres belongs to # noqa: E501
151 :param subnet: The subnet of this InlineResponse200. # noqa: E501
159 """Gets the subnet_mask of this InlineResponse200. # noqa: E501
161 The subnetmask for this subnet # noqa: E501
163 :return: The subnet_mask of this InlineResponse200. # noqa: E501
170 """Sets the subnet_mask of this InlineResponse200.
172 The subnetmask for this subnet # noqa: E501
174 :param subnet_mask: The subnet_mask of this InlineResponse200. # 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(InlineResponse200, 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, InlineResponse200):
220 return self.
__dict____dict__ == other.__dict__
223 """Returns true if both objects are not equal"""
224 return not self == other
def gateway(self, gateway)
def subnet_mask(self, subnet_mask)
def __init__(self, gateway=None, ip_addr=None, status=None, subnet=None, subnet_mask=None)
def ip_addr(self, ip_addr)