1Name = "ConoHa"
2Description = ''''''
3URL = "https://www.conoha.jp/"
4Code = "conoha"
5Since = "v1.2.0"
6
7Example = ''''''
8
9[Configuration]
10  [Configuration.Credentials]
11    CONOHA_TENANT_ID = "Tenant ID"
12    CONOHA_API_USERNAME = "The API username"
13    CONOHA_API_PASSWORD = "The API password"
14  [Configuration.Additional]
15    CONOHA_POLLING_INTERVAL = "Time between DNS propagation check"
16    CONOHA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
17    CONOHA_TTL = "The TTL of the TXT record used for the DNS challenge"
18    CONOHA_HTTP_TIMEOUT = "API request timeout"
19    CONOHA_REGION = "The region"
20
21[Links]
22  API = "https://www.conoha.jp/docs/"
23