Skip to content

Commit

Permalink
Update Rolls class
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrutha497 committed Oct 25, 2024
1 parent 29a92c2 commit 1f6c17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotinst_sdk2/models/ocean/gcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f6c17f

Please sign in to comment.