Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsharma-123 committed Aug 23, 2024
1 parent 4b9d53b commit b5d9ccf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/models/ocean/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@ __Arguments__
- __is_enabled__: bool
- __time_windows__: List[str]

<h2 id="spotinst_sdk2.models.ocean.azure.SuspensionHours">SuspensionHours</h2>

```python
SuspensionHours(
self,
is_enabled: bool = 'd3043820717d74d9a17694c176d39733',
time_windows: typing.List[str] = 'd3043820717d74d9a17694c176d39733')
```

__Arguments__

- __is_enabled__: bool
- __time_windows__: List[str]

<h2 id="spotinst_sdk2.models.ocean.azure.ClusterRoll">ClusterRoll</h2>

```python
Expand Down Expand Up @@ -163,6 +177,7 @@ __Arguments__
Scheduling(
self,
shutdown_hours: ShutdownHours = 'd3043820717d74d9a17694c176d39733',
suspension_hours: SuspensionHours = 'd3043820717d74d9a17694c176d39733',
tasks:
typing.List[spotinst_sdk2.models.ocean.azure.Task] = 'd3043820717d74d9a17694c176d39733'
)
Expand Down

0 comments on commit b5d9ccf

Please sign in to comment.