- canDeleteAtExpiration - Variable in class net.minidev.ovh.api.services.OvhService
-
Indicates that the service can be set up to be deleted at expiration
canBeNull && readOnly
- certificate - Variable in class net.minidev.ovh.api.docker.stack.OvhCustomSsl
-
The custom SSL public certificate
canBeNull && readOnly
- certificate - Variable in class net.minidev.ovh.api.docker.stack.OvhInputCustomSsl
-
The custom SSL public certificate
canBeNull && readOnly
- cluster - Variable in class net.minidev.ovh.api.docker.OvhStack
-
The cluster on which the stack is deployed
canBeNull && readOnly
- contactAdmin - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- contactBilling - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- contactTech - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- containerPath - Variable in class net.minidev.ovh.api.docker.slave.framework.app.OvhVolume
-
Container path
canBeNull && readOnly
- containerPort - Variable in class net.minidev.ovh.api.docker.slave.framework.app.OvhPort
-
Container port
canBeNull && readOnly
- cpu - Variable in class net.minidev.ovh.api.docker.slave.framework.OvhApp
-
Application CPU
canBeNull && readOnly
- cpu - Variable in class net.minidev.ovh.api.docker.slave.metrics.OvhResources
-
Available CPU
canBeNull && readOnly
- cpu - Variable in class net.minidev.ovh.api.docker.slave.metrics.OvhUsedResources
-
Used CPU
canBeNull && readOnly
- cpus - Variable in class net.minidev.ovh.api.docker.slave.OvhFlavor
-
The amount of (v)CPUs
canBeNull && readOnly
- createdAt - Variable in class net.minidev.ovh.api.docker.OvhSlave
-
Date of the resource creation
canBeNull && readOnly
- createdAt - Variable in class net.minidev.ovh.api.docker.OvhStack
-
Date of the resource creation
canBeNull && readOnly
- createdAt - Variable in class net.minidev.ovh.api.docker.stack.OvhCustomSsl
-
Date of the resource creation
canBeNull && readOnly
- createdAt - Variable in class net.minidev.ovh.api.docker.stack.OvhRegistryCredentials
-
Date of the resource creation
canBeNull && readOnly
- createdAt - Variable in class net.minidev.ovh.api.stack.OvhFramework
-
Date of the resource creation
canBeNull && readOnly
- creation - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- serviceId - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- serviceName_availableFrameworks_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List all the installable Mesos frameworks
REST: GET /caas/containers/{serviceName}/availableFrameworks
- serviceName_changeContact_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Launch a contact change procedure
REST: POST /caas/containers/{serviceName}/changeContact
- serviceName_frameworks_frameworkId_apps_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List apps in the framework
REST: GET /caas/containers/{serviceName}/frameworks/{frameworkId}/apps
- serviceName_frameworks_frameworkId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the stack framework
REST: GET /caas/containers/{serviceName}/frameworks/{frameworkId}
- serviceName_frameworks_frameworkId_password_PUT(String, String, OvhPassword) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Update the framework access password
REST: PUT /caas/containers/{serviceName}/frameworks/{frameworkId}/password
- serviceName_frameworks_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List the frameworks installed on the argument stack
REST: GET /caas/containers/{serviceName}/frameworks
- serviceName_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the argument stack
REST: GET /caas/containers/{serviceName}
- serviceName_registry_credentials_credentialsId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Delete the registry credentials.
- serviceName_registry_credentials_credentialsId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the image registry credentials associated to the stack
REST: GET /caas/containers/{serviceName}/registry/credentials/{credentialsId}
- serviceName_registry_credentials_credentialsId_PUT(String, String, OvhInputCustomSsl) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Update the registry credentials.
- serviceName_registry_credentials_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List the registry credentials associated to the stack.
- serviceName_registry_credentials_POST(String, OvhInputCustomSsl) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Associate the stack with some credentials to an authenticated registry.
- serviceName_serviceInfos_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Get this object properties
REST: GET /caas/containers/{serviceName}/serviceInfos
- serviceName_serviceInfos_PUT(String, OvhService) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Alter this object properties
REST: PUT /caas/containers/{serviceName}/serviceInfos
- serviceName_slaves_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List the id of the registered slave instances
REST: GET /caas/containers/{serviceName}/slaves
- serviceName_slaves_slaveId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the argument user slave instance
REST: GET /caas/containers/{serviceName}/slaves/{slaveId}
- serviceName_ssl_DELETE(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Delete the custom SSL certificate and private key associated to the stack
REST: DELETE /caas/containers/{serviceName}/ssl
- serviceName_ssl_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the custom SSL certificate and private
REST: GET /caas/containers/{serviceName}/ssl
- serviceName_ssl_PUT(String, OvhInputCustomSsl) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Update the custom SSL certificate and private
REST: PUT /caas/containers/{serviceName}/ssl
- slaves - Variable in class net.minidev.ovh.api.docker.OvhStack
-
A list of slave UUIDs
canBeNull && readOnly
- slaves_flavors_flavorId_GET(String) - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
Inspect the argument slave flavor
REST: GET /caas/containers/slaves/flavors/{flavorId}
- slaves_flavors_GET() - Method in class net.minidev.ovh.api.ApiOvhCaascontainers
-
List the /cloud flavors available for the Docker PaaS slaves
REST: GET /caas/containers/slaves/flavors
API beta
- stack - Variable in class net.minidev.ovh.api.docker.OvhSlave
-
The stack to which the slave belongs
canBeNull && readOnly
- state - Variable in class net.minidev.ovh.api.docker.OvhSlave
-
The state of the slave
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.docker.slave.framework.OvhApp
-
Application status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly