You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The virtual server instance VCPU configuration.",
71
+
Elem: &schema.Resource{
72
+
Schema: map[string]*schema.Schema{
73
+
"architecture": &schema.Schema{
74
+
Type: schema.TypeString,
75
+
Computed: true,
76
+
Description: "The VCPU architecture.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.",
77
+
},
78
+
"burst": &schema.Schema{
79
+
Type: schema.TypeList,
80
+
Computed: true,
81
+
Elem: &schema.Resource{
82
+
Schema: map[string]*schema.Schema{
83
+
"limit": &schema.Schema{
84
+
Type: schema.TypeInt,
85
+
Computed: true,
86
+
Description: "The maximum percentage the virtual server instance will exceed its allocated share of VCPU time.The maximum value for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.",
87
+
},
88
+
},
89
+
},
90
+
},
91
+
"count": &schema.Schema{
92
+
Type: schema.TypeInt,
93
+
Computed: true,
94
+
Description: "The number of VCPUs assigned.",
95
+
},
96
+
"manufacturer": &schema.Schema{
97
+
Type: schema.TypeString,
98
+
Computed: true,
99
+
Description: "The VCPU manufacturer.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.",
100
+
},
101
+
"percentage": &schema.Schema{
102
+
Type: schema.TypeInt,
103
+
Computed: true,
104
+
Description: "The percentage of VCPU time allocated to the virtual server instance.The virtual server instance `vcpu.percentage` will be `100` when:- The virtual server instance `placement_target` is a dedicated host or dedicated host group.- The virtual server instance `reservation_affinity.policy` is `disabled`.",
105
+
},
106
+
"tenancy": &schema.Schema{
107
+
Type: schema.TypeString,
108
+
Computed: true,
109
+
Description: "Indicates the tenancy of the VCPU cores for this virtual server instance.- `dedicated` - The VCPU time is only used by this virtual server instance.- `shared` - The VCPU time is shared across virtual server instances.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.",
0 commit comments