diff --git a/packages/clients/src/api/instance/v1/api.gen.ts b/packages/clients/src/api/instance/v1/api.gen.ts index 9865ba1a7..c60dff38a 100644 --- a/packages/clients/src/api/instance/v1/api.gen.ts +++ b/packages/clients/src/api/instance/v1/api.gen.ts @@ -271,7 +271,7 @@ export class API extends ParentAPI { ) /** - * List volumes types. List all volume types and their technical details. + * List volume types. List all volume types and their technical details. * * @param request - The request {@link ListVolumesTypesRequest} * @returns A Promise of ListVolumesTypesResponse @@ -445,7 +445,7 @@ export class API extends ParentAPI { * preserve your local volumes, you should use the `archive` action instead of * `terminate`. Similarly, if you want to keep your block storage volumes, you * must first detach them before issuing the `terminate` command. For more - * information, read the [Volumes](#volumes-7e8a39) documentation. + * information, read the [Volumes](#path-volumes-list-volumes) documentation. * * @param request - The request {@link ServerActionRequest} * @returns A Promise of ServerActionResponse diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index 47eca1f9a..a19ba9696 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -430,7 +430,10 @@ export interface SecurityGroup { name: string /** Security group description. */ description: string - /** True if SMTP is blocked on IPv4 and IPv6. */ + /** + * True if SMTP is blocked on IPv4 and IPv6. This feature is read only, please + * open a support ticket if you need to make it configurable. + */ enableDefaultSecurity: boolean /** Default inbound policy. */ inboundDefaultPolicy: SecurityGroupPolicy @@ -1335,7 +1338,10 @@ export type CreateSecurityGroupRequest = { inboundDefaultPolicy?: SecurityGroupPolicy /** Default policy for outbound rules. */ outboundDefaultPolicy?: SecurityGroupPolicy - /** True to block SMTP on IPv4 and IPv6. */ + /** + * True to block SMTP on IPv4 and IPv6. This feature is read only, please open + * a support ticket if you need to make it configurable. + */ enableDefaultSecurity?: boolean } diff --git a/packages/clients/src/api/instance/v1/types.private.gen.ts b/packages/clients/src/api/instance/v1/types.private.gen.ts index 2889a240e..0362f3abe 100644 --- a/packages/clients/src/api/instance/v1/types.private.gen.ts +++ b/packages/clients/src/api/instance/v1/types.private.gen.ts @@ -240,7 +240,10 @@ export type SetSecurityGroupRequest = { modificationDate?: Date /** Description of the security group. */ description: string - /** True to block SMTP on IPv4 and IPv6. */ + /** + * True to block SMTP on IPv4 and IPv6. This feature is read only, please open + * a support ticket if you need to make it configurable. + */ enableDefaultSecurity: boolean /** Default inbound policy. */ inboundDefaultPolicy?: SecurityGroupPolicy