|
707 | 707 | }
|
708 | 708 | }
|
709 | 709 | },
|
710 |
| - "revision": "20230705", |
| 710 | + "revision": "20230710", |
711 | 711 | "rootUrl": "https://workloadmanager.googleapis.com/",
|
712 | 712 | "schemas": {
|
713 | 713 | "CancelOperationRequest": {
|
|
1368 | 1368 | "description": "Message describing the system component.",
|
1369 | 1369 | "id": "SapDiscoveryComponent",
|
1370 | 1370 | "properties": {
|
1371 |
| - "applicationType": { |
1372 |
| - "description": "The component is a SAP application.", |
1373 |
| - "type": "string" |
| 1371 | + "applicationProperties": { |
| 1372 | + "$ref": "SapDiscoveryComponentApplicationProperties", |
| 1373 | + "description": "Optional. The component is a SAP application." |
1374 | 1374 | },
|
1375 |
| - "databaseType": { |
1376 |
| - "description": "The component is a SAP database.", |
1377 |
| - "type": "string" |
| 1375 | + "databaseProperties": { |
| 1376 | + "$ref": "SapDiscoveryComponentDatabaseProperties", |
| 1377 | + "description": "Optional. The component is a SAP database." |
1378 | 1378 | },
|
1379 | 1379 | "hostProject": {
|
1380 | 1380 | "description": "Pantheon Project in which the resources reside.",
|
|
1394 | 1394 | },
|
1395 | 1395 | "type": "object"
|
1396 | 1396 | },
|
| 1397 | + "SapDiscoveryComponentApplicationProperties": { |
| 1398 | + "description": "A set of properties describing an SAP Application layer.", |
| 1399 | + "id": "SapDiscoveryComponentApplicationProperties", |
| 1400 | + "properties": { |
| 1401 | + "applicationType": { |
| 1402 | + "description": "Required. Type of the application. Netweaver, etc.", |
| 1403 | + "enum": [ |
| 1404 | + "APPLICATION_TYPE_UNSPECIFIED", |
| 1405 | + "NETWEAVER" |
| 1406 | + ], |
| 1407 | + "enumDescriptions": [ |
| 1408 | + "Unspecified application type", |
| 1409 | + "SAP Netweaver" |
| 1410 | + ], |
| 1411 | + "type": "string" |
| 1412 | + }, |
| 1413 | + "ascsUri": { |
| 1414 | + "description": "Required. Resource URI of the recognized ASCS host of the application.", |
| 1415 | + "type": "string" |
| 1416 | + }, |
| 1417 | + "nfsUri": { |
| 1418 | + "description": "Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.", |
| 1419 | + "type": "string" |
| 1420 | + } |
| 1421 | + }, |
| 1422 | + "type": "object" |
| 1423 | + }, |
| 1424 | + "SapDiscoveryComponentDatabaseProperties": { |
| 1425 | + "description": "A set of properties describing an SAP Database layer.", |
| 1426 | + "id": "SapDiscoveryComponentDatabaseProperties", |
| 1427 | + "properties": { |
| 1428 | + "databaseType": { |
| 1429 | + "description": "Required. Type of the database. HANA, DB2, etc.", |
| 1430 | + "enum": [ |
| 1431 | + "DATABASE_TYPE_UNSPECIFIED", |
| 1432 | + "HANA", |
| 1433 | + "MAX_DB", |
| 1434 | + "DB2" |
| 1435 | + ], |
| 1436 | + "enumDescriptions": [ |
| 1437 | + "Unspecified database type.", |
| 1438 | + "SAP HANA", |
| 1439 | + "SAP MAX_DB", |
| 1440 | + "IBM DB2" |
| 1441 | + ], |
| 1442 | + "type": "string" |
| 1443 | + }, |
| 1444 | + "primaryInstanceUri": { |
| 1445 | + "description": "Required. URI of the recognized primary instance of the database.", |
| 1446 | + "type": "string" |
| 1447 | + }, |
| 1448 | + "sharedNfsUri": { |
| 1449 | + "description": "Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.", |
| 1450 | + "type": "string" |
| 1451 | + } |
| 1452 | + }, |
| 1453 | + "type": "object" |
| 1454 | + }, |
1397 | 1455 | "SapDiscoveryMetadata": {
|
1398 | 1456 | "description": "Message describing SAP discovery system metadata",
|
1399 | 1457 | "id": "SapDiscoveryMetadata",
|
|
1464 | 1522 | "description": "Required. The type of this resource.",
|
1465 | 1523 | "enum": [
|
1466 | 1524 | "RESOURCE_TYPE_UNSPECIFIED",
|
1467 |
| - "COMPUTE", |
1468 |
| - "STORAGE", |
1469 |
| - "NETWORK" |
| 1525 | + "RESOURCE_TYPE_COMPUTE", |
| 1526 | + "RESOURCE_TYPE_STORAGE", |
| 1527 | + "RESOURCE_TYPE_NETWORK" |
1470 | 1528 | ],
|
1471 | 1529 | "enumDescriptions": [
|
1472 | 1530 | "Undefined resource type.",
|
|
0 commit comments