Skip to content

Commit a9b2f37

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were deleted: - resources.projects.resources.locations.resources.discoveredprofiles.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.discoveredprofiles.resources.healthes.methods.get (Total Keys: 11) - schemas.ComponentHealth (Total Keys: 16) - schemas.HealthCheck (Total Keys: 12) - schemas.WorkloadProfileHealth (Total Keys: 11)
1 parent ecf2351 commit a9b2f37

File tree

3 files changed

+18
-350
lines changed

3 files changed

+18
-350
lines changed

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

Lines changed: 0 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,9 @@
7474

7575
<h1><a href="workloadmanager_v1.html">Workload Manager API</a> . <a href="workloadmanager_v1.projects.html">projects</a> . <a href="workloadmanager_v1.projects.locations.html">locations</a> . <a href="workloadmanager_v1.projects.locations.discoveredprofiles.html">discoveredprofiles</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="workloadmanager_v1.projects.locations.discoveredprofiles.healthes.html">healthes()</a></code>
79-
</p>
80-
<p class="firstline">Returns the healthes Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="#close">close()</a></code></p>
8479
<p class="firstline">Close httplib2 connections.</p>
85-
<p class="toc_element">
86-
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Gets details of a discovered workload profile.</p>
8880
<p class="toc_element">
8981
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9082
<p class="firstline">List discovered workload profiles</p>
@@ -97,122 +89,6 @@ <h3>Method Details</h3>
9789
<pre>Close httplib2 connections.</pre>
9890
</div>
9991

100-
<div class="method">
101-
<code class="details" id="get">get(name, x__xgafv=None)</code>
102-
<pre>Gets details of a discovered workload profile.
103-
104-
Args:
105-
name: string, Required. Name of the resource (required)
106-
x__xgafv: string, V1 error format.
107-
Allowed values
108-
1 - v1 error format
109-
2 - v2 error format
110-
111-
Returns:
112-
An object of the form:
113-
114-
{ # workload resource
115-
&quot;labels&quot;: { # Optional. such as name, description, version. More example can be found in deployment
116-
&quot;a_key&quot;: &quot;A String&quot;,
117-
},
118-
&quot;name&quot;: &quot;A String&quot;, # Identifier. name of resource names have the form &#x27;projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}&#x27;
119-
&quot;refreshedTime&quot;: &quot;A String&quot;, # Required. time when the workload data was refreshed
120-
&quot;sapWorkload&quot;: { # The body of sap workload # The sap workload content
121-
&quot;application&quot;: { # The component of sap workload # Output only. the acsc componment
122-
&quot;databaseProperties&quot;: { # Database Properties. # Output only. All instance properties.
123-
&quot;backupProperties&quot;: { # Backup properties. # Output only. Backup properties.
124-
&quot;latestBackupStatus&quot;: &quot;A String&quot;, # Output only. The state of the latest backup.
125-
&quot;latestBackupTime&quot;: &quot;A String&quot;, # The time when the latest backup was performed.
126-
},
127-
&quot;databaseType&quot;: &quot;A String&quot;, # Output only. Type of the database. HANA, DB2, etc.
128-
},
129-
&quot;haHosts&quot;: [ # A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.
130-
&quot;A String&quot;,
131-
],
132-
&quot;resources&quot;: [ # Output only. resources in the component
133-
{ # The resource on GCP
134-
&quot;instanceProperties&quot;: { # Instance Properties. # Output only. All instance properties.
135-
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number.
136-
&quot;machineType&quot;: &quot;A String&quot;, # Optional. Instance machine type.
137-
&quot;roles&quot;: [ # Optional. Instance roles.
138-
&quot;A String&quot;,
139-
],
140-
&quot;sapInstanceProperties&quot;: { # SAP instance properties. # Optional. SAP Instance properties.
141-
&quot;numbers&quot;: [ # Optional. SAP Instance numbers. They are from &#x27;00&#x27; to &#x27;99&#x27;.
142-
&quot;A String&quot;,
143-
],
144-
},
145-
&quot;status&quot;: &quot;A String&quot;, # Optional. Instance status.
146-
&quot;upcomingMaintenanceEvent&quot;: { # Maintenance Event # Optional. the next maintenance event on VM
147-
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time
148-
&quot;maintenanceStatus&quot;: &quot;A String&quot;, # Optional. Maintenance status
149-
&quot;onHostMaintenance&quot;: &quot;A String&quot;, # Optional. Instance maintenance behavior. Could be &quot;MIGRATE&quot; or &quot;TERMINATE&quot;.
150-
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time
151-
&quot;type&quot;: &quot;A String&quot;, # Optional. Type
152-
},
153-
},
154-
&quot;kind&quot;: &quot;A String&quot;, # Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
155-
&quot;name&quot;: &quot;A String&quot;, # Output only. resource name
156-
},
157-
],
158-
&quot;sid&quot;: &quot;A String&quot;, # Output only. sid is the sap component identificator
159-
&quot;topologyType&quot;: &quot;A String&quot;, # The detected topology of the component.
160-
},
161-
&quot;architecture&quot;: &quot;A String&quot;, # Output only. the architecture
162-
&quot;database&quot;: { # The component of sap workload # Output only. the database componment
163-
&quot;databaseProperties&quot;: { # Database Properties. # Output only. All instance properties.
164-
&quot;backupProperties&quot;: { # Backup properties. # Output only. Backup properties.
165-
&quot;latestBackupStatus&quot;: &quot;A String&quot;, # Output only. The state of the latest backup.
166-
&quot;latestBackupTime&quot;: &quot;A String&quot;, # The time when the latest backup was performed.
167-
},
168-
&quot;databaseType&quot;: &quot;A String&quot;, # Output only. Type of the database. HANA, DB2, etc.
169-
},
170-
&quot;haHosts&quot;: [ # A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.
171-
&quot;A String&quot;,
172-
],
173-
&quot;resources&quot;: [ # Output only. resources in the component
174-
{ # The resource on GCP
175-
&quot;instanceProperties&quot;: { # Instance Properties. # Output only. All instance properties.
176-
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number.
177-
&quot;machineType&quot;: &quot;A String&quot;, # Optional. Instance machine type.
178-
&quot;roles&quot;: [ # Optional. Instance roles.
179-
&quot;A String&quot;,
180-
],
181-
&quot;sapInstanceProperties&quot;: { # SAP instance properties. # Optional. SAP Instance properties.
182-
&quot;numbers&quot;: [ # Optional. SAP Instance numbers. They are from &#x27;00&#x27; to &#x27;99&#x27;.
183-
&quot;A String&quot;,
184-
],
185-
},
186-
&quot;status&quot;: &quot;A String&quot;, # Optional. Instance status.
187-
&quot;upcomingMaintenanceEvent&quot;: { # Maintenance Event # Optional. the next maintenance event on VM
188-
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time
189-
&quot;maintenanceStatus&quot;: &quot;A String&quot;, # Optional. Maintenance status
190-
&quot;onHostMaintenance&quot;: &quot;A String&quot;, # Optional. Instance maintenance behavior. Could be &quot;MIGRATE&quot; or &quot;TERMINATE&quot;.
191-
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time
192-
&quot;type&quot;: &quot;A String&quot;, # Optional. Type
193-
},
194-
},
195-
&quot;kind&quot;: &quot;A String&quot;, # Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
196-
&quot;name&quot;: &quot;A String&quot;, # Output only. resource name
197-
},
198-
],
199-
&quot;sid&quot;: &quot;A String&quot;, # Output only. sid is the sap component identificator
200-
&quot;topologyType&quot;: &quot;A String&quot;, # The detected topology of the component.
201-
},
202-
&quot;metadata&quot;: { # Output only. The metadata for SAP workload.
203-
&quot;a_key&quot;: &quot;A String&quot;,
204-
},
205-
&quot;products&quot;: [ # Output only. the products on this workload.
206-
{ # Product contains the details of a product.
207-
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the product.
208-
&quot;version&quot;: &quot;A String&quot;, # Optional. Version of the product.
209-
},
210-
],
211-
},
212-
&quot;workloadType&quot;: &quot;A String&quot;, # Required. The type of the workload
213-
}</pre>
214-
</div>
215-
21692
<div class="method">
21793
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
21894
<pre>List discovered workload profiles

docs/dyn/workloadmanager_v1.projects.locations.rules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102102
SAP - SAP best practices
103103
SQL_SERVER - SQL best practices
104104
OTHER - Customized best practices
105-
SCC_IAC - SCC IaC (Infra as Code) best practices
105+
SCC_IAC - SCC IaC (Infra as Code) best practices.
106106
filter: string, Filter based on primary_category, secondary_category
107107
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
108108
pageToken: string, A token identifying a page of results the server should return.

0 commit comments

Comments
 (0)