active |
bool |
Whether this is the active version or not. |
[optional] if omitted the server will use the default value of False |
comment |
str, none_type |
A freeform descriptive note. |
[optional] |
deployed |
bool |
Unused at this time. |
[optional] |
locked |
bool |
Whether this version is locked or not. Objects can not be added or edited on locked versions. |
[optional] if omitted the server will use the default value of False |
number |
int |
The number of this version. |
[optional] [readonly] |
staging |
bool |
Unused at this time. |
[optional] if omitted the server will use the default value of False |
testing |
bool |
Unused at this time. |
[optional] if omitted the server will use the default value of False |
created_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
deleted_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
updated_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
service_id |
str |
|
[optional] [readonly] |
backends |
[BackendResponse] |
List of backends associated to this service. |
[optional] |
cache_settings |
[CacheSettingResponse] |
List of cache settings associated to this service. |
[optional] |
conditions |
[ConditionResponse] |
List of conditions associated to this service. |
[optional] |
directors |
[Director] |
List of directors associated to this service. |
[optional] |
domains |
[DomainResponse] |
List of domains associated to this service. |
[optional] |
gzips |
[GzipResponse] |
List of gzip rules associated to this service. |
[optional] |
headers |
[HeaderResponse] |
List of headers associated to this service. |
[optional] |
healthchecks |
[HealthcheckResponse] |
List of healthchecks associated to this service. |
[optional] |
request_settings |
[RequestSettingsResponse] |
List of request settings for this service. |
[optional] |
response_objects |
[ResponseObjectResponse] |
List of response objects for this service. |
[optional] |
settings |
VersionDetailSettings |
|
[optional] |
snippets |
[SchemasSnippetResponse] |
List of VCL snippets for this service. |
[optional] |
vcls |
[SchemasVclResponse] |
List of VCL files for this service. |
[optional] |
wordpress |
[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type] |
A list of Wordpress rules with this service. |
[optional] |
any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |