Package com.exoscale.sdk.model
Class ElasticIp
java.lang.Object
com.exoscale.sdk.model.ElasticIp
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ElasticIp
extends Object
Elastic IP
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Elastic IP address family -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Return true if this elastic-ip object is equal to o.Elastic IP address familygetCidr()
Elastic IP cidrElastic IP descriptionGet healthcheckgetId()
Elastic IP IDgetIp()
Elastic IP addressGet labelsint
hashCode()
healthcheck
(ElasticIpHealthcheck healthcheck) putLabelsItem
(String key, String labelsItem) void
setDescription
(String description) void
setHealthcheck
(ElasticIpHealthcheck healthcheck) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IP
- See Also:
-
JSON_PROPERTY_ADDRESSFAMILY
- See Also:
-
JSON_PROPERTY_CIDR
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_HEALTHCHECK
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
-
Constructor Details
-
ElasticIp
public ElasticIp() -
ElasticIp
-
-
Method Details
-
getId
Elastic IP ID- Returns:
- id
-
getIp
Elastic IP address- Returns:
- ip
-
getAddressfamily
Elastic IP address family- Returns:
- addressfamily
-
getCidr
Elastic IP cidr- Returns:
- cidr
-
description
-
getDescription
Elastic IP description- Returns:
- description
-
setDescription
-
healthcheck
-
getHealthcheck
Get healthcheck- Returns:
- healthcheck
-
setHealthcheck
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
Return true if this elastic-ip object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-