Uses of Class
com.exoscale.sdk.model.DeployTarget.TypeEnum
-
Packages that use DeployTarget.TypeEnum Package Description com.exoscale.sdk.model -
-
Uses of DeployTarget.TypeEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DeployTarget.TypeEnum Modifier and Type Method Description static DeployTarget.TypeEnum
DeployTarget.TypeEnum. fromValue(String value)
DeployTarget.TypeEnum
DeployTarget. getType()
Deploy Target typestatic DeployTarget.TypeEnum
DeployTarget.TypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployTarget.TypeEnum[]
DeployTarget.TypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type DeployTarget.TypeEnum Modifier and Type Method Description void
DeployTarget. setType(DeployTarget.TypeEnum type)
DeployTarget
DeployTarget. type(DeployTarget.TypeEnum type)
-