Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56c8a0c

Browse files
committedMay 24, 2023
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.AwsDiskDetails (Total Keys: 7) - schemas.AwsSourceVmDetails.properties.disks (Total Keys: 2) - schemas.VmwareSourceDetails.properties.resolvedVcenterHost.type (Total Keys: 1) #### vmmigration:v1alpha1 The following keys were added: - schemas.AwsDiskDetails (Total Keys: 7) - schemas.AwsSourceVmDetails.properties.disks (Total Keys: 2) - schemas.VmwareSourceDetails.properties.resolvedVcenterHost.type (Total Keys: 1)
1 parent b2f7015 commit 56c8a0c

8 files changed

+136
-8
lines changed
 

‎docs/dyn/vmmigration_v1.projects.locations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
Returns:
127127
An object of the form:
128128

129-
{ # A resource that represents Google Cloud Platform location.
129+
{ # A resource that represents a Google Cloud location.
130130
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
131131
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
132132
&quot;a_key&quot;: &quot;A String&quot;,
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158

159159
{ # The response message for Locations.ListLocations.
160160
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
161-
{ # A resource that represents Google Cloud Platform location.
161+
{ # A resource that represents a Google Cloud location.
162162
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
163163
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
164164
&quot;a_key&quot;: &quot;A String&quot;,

‎docs/dyn/vmmigration_v1.projects.locations.sources.html

+4
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h3>Method Details</h3>
172172
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
173173
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
174174
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
175+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
175176
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
176177
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
177178
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -386,6 +387,7 @@ <h3>Method Details</h3>
386387
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
387388
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
388389
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
390+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
389391
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
390392
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
391393
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -455,6 +457,7 @@ <h3>Method Details</h3>
455457
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
456458
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
457459
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
460+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
458461
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
459462
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
460463
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -531,6 +534,7 @@ <h3>Method Details</h3>
531534
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
532535
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
533536
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
537+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
534538
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
535539
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
536540
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.

‎docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.html

+28
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ <h3>Method Details</h3>
140140
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
141141
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
142142
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
143+
&quot;disks&quot;: [ # The disks attached to the source VM.
144+
{ # The details of an AWS instance disk.
145+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
146+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
147+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
148+
},
149+
],
143150
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
144151
},
145152
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -735,6 +742,13 @@ <h3>Method Details</h3>
735742
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
736743
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
737744
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
745+
&quot;disks&quot;: [ # The disks attached to the source VM.
746+
{ # The details of an AWS instance disk.
747+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
748+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
749+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
750+
},
751+
],
738752
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
739753
},
740754
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -1230,6 +1244,13 @@ <h3>Method Details</h3>
12301244
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
12311245
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
12321246
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
1247+
&quot;disks&quot;: [ # The disks attached to the source VM.
1248+
{ # The details of an AWS instance disk.
1249+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
1250+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
1251+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
1252+
},
1253+
],
12331254
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
12341255
},
12351256
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -1729,6 +1750,13 @@ <h3>Method Details</h3>
17291750
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
17301751
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
17311752
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
1753+
&quot;disks&quot;: [ # The disks attached to the source VM.
1754+
{ # The details of an AWS instance disk.
1755+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
1756+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
1757+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
1758+
},
1759+
],
17321760
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
17331761
},
17341762
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.

‎docs/dyn/vmmigration_v1alpha1.projects.locations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
Returns:
127127
An object of the form:
128128

129-
{ # A resource that represents Google Cloud Platform location.
129+
{ # A resource that represents a Google Cloud location.
130130
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
131131
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
132132
&quot;a_key&quot;: &quot;A String&quot;,
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158

159159
{ # The response message for Locations.ListLocations.
160160
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
161-
{ # A resource that represents Google Cloud Platform location.
161+
{ # A resource that represents a Google Cloud location.
162162
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
163163
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
164164
&quot;a_key&quot;: &quot;A String&quot;,

‎docs/dyn/vmmigration_v1alpha1.projects.locations.sources.html

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ <h3>Method Details</h3>
181181
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
182182
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
183183
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
184+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
184185
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
185186
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
186187
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -405,6 +406,7 @@ <h3>Method Details</h3>
405406
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
406407
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
407408
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
409+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
408410
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
409411
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
410412
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -483,6 +485,7 @@ <h3>Method Details</h3>
483485
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
484486
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
485487
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
488+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
486489
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
487490
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
488491
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
@@ -568,6 +571,7 @@ <h3>Method Details</h3>
568571
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
569572
&quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
570573
&quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
574+
&quot;resolvedVcenterHost&quot;: &quot;A String&quot;, # The hostname of the vcenter.
571575
&quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
572576
&quot;username&quot;: &quot;A String&quot;, # The credentials username.
573577
&quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.

‎docs/dyn/vmmigration_v1alpha1.projects.locations.sources.migratingVms.html

+28
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ <h3>Method Details</h3>
140140
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
141141
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
142142
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
143+
&quot;disks&quot;: [ # The disks attached to the source VM.
144+
{ # The details of an AWS instance disk.
145+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
146+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
147+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
148+
},
149+
],
143150
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
144151
},
145152
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -1061,6 +1068,13 @@ <h3>Method Details</h3>
10611068
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
10621069
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
10631070
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
1071+
&quot;disks&quot;: [ # The disks attached to the source VM.
1072+
{ # The details of an AWS instance disk.
1073+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
1074+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
1075+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
1076+
},
1077+
],
10641078
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
10651079
},
10661080
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -1882,6 +1896,13 @@ <h3>Method Details</h3>
18821896
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
18831897
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
18841898
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
1899+
&quot;disks&quot;: [ # The disks attached to the source VM.
1900+
{ # The details of an AWS instance disk.
1901+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
1902+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
1903+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
1904+
},
1905+
],
18851906
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
18861907
},
18871908
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
@@ -2707,6 +2728,13 @@ <h3>Method Details</h3>
27072728
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
27082729
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
27092730
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # The total size of the disks being migrated in bytes.
2731+
&quot;disks&quot;: [ # The disks attached to the source VM.
2732+
{ # The details of an AWS instance disk.
2733+
&quot;diskNumber&quot;: 42, # The ordinal number of the disk.
2734+
&quot;sizeGb&quot;: &quot;A String&quot;, # Size in GB.
2735+
&quot;volumeId&quot;: &quot;A String&quot;, # AWS volume ID.
2736+
},
2737+
],
27102738
&quot;firmware&quot;: &quot;A String&quot;, # The firmware type of the source VM.
27112739
},
27122740
&quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.

‎googleapiclient/discovery_cache/documents/vmmigration.v1.json

+34-2
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230330",
1975+
"revision": "20230518",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {
@@ -2076,6 +2076,27 @@
20762076
},
20772077
"type": "object"
20782078
},
2079+
"AwsDiskDetails": {
2080+
"description": "The details of an AWS instance disk.",
2081+
"id": "AwsDiskDetails",
2082+
"properties": {
2083+
"diskNumber": {
2084+
"description": "The ordinal number of the disk.",
2085+
"format": "int32",
2086+
"type": "integer"
2087+
},
2088+
"sizeGb": {
2089+
"description": "Size in GB.",
2090+
"format": "int64",
2091+
"type": "string"
2092+
},
2093+
"volumeId": {
2094+
"description": "AWS volume ID.",
2095+
"type": "string"
2096+
}
2097+
},
2098+
"type": "object"
2099+
},
20792100
"AwsSecurityGroup": {
20802101
"description": "AwsSecurityGroup describes a security group of an AWS VM.",
20812102
"id": "AwsSecurityGroup",
@@ -2163,6 +2184,13 @@
21632184
"format": "int64",
21642185
"type": "string"
21652186
},
2187+
"disks": {
2188+
"description": "The disks attached to the source VM.",
2189+
"items": {
2190+
"$ref": "AwsDiskDetails"
2191+
},
2192+
"type": "array"
2193+
},
21662194
"firmware": {
21672195
"description": "The firmware type of the source VM.",
21682196
"enum": [
@@ -3408,7 +3436,7 @@
34083436
"type": "object"
34093437
},
34103438
"Location": {
3411-
"description": "A resource that represents Google Cloud Platform location.",
3439+
"description": "A resource that represents a Google Cloud location.",
34123440
"id": "Location",
34133441
"properties": {
34143442
"displayName": {
@@ -4317,6 +4345,10 @@
43174345
"description": "Input only. The credentials password. This is write only and can not be read in a GET operation.",
43184346
"type": "string"
43194347
},
4348+
"resolvedVcenterHost": {
4349+
"description": "The hostname of the vcenter.",
4350+
"type": "string"
4351+
},
43204352
"thumbprint": {
43214353
"description": "The thumbprint representing the certificate for the vcenter.",
43224354
"type": "string"

‎googleapiclient/discovery_cache/documents/vmmigration.v1alpha1.json

+34-2
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230330",
1975+
"revision": "20230518",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {
@@ -2076,6 +2076,27 @@
20762076
},
20772077
"type": "object"
20782078
},
2079+
"AwsDiskDetails": {
2080+
"description": "The details of an AWS instance disk.",
2081+
"id": "AwsDiskDetails",
2082+
"properties": {
2083+
"diskNumber": {
2084+
"description": "The ordinal number of the disk.",
2085+
"format": "int32",
2086+
"type": "integer"
2087+
},
2088+
"sizeGb": {
2089+
"description": "Size in GB.",
2090+
"format": "int64",
2091+
"type": "string"
2092+
},
2093+
"volumeId": {
2094+
"description": "AWS volume ID.",
2095+
"type": "string"
2096+
}
2097+
},
2098+
"type": "object"
2099+
},
20792100
"AwsSecurityGroup": {
20802101
"description": "AwsSecurityGroup describes a security group of an AWS VM.",
20812102
"id": "AwsSecurityGroup",
@@ -2163,6 +2184,13 @@
21632184
"format": "int64",
21642185
"type": "string"
21652186
},
2187+
"disks": {
2188+
"description": "The disks attached to the source VM.",
2189+
"items": {
2190+
"$ref": "AwsDiskDetails"
2191+
},
2192+
"type": "array"
2193+
},
21662194
"firmware": {
21672195
"description": "The firmware type of the source VM.",
21682196
"enum": [
@@ -3437,7 +3465,7 @@
34373465
"type": "object"
34383466
},
34393467
"Location": {
3440-
"description": "A resource that represents Google Cloud Platform location.",
3468+
"description": "A resource that represents a Google Cloud location.",
34413469
"id": "Location",
34423470
"properties": {
34433471
"displayName": {
@@ -4548,6 +4576,10 @@
45484576
"description": "Input only. The credentials password. This is write only and can not be read in a GET operation.",
45494577
"type": "string"
45504578
},
4579+
"resolvedVcenterHost": {
4580+
"description": "The hostname of the vcenter.",
4581+
"type": "string"
4582+
},
45514583
"thumbprint": {
45524584
"description": "The thumbprint representing the certificate for the vcenter.",
45534585
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.