Name | Type | Description | Notes |
---|---|---|---|
active | Boolean | Whether this is the active version or not. | [optional][default to false] |
comment | String | A freeform descriptive note. | [optional] |
deployed | Boolean | Unused at this time. | [optional] |
locked | Boolean | Whether this version is locked or not. Objects can not be added or edited on locked versions. | [optional][default to false] |
number | Integer | The number of this version. | [optional][readonly] |
staging | Boolean | Unused at this time. | [optional][default to false] |
testing | Boolean | Unused at this time. | [optional][default to false] |
created_at | Time | Date and time in ISO 8601 format. | [optional][readonly] |
deleted_at | Time | Date and time in ISO 8601 format. | [optional][readonly] |
updated_at | Time | Date and time in ISO 8601 format. | [optional][readonly] |
service_id | String | [optional][readonly] | |
environments | Array<Environment> | A list of environments where the service has been deployed. | [optional] |
backends | Array<BackendResponse> | List of backends associated to this service. | [optional] |
cache_settings | Array<CacheSettingResponse> | List of cache settings associated to this service. | [optional] |
conditions | Array<ConditionResponse> | List of conditions associated to this service. | [optional] |
directors | Array<Director> | List of directors associated to this service. | [optional] |
domains | Array<DomainResponse> | List of domains associated to this service. | [optional] |
gzips | Array<GzipResponse> | List of gzip rules associated to this service. | [optional] |
headers | Array<HeaderResponse> | List of headers associated to this service. | [optional] |
healthchecks | Array<HealthcheckResponse> | List of healthchecks associated to this service. | [optional] |
request_settings | Array<RequestSettingsResponse> | List of request settings for this service. | [optional] |
response_objects | Array<ResponseObjectResponse> | List of response objects for this service. | [optional] |
settings | VersionDetailSettings | [optional] | |
snippets | Array<SchemasSnippetResponse> | List of VCL snippets for this service. | [optional] |
vcls | Array<SchemasVclResponse> | List of VCL files for this service. | [optional] |
wordpress | Array<Object> | A list of Wordpress rules with this service. | [optional] |