From 1f6c17f8eb03fb3f1f78407782d6c46a15b9f0a5 Mon Sep 17 00:00:00 2001 From: Amrutha Ramanathan <105342664+ramrutha497@users.noreply.github.com> Date: Sat, 26 Oct 2024 04:51:42 +0530 Subject: [PATCH] Update Rolls class --- spotinst_sdk2/models/ocean/gcp/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotinst_sdk2/models/ocean/gcp/__init__.py b/spotinst_sdk2/models/ocean/gcp/__init__.py index 2d73e4e..3358c75 100644 --- a/spotinst_sdk2/models/ocean/gcp/__init__.py +++ b/spotinst_sdk2/models/ocean/gcp/__init__.py @@ -988,12 +988,12 @@ def __init__( batch_size_percentage: int = none, comment: str = none, launch_spec_ids: List[str] = none, - instance_ids: List[str] = none, + instance_names: List[str] = none, respect_pdb: bool = none): self.batch_min_healthy_percentage = batch_min_healthy_percentage self.batch_size_percentage = batch_size_percentage self.comment = comment - self.instance_ids = instance_ids + self.instance_names = instance_names self.launch_spec_ids = launch_spec_ids self.respect_pdb = respect_pdb