Uses of Class
com.exoscale.sdk.model.DbaasServiceCommon
Packages that use DbaasServiceCommon
-
Uses of DbaasServiceCommon in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceCommonModifier and TypeMethodDescriptionDbaasServiceCommon.addIntegrationsItem(DbaasIntegration integrationsItem) DbaasServiceCommon.addNotificationsItem(DbaasServiceNotification notificationsItem) DbaasServiceCommon.createdAt(OffsetDateTime createdAt) DbaasServiceCommon.integrations(List<DbaasIntegration> integrations) DbaasServiceCommon.nodeCpuCount(Long nodeCpuCount) DbaasServiceCommon.nodeMemory(Long nodeMemory) DbaasServiceCommon.notifications(List<DbaasServiceNotification> notifications) DbaasServiceCommon.state(EnumServiceState state) DbaasServiceCommon.terminationProtection(Boolean terminationProtection) DbaasServiceCommon.updatedAt(OffsetDateTime updatedAt) Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServiceCommonModifier and TypeMethodDescriptionListDbaasServices200Response.getDbaasServices()Get dbaasServicesMethods in com.exoscale.sdk.model with parameters of type DbaasServiceCommonModifier and TypeMethodDescriptionListDbaasServices200Response.addDbaasServicesItem(DbaasServiceCommon dbaasServicesItem) Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServiceCommonModifier and TypeMethodDescriptionListDbaasServices200Response.dbaasServices(List<DbaasServiceCommon> dbaasServices) voidListDbaasServices200Response.setDbaasServices(List<DbaasServiceCommon> dbaasServices)