|
1 | | -// Copyright 2024 Google LLC |
| 1 | +// Copyright 2025 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -2066,7 +2066,7 @@ public virtual System.DateTimeOffset? InventoryTimeDateTimeOffset |
2066 | 2066 | [Newtonsoft.Json.JsonPropertyAttribute("notices")] |
2067 | 2067 | public virtual System.Collections.Generic.IList<Notice> Notices { get; set; } |
2068 | 2068 |
|
2069 | | - /// <summary>Output only. [Output only] Result summary</summary> |
| 2069 | + /// <summary>Output only. [Output only] Result summary for the execution</summary> |
2070 | 2070 | [Newtonsoft.Json.JsonPropertyAttribute("resultSummary")] |
2071 | 2071 | public virtual Summary ResultSummary { get; set; } |
2072 | 2072 |
|
@@ -2842,9 +2842,13 @@ public class SapDiscoveryComponent : Google.Apis.Requests.IDirectResponseSchema |
2842 | 2842 | [Newtonsoft.Json.JsonPropertyAttribute("hostProject")] |
2843 | 2843 | public virtual string HostProject { get; set; } |
2844 | 2844 |
|
| 2845 | + /// <summary>Optional. The region this component's resources are primarily located in.</summary> |
| 2846 | + [Newtonsoft.Json.JsonPropertyAttribute("region")] |
| 2847 | + public virtual string Region { get; set; } |
| 2848 | + |
2845 | 2849 | /// <summary>Optional. A list of replication sites used in Disaster Recovery (DR) configurations.</summary> |
2846 | 2850 | [Newtonsoft.Json.JsonPropertyAttribute("replicationSites")] |
2847 | | - public virtual System.Collections.Generic.IList<SapDiscoveryComponent> ReplicationSites { get; set; } |
| 2851 | + public virtual System.Collections.Generic.IList<SapDiscoveryComponentReplicationSite> ReplicationSites { get; set; } |
2848 | 2852 |
|
2849 | 2853 | /// <summary>Optional. The resources in a component.</summary> |
2850 | 2854 | [Newtonsoft.Json.JsonPropertyAttribute("resources")] |
@@ -2940,6 +2944,21 @@ public class SapDiscoveryComponentDatabaseProperties : Google.Apis.Requests.IDir |
2940 | 2944 | public virtual string ETag { get; set; } |
2941 | 2945 | } |
2942 | 2946 |
|
| 2947 | + /// <summary>A replication site used in Disaster Recovery (DR) configurations.</summary> |
| 2948 | + public class SapDiscoveryComponentReplicationSite : Google.Apis.Requests.IDirectResponseSchema |
| 2949 | + { |
| 2950 | + /// <summary>Optional. The system component for the site.</summary> |
| 2951 | + [Newtonsoft.Json.JsonPropertyAttribute("component")] |
| 2952 | + public virtual SapDiscoveryComponent Component { get; set; } |
| 2953 | + |
| 2954 | + /// <summary>Optional. The name of the source site from which this one replicates.</summary> |
| 2955 | + [Newtonsoft.Json.JsonPropertyAttribute("sourceSite")] |
| 2956 | + public virtual string SourceSite { get; set; } |
| 2957 | + |
| 2958 | + /// <summary>The ETag of the item.</summary> |
| 2959 | + public virtual string ETag { get; set; } |
| 2960 | + } |
| 2961 | + |
2943 | 2962 | /// <summary>Message describing SAP discovery system metadata</summary> |
2944 | 2963 | public class SapDiscoveryMetadata : Google.Apis.Requests.IDirectResponseSchema |
2945 | 2964 | { |
|
0 commit comments