@nebius/js-sdk 0.2.55 → 0.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2806,7 +2806,10 @@ export interface GetImageLatestByFamilyRequest {
2806
2806
  [customJson]?: () => unknown;
2807
2807
  /** Contains the `image_family` protobuf field. */
2808
2808
  imageFamily: string;
2809
- /** default 'project-{region}public-images' */
2809
+ /**
2810
+ * default 'project-{region}public-images'
2811
+ *
2812
+ */
2810
2813
  parentId: string;
2811
2814
  }
2812
2815
  /** Encodes, decodes, converts, and creates {@link GetImageLatestByFamilyRequest} messages. */
@@ -4745,8 +4748,10 @@ export interface InstanceSpec {
4745
4748
  */
4746
4749
  recoveryPolicy: InstanceRecoveryPolicy;
4747
4750
  /**
4748
- * Include these parameters to create a Preemptible VM and omit them to create a Regular VM
4751
+ * Set this field to create a preemptible VM, or omit it to create a regular VM.
4749
4752
  * For details, see https://docs.nebius.com/compute/virtual-machines/preemptible
4753
+ * A preemptible VM cannot be converted to a regular VM or vice versa. Once set, this field cannot be removed; if the
4754
+ * VM was created without it, the field cannot be added later.
4750
4755
  *
4751
4756
  */
4752
4757
  preemptible?: PreemptibleSpec | undefined;