Package com.exoscale.sdk.model
Class DbaasServiceThanos
java.lang.Object
com.exoscale.sdk.model.DbaasServiceThanos
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceThanos
extends Object
DbaasServiceThanos
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackupsItem
(DbaasServiceBackup backupsItem) addComponentsItem
(DbaasServiceThanosComponentsInner componentsItem) addIntegrationsItem
(DbaasIntegration integrationsItem) addNodeStatesItem
(DbaasNodeState nodeStatesItem) addNotificationsItem
(DbaasServiceNotification notificationsItem) backups
(List<DbaasServiceBackup> backups) components
(List<DbaasServiceThanosComponentsInner> components) connectionInfo
(DbaasServiceThanosConnectionInfo connectionInfo) createdAt
(OffsetDateTime createdAt) boolean
Return true if this dbaas-service-thanos object is equal to o.List of backups for the serviceService component information objectsGet connectionInfoService creation timestamp (ISO 8601)TODO UNIT disk space for data storage minimum: 0Service integrationsGet maintenancegetName()
Get nameNumber of service nodes in the active plan minimum: 0Number of CPUs for each node minimum: 0TODO UNIT of memory for each node minimum: 0State of individual service nodesService notificationsgetPlan()
Subscription planGet prometheusUrigetState()
Get stateService is protected against termination and powering offGet thanosSettingsgetType()
Get typeService last update timestamp (ISO 8601)getUri()
URI for connecting to the service (may be absent)service_uri parameterized into key-value pairsgetZone()
The zone where the service is runningint
hashCode()
integrations
(List<DbaasIntegration> integrations) maintenance
(DbaasServiceMaintenance maintenance) nodeCpuCount
(Long nodeCpuCount) nodeMemory
(Long nodeMemory) nodeStates
(List<DbaasNodeState> nodeStates) notifications
(List<DbaasServiceNotification> notifications) prometheusUri
(DbaasServiceMysqlPrometheusUri prometheusUri) void
setBackups
(List<DbaasServiceBackup> backups) void
setComponents
(List<DbaasServiceThanosComponentsInner> components) void
setConnectionInfo
(DbaasServiceThanosConnectionInfo connectionInfo) void
setCreatedAt
(OffsetDateTime createdAt) void
setDiskSize
(Long diskSize) void
setIntegrations
(List<DbaasIntegration> integrations) void
setMaintenance
(DbaasServiceMaintenance maintenance) void
void
setNodeCount
(Long nodeCount) void
setNodeCpuCount
(Long nodeCpuCount) void
setNodeMemory
(Long nodeMemory) void
setNodeStates
(List<DbaasNodeState> nodeStates) void
setNotifications
(List<DbaasServiceNotification> notifications) void
void
setPrometheusUri
(DbaasServiceMysqlPrometheusUri prometheusUri) void
setState
(EnumServiceState state) void
setTerminationProtection
(Boolean terminationProtection) void
setThanosSettings
(JsonSchemaThanos thanosSettings) void
void
setUpdatedAt
(OffsetDateTime updatedAt) void
void
setUriParams
(Object uriParams) void
state
(EnumServiceState state) terminationProtection
(Boolean terminationProtection) thanosSettings
(JsonSchemaThanos thanosSettings) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.updatedAt
(OffsetDateTime updatedAt)
-
Field Details
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_NODE_COUNT
- See Also:
-
JSON_PROPERTY_CONNECTION_INFO
- See Also:
-
JSON_PROPERTY_NODE_CPU_COUNT
- See Also:
-
JSON_PROPERTY_PROMETHEUS_URI
- See Also:
-
JSON_PROPERTY_INTEGRATIONS
- See Also:
-
JSON_PROPERTY_ZONE
- See Also:
-
JSON_PROPERTY_NODE_STATES
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_BACKUPS
- See Also:
-
JSON_PROPERTY_TERMINATION_PROTECTION
- See Also:
-
JSON_PROPERTY_NOTIFICATIONS
- See Also:
-
JSON_PROPERTY_COMPONENTS
- See Also:
-
JSON_PROPERTY_MAINTENANCE
- See Also:
-
JSON_PROPERTY_DISK_SIZE
- See Also:
-
JSON_PROPERTY_NODE_MEMORY
- See Also:
-
JSON_PROPERTY_URI
- See Also:
-
JSON_PROPERTY_URI_PARAMS
- See Also:
-
JSON_PROPERTY_THANOS_SETTINGS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_PLAN
- See Also:
-
-
Constructor Details
-
DbaasServiceThanos
public DbaasServiceThanos()
-
-
Method Details
-
updatedAt
-
getUpdatedAt
Service last update timestamp (ISO 8601)- Returns:
- updatedAt
-
setUpdatedAt
-
nodeCount
-
getNodeCount
Number of service nodes in the active plan minimum: 0- Returns:
- nodeCount
-
setNodeCount
-
connectionInfo
-
getConnectionInfo
Get connectionInfo- Returns:
- connectionInfo
-
setConnectionInfo
-
nodeCpuCount
-
getNodeCpuCount
Number of CPUs for each node minimum: 0- Returns:
- nodeCpuCount
-
setNodeCpuCount
-
prometheusUri
-
getPrometheusUri
Get prometheusUri- Returns:
- prometheusUri
-
setPrometheusUri
-
integrations
-
addIntegrationsItem
-
getIntegrations
Service integrations- Returns:
- integrations
-
setIntegrations
-
zone
-
getZone
The zone where the service is running- Returns:
- zone
-
setZone
-
nodeStates
-
addNodeStatesItem
-
getNodeStates
State of individual service nodes- Returns:
- nodeStates
-
setNodeStates
-
name
-
getName
Get name- Returns:
- name
-
setName
-
type
-
getType
Get type- Returns:
- type
-
setType
-
state
-
getState
Get state- Returns:
- state
-
setState
-
backups
-
addBackupsItem
-
getBackups
List of backups for the service- Returns:
- backups
-
setBackups
-
terminationProtection
-
getTerminationProtection
Service is protected against termination and powering off- Returns:
- terminationProtection
-
setTerminationProtection
-
notifications
-
addNotificationsItem
-
getNotifications
Service notifications- Returns:
- notifications
-
setNotifications
-
components
-
addComponentsItem
-
getComponents
Service component information objects- Returns:
- components
-
setComponents
-
maintenance
-
getMaintenance
Get maintenance- Returns:
- maintenance
-
setMaintenance
-
diskSize
-
getDiskSize
TODO UNIT disk space for data storage minimum: 0- Returns:
- diskSize
-
setDiskSize
-
nodeMemory
-
getNodeMemory
TODO UNIT of memory for each node minimum: 0- Returns:
- nodeMemory
-
setNodeMemory
-
uri
-
getUri
URI for connecting to the service (may be absent)- Returns:
- uri
-
setUri
-
uriParams
-
getUriParams
service_uri parameterized into key-value pairs- Returns:
- uriParams
-
setUriParams
-
thanosSettings
-
getThanosSettings
Get thanosSettings- Returns:
- thanosSettings
-
setThanosSettings
-
createdAt
-
getCreatedAt
Service creation timestamp (ISO 8601)- Returns:
- createdAt
-
setCreatedAt
-
plan
-
getPlan
Subscription plan- Returns:
- plan
-
setPlan
-
equals
Return true if this dbaas-service-thanos 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
-