Package com.exoscale.sdk.model
Class CreateVpcRequest
java.lang.Object
com.exoscale.sdk.model.CreateVpcRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateVpcRequest
extends Object
CreateVpcRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanReturn true if this create_vpc_request object is equal to o.VPC descriptionGet labelsgetName()VPC nameinthashCode()putLabelsItem(String key, String labelsItem) voidsetDescription(String description) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
-
Constructor Details
-
CreateVpcRequest
public CreateVpcRequest()
-
-
Method Details
-
name
-
getName
VPC name- Returns:
- name
-
setName
-
description
-
getDescription
VPC description- Returns:
- description
-
setDescription
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
Return true if this create_vpc_request 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
-