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
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
33
+
Size*int`mandatory:"true" json:"size"`
34
+
32
35
// The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
@@ -38,9 +41,6 @@ type CreateVirtualNodePoolDetails struct {
38
41
// A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
39
42
Taints []Taint`mandatory:"false" json:"taints"`
40
43
41
-
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
42
-
Size*int`mandatory:"false" json:"size"`
43
-
44
44
// List of network security group id's applied to the Virtual Node VNIC.
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
39
+
Size*int`mandatory:"true" json:"size"`
40
+
38
41
// The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
// A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
45
48
Taints []Taint`mandatory:"false" json:"taints"`
46
49
47
-
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
48
-
Size*int`mandatory:"false" json:"size"`
49
-
50
50
// List of network security group id's applied to the Virtual Node VNIC.
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
39
+
Size*int`mandatory:"true" json:"size"`
40
+
38
41
// The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
@@ -44,9 +47,6 @@ type VirtualNodePoolSummary struct {
44
47
// A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
45
48
Taints []Taint`mandatory:"false" json:"taints"`
46
49
47
-
// The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
48
-
Size*int`mandatory:"false" json:"size"`
49
-
50
50
// List of network security group id's applied to the Virtual Node VNIC.
// GetInstanceConfigurationLaunchInstanceShapeConfigDetailsResourceManagementEnumValues Enumerates the set of values for InstanceConfigurationLaunchInstanceShapeConfigDetailsResourceManagementEnum
// GetInstanceConfigurationLaunchInstanceShapeConfigDetailsResourceManagementEnumStringValues Enumerates the set of values in String for InstanceConfigurationLaunchInstanceShapeConfigDetailsResourceManagementEnum
// GetMappingInstanceConfigurationLaunchInstanceShapeConfigDetailsResourceManagementEnum performs case Insensitive comparison on enum value and return the desired enum
0 commit comments