You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.9 KiB
2.9 KiB
page_title | subcategory | description |
---|---|---|
decort_bservice Resource - terraform-provider-decort |
decort_bservice (Resource)
Schema
Required
rg_id
(Number) ID of the Resource Group where this service will be placedservice_name
(String) Name of the service
Optional
enable
(Boolean) Enable service. Enabling a service technically means setting model status of all computes and service itself to ENABLED. It does not start computes.permanently
(Boolean) if set to False, Basic service will be deleted to recycle bin. Otherwise destroyed immediatelyrestore
(Boolean) Restores BasicService instanceservice_id
(Number)snapshots
(Block List) (see below for nested schema)ssh_key
(String) SSH key to deploy for the specified user. Same key will be deployed to all computes of the service.ssh_user
(String) name of the user to deploy SSH key for. Pass empty string if no SSH key deployment is requiredstart
(Boolean) Start service. Starting a service technically means starting computes from all service groups according to group relationstimeouts
(Block, Optional) (see below for nested schema)
Read-Only
account_id
(Number)account_name
(String)base_domain
(String)computes
(List of Object) (see below for nested schema)cpu_total
(Number)created_by
(String)created_time
(Number)deleted_by
(String)deleted_time
(Number)disk_total
(Number)gid
(Number)groups
(List of Object) (see below for nested schema)guid
(Number)id
(String) The ID of this resource.milestones
(Number)parent_srv_id
(Number)parent_srv_type
(String)ram_total
(Number)rg_name
(String)status
(String)tech_status
(String)updated_by
(String)updated_time
(Number)user_managed
(Boolean)
Nested Schema for snapshots
Optional:
label
(String)rollback
(Boolean)
Read-Only:
guid
(String)timestamp
(Number)valid
(Boolean)
Nested Schema for timeouts
Optional:
create
(String)default
(String)delete
(String)read
(String)update
(String)
Nested Schema for computes
Read-Only:
account_id
(Number)architecture
(String)compgroup_id
(Number)compgroup_name
(String)compgroup_role
(String)id
(Number)name
(String)rg_id
(Number)stack_id
(Number)status
(String)tech_status
(String)
Nested Schema for groups
Read-Only:
computes
(Number)consistency
(Boolean)id
(Number)name
(String)status
(String)tech_status
(String)