diff --git a/docs/dyn/workloadmanager_v1.projects.locations.workloadProfiles.html b/docs/dyn/workloadmanager_v1.projects.locations.workloadProfiles.html index 21459e88d6..1736539ec2 100644 --- a/docs/dyn/workloadmanager_v1.projects.locations.workloadProfiles.html +++ b/docs/dyn/workloadmanager_v1.projects.locations.workloadProfiles.html @@ -150,6 +150,9 @@

Method Details

"refreshedTime": "A String", # Required. time when the workload data was refreshed "sapWorkload": { # The body of sap workload # The sap workload content "application": { # The component of sap workload # Output only. the acsc componment + "haHosts": [ # 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. + "A String", + ], "resources": [ # Output only. resources in the component { # The resource on GCP "kind": "A String", # Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc. @@ -157,8 +160,12 @@

Method Details

}, ], "sid": "A String", # Output only. sid is the sap component identificator + "topologyType": "A String", # The detected topology of the component. }, "database": { # The component of sap workload # Output only. the database componment + "haHosts": [ # 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. + "A String", + ], "resources": [ # Output only. resources in the component { # The resource on GCP "kind": "A String", # Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc. @@ -166,6 +173,7 @@

Method Details

}, ], "sid": "A String", # Output only. sid is the sap component identificator + "topologyType": "A String", # The detected topology of the component. }, "metadata": { # Output only. The metadata for SAP workload. "a_key": "A String", diff --git a/googleapiclient/discovery_cache/documents/workloadmanager.v1.json b/googleapiclient/discovery_cache/documents/workloadmanager.v1.json index 15db4ebbe6..752aec2156 100644 --- a/googleapiclient/discovery_cache/documents/workloadmanager.v1.json +++ b/googleapiclient/discovery_cache/documents/workloadmanager.v1.json @@ -838,7 +838,7 @@ } } }, -"revision": "20240221", +"revision": "20240228", "rootUrl": "https://workloadmanager.googleapis.com/", "schemas": { "APILayerServer": { @@ -1826,6 +1826,13 @@ "description": "The component of sap workload", "id": "SapComponent", "properties": { +"haHosts": { +"description": "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.", +"items": { +"type": "string" +}, +"type": "array" +}, "resources": { "description": "Output only. resources in the component", "items": { @@ -1838,6 +1845,20 @@ "description": "Output only. sid is the sap component identificator", "readOnly": true, "type": "string" +}, +"topologyType": { +"description": "The detected topology of the component.", +"enum": [ +"TOPOLOGY_TYPE_UNSPECIFIED", +"TOPOLOGY_SCALE_UP", +"TOPOLOGY_SCALE_OUT" +], +"enumDescriptions": [ +"Unspecified topology.", +"A scale-up single node system.", +"A scale-out multi-node system." +], +"type": "string" } }, "type": "object"