Service dialog to attach disk to RHV VMs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- description: Add disk | |
buttons: submit,cancel | |
label: Add disk | |
blueprint_id: | |
dialog_tabs: | |
- description: Information | |
display: edit | |
label: Info | |
display_method: | |
display_method_options: | |
position: 0 | |
dialog_groups: | |
- description: Disk Specifications | |
display: edit | |
label: Disk Specifications | |
display_method: | |
display_method_options: | |
position: 0 | |
dialog_fields: | |
- name: size | |
description: Disk size | |
data_type: integer | |
notes: | |
notes_display: | |
display: edit | |
display_method: | |
display_method_options: {} | |
required: true | |
required_method: | |
required_method_options: {} | |
default_value: '1' | |
values: | |
values_method: | |
values_method_options: {} | |
options: | |
:protected: false | |
label: Disk size(GB) | |
position: 0 | |
validator_type: | |
validator_rule: | |
reconfigurable: false | |
dynamic: false | |
show_refresh_button: | |
load_values_on_init: | |
read_only: false | |
auto_refresh: | |
trigger_auto_refresh: | |
visible: true | |
type: DialogFieldTextBox | |
resource_action: | |
action: | |
resource_type: DialogField | |
ae_namespace: | |
ae_class: | |
ae_instance: | |
ae_message: | |
ae_attributes: {} | |
- name: thin_provisioned | |
description: Thin provisioned | |
data_type: string | |
notes: | |
notes_display: | |
display: edit | |
display_method: | |
display_method_options: {} | |
required: true | |
required_method: | |
required_method_options: {} | |
default_value: 'true' | |
values: | |
- - 'true' | |
- 'Yes' | |
- - 'false' | |
- 'No' | |
values_method: | |
values_method_options: {} | |
options: | |
:sort_by: :description | |
:sort_order: :descending | |
label: Thin provisioned | |
position: 1 | |
validator_type: | |
validator_rule: | |
reconfigurable: | |
dynamic: false | |
show_refresh_button: | |
load_values_on_init: | |
read_only: false | |
auto_refresh: | |
trigger_auto_refresh: true | |
visible: true | |
type: DialogFieldRadioButton | |
resource_action: | |
action: | |
resource_type: DialogField | |
ae_namespace: | |
ae_class: | |
ae_instance: | |
ae_message: | |
ae_attributes: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment