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.
3.1 KiB
3.1 KiB
| page_title | subcategory | description |
|---|---|---|
| decort_bservice_group Resource - terraform-provider-decort |
decort_bservice_group (Resource)
Schema
Required
comp_count(Number) computes number. Defines how many computes must be there in the groupcompgroup_name(String) name of the Compute Group to addcpu(Number) compute CPU number. All computes in the group have the same CPU countdisk(Number) compute boot disk size in GBimage_id(Number) OS image ID to create computes fromram(Number) compute RAM volume in MB. All computes in the group have the same RAM volumeservice_id(Number) ID of the Basic Service to add a group tostorage_policy_id(Number) storage policy id of compute. The rules of the specified storage policy will be used.
Optional
chipset(String)cloud_init(String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.compgroup_id(Number)driver(String) compute driver like a KVM_X86, etc.extnets(List of Number) list of external networks to connect computes toforce_stop(Boolean) force stop Compute Groupforce_update(Boolean) force resize Compute Groupmode(String) (RELATIVE;ABSOLUTE) either delta or absolute value of computesparents(List of Number)remove_computes(List of Number)role(String) group role tag. Can be empty string, does not have to be uniquesep_id(Number) storage endpoint provider IDsep_pool(String) pool to use if sepId is set, can be also empty if needed to be chosen by systemstart(Boolean) Start the specified Compute Group within BasicServicetimeout_start(Number) time of Compute Group readinesstimeouts(Block, Optional) (see below for nested schema)vinses(List of Number) list of ViNSes to connect computes to
Read-Only
account_id(Number)account_name(String)computes(List of Object) (see below for nested schema)consistency(Boolean)created_by(String)created_time(Number)deleted_by(String)deleted_time(Number)gid(Number)guid(Number)id(String) The ID of this resource.milestones(Number)rg_id(Number)rg_name(String)seq_no(Number)status(String)tech_status(String)updated_by(String)updated_time(Number)
Nested Schema for timeouts
Optional:
create(String)default(String)delete(String)read(String)update(String)
Nested Schema for computes
Read-Only:
chipset(String)id(Number)ip_addresses(List of String)name(String)os_users(List of Object) (see below for nested schema)
Nested Schema for computes.os_users
Read-Only:
login(String)password(String)