Skip to content

Commit

Permalink
Merge branch 'SPOTAUT-19631-Preferred-Instance-Type' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/spotinst/spotinst-sdk-python into SPOTAUT-19631-Preferred-Instance-Type
  • Loading branch information
anuragsharma-123 committed Oct 26, 2024
2 parents ad09152 + 1f6c17f commit ddbf3c7
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 ddbf3c7

Please sign in to comment.