Skip to content

Commit 6bac5be

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were deleted: - schemas.APILayerServer (Total Keys: 9) - schemas.AvailabilityGroup (Total Keys: 12) - schemas.BackendServer (Total Keys: 13) - schemas.Cluster (Total Keys: 7) - schemas.Database (Total Keys: 10) - schemas.FrontEndServer (Total Keys: 9) - schemas.LoadBalancerServer (Total Keys: 6) - schemas.SqlserverWorkload (Total Keys: 12) - schemas.ThreeTierWorkload (Total Keys: 10) - schemas.WorkloadProfile.properties.sqlserverWorkload.$ref (Total Keys: 1) - schemas.WorkloadProfile.properties.threeTierWorkload.$ref (Total Keys: 1) The following keys were added: - schemas.UpcomingMaintenanceEvent.properties.onHostMaintenance.type (Total Keys: 1)
1 parent bd0b1f7 commit 6bac5be

File tree

3 files changed

+10
-505
lines changed

3 files changed

+10
-505
lines changed

docs/dyn/workloadmanager_v1.projects.locations.discoveredprofiles.healthes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
&quot;upcomingMaintenanceEvent&quot;: { # Maintenance Event # Optional. the next maintenance event on VM
127127
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time
128128
&quot;maintenanceStatus&quot;: &quot;A String&quot;, # Optional. Maintenance status
129+
&quot;onHostMaintenance&quot;: &quot;A String&quot;, # Optional. Instance maintenance behavior. Could be &quot;MIGRATE&quot; or &quot;TERMINATE&quot;.
129130
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time
130131
&quot;type&quot;: &quot;A String&quot;, # Optional. Type
131132
},

0 commit comments

Comments
 (0)