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
// SecurityGroupID: security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone.
898
+
SecurityGroupIDstring`json:"security_group_id"`
899
+
897
900
// Region: cluster region of the pool.
898
901
Region scw.Region`json:"region"`
899
902
}
@@ -1051,6 +1054,9 @@ type CreateClusterRequestPoolConfig struct {
1051
1054
1052
1055
// PublicIPDisabled: defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
1053
1056
PublicIPDisabledbool`json:"public_ip_disabled"`
1057
+
1058
+
// SecurityGroupID: security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone.
1059
+
SecurityGroupID*string`json:"security_group_id"`
1054
1060
}
1055
1061
1056
1062
// CreatePoolRequestUpgradePolicy: create pool request upgrade policy.
@@ -1496,6 +1502,9 @@ type CreatePoolRequest struct {
1496
1502
1497
1503
// PublicIPDisabled: defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
1498
1504
PublicIPDisabledbool`json:"public_ip_disabled"`
1505
+
1506
+
// SecurityGroupID: security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone.
0 commit comments