1.2.0
This commit is contained in:
@@ -19,6 +19,7 @@ type RecordComputeModel struct {
|
||||
AffinityWeight types.Int64 `tfsdk:"affinity_weight"`
|
||||
AntiAffinityRules []ItemRuleModel `tfsdk:"anti_affinity_rules"`
|
||||
Architecture types.String `tfsdk:"arch"`
|
||||
AutoStartWithNode types.Bool `tfsdk:"auto_start_w_node"`
|
||||
Chipset types.String `tfsdk:"chipset"`
|
||||
BootOrder types.List `tfsdk:"boot_order"`
|
||||
BootDiskSize types.Int64 `tfsdk:"bootdisk_size"`
|
||||
@@ -80,6 +81,7 @@ type RecordComputeModel struct {
|
||||
VGPUs types.List `tfsdk:"vgpus"`
|
||||
VirtualImageID types.Int64 `tfsdk:"virtual_image_id"`
|
||||
VirtualImageName types.String `tfsdk:"virtual_image_name"`
|
||||
VNCPassword types.String `tfsdk:"vnc_password"`
|
||||
}
|
||||
|
||||
type RecordACLModel struct {
|
||||
|
||||
@@ -38,6 +38,7 @@ type ItemComputeModel struct {
|
||||
AffinityWeight types.Int64 `tfsdk:"affinity_weight"`
|
||||
AntiAffinityRules []ItemRuleInListModel `tfsdk:"anti_affinity_rules"`
|
||||
Architecture types.String `tfsdk:"arch"`
|
||||
AutoStartWithNode types.Bool `tfsdk:"auto_start_w_node"`
|
||||
BootOrder types.List `tfsdk:"boot_order"`
|
||||
BootDiskSize types.Int64 `tfsdk:"bootdisk_size"`
|
||||
CdImageId types.Int64 `tfsdk:"cd_image_id"`
|
||||
|
||||
@@ -36,6 +36,7 @@ type ItemListDeletedComputeModel struct {
|
||||
AffinityWeight types.Int64 `tfsdk:"affinity_weight"`
|
||||
AntiAffinityRules []ItemRuleInListDeletedModel `tfsdk:"anti_affinity_rules"`
|
||||
Architecture types.String `tfsdk:"arch"`
|
||||
AutoStartWithNode types.Bool `tfsdk:"auto_start_w_node"`
|
||||
BootOrder types.List `tfsdk:"boot_order"`
|
||||
BootDiskSize types.Int64 `tfsdk:"bootdisk_size"`
|
||||
CdImageId types.Int64 `tfsdk:"cd_image_id"`
|
||||
|
||||
@@ -22,6 +22,7 @@ type ResourceComputeModel struct {
|
||||
AffinityLabel types.String `tfsdk:"affinity_label"`
|
||||
AffinityRules types.Set `tfsdk:"affinity_rules"`
|
||||
AntiAffinityRules types.Set `tfsdk:"anti_affinity_rules"`
|
||||
AutoStartWithNode types.Bool `tfsdk:"auto_start_w_node"`
|
||||
CustomFields types.String `tfsdk:"custom_fields"`
|
||||
Chipset types.String `tfsdk:"chipset"`
|
||||
Stateless types.Bool `tfsdk:"stateless"`
|
||||
@@ -113,6 +114,7 @@ type ResourceComputeModel struct {
|
||||
VGPUs types.List `tfsdk:"vgpus"`
|
||||
VirtualImageID types.Int64 `tfsdk:"virtual_image_id"`
|
||||
VirtualImageName types.String `tfsdk:"virtual_image_name"`
|
||||
VNCPassword types.String `tfsdk:"vnc_password"`
|
||||
}
|
||||
|
||||
type RecordResourceACLModel struct {
|
||||
|
||||
Reference in New Issue
Block a user