|
203 | 203 | "summary": "Creates a SAP HANA instance.", |
204 | 204 | "description": "Creates a SAP HANA instance for the specified subscription, resource group, and instance name.", |
205 | 205 | "x-ms-examples": { |
206 | | - "Get properties of a HANA instance": { |
| 206 | + "Create a HANA instance": { |
207 | 207 | "$ref": "./examples/HanaInstances_Create.json" |
208 | 208 | } |
209 | 209 | }, |
|
254 | 254 | "summary": "Deletes a SAP HANA instance.", |
255 | 255 | "description": "Deletes a SAP HANA instance with the specified subscription, resource group, and instance name.", |
256 | 256 | "x-ms-examples": { |
257 | | - "Get properties of a HANA instance": { |
| 257 | + "Delete a HANA instance": { |
258 | 258 | "$ref": "./examples/HanaInstances_Delete.json" |
259 | 259 | } |
260 | 260 | }, |
|
569 | 569 | "description": "Specifies the network settings for the HANA instance." |
570 | 570 | }, |
571 | 571 | "hanaInstanceId": { |
| 572 | + "readOnly": true, |
572 | 573 | "type": "string", |
573 | 574 | "description": "Specifies the HANA instance unique ID." |
574 | 575 | }, |
575 | 576 | "powerState": { |
| 577 | + "readOnly": true, |
576 | 578 | "type": "string", |
577 | 579 | "enum": [ |
578 | 580 | "starting", |
|
589 | 591 | "description": "Resource power state" |
590 | 592 | }, |
591 | 593 | "proximityPlacementGroup": { |
| 594 | + "readOnly": true, |
592 | 595 | "type": "string", |
593 | 596 | "description": "Resource proximity placement group" |
594 | 597 | }, |
595 | 598 | "hwRevision": { |
| 599 | + "readOnly": true, |
596 | 600 | "type": "string", |
597 | 601 | "description": "Hardware revision of a HANA instance" |
598 | 602 | }, |
|
601 | 605 | "description": "ARM ID of another HanaInstance that will share a network with this HanaInstance" |
602 | 606 | }, |
603 | 607 | "provisioningState": { |
| 608 | + "readOnly": true, |
604 | 609 | "type": "string", |
605 | 610 | "enum": [ |
606 | 611 | "Accepted", |
|
623 | 628 | "HardwareProfile": { |
624 | 629 | "properties": { |
625 | 630 | "hardwareType": { |
| 631 | + "readOnly": true, |
626 | 632 | "type": "string", |
627 | 633 | "enum": [ |
628 | 634 | "Cisco_UCS", |
|
635 | 641 | "description": "Name of the hardware type (vendor and/or their product name)" |
636 | 642 | }, |
637 | 643 | "hanaInstanceSize": { |
| 644 | + "readOnly": true, |
638 | 645 | "type": "string", |
639 | 646 | "enum": [ |
640 | 647 | "S72m", |
|
718 | 725 | "description": "Group ID of the HANA database user." |
719 | 726 | }, |
720 | 727 | "memoryAllocation": { |
| 728 | + "readOnly": true, |
721 | 729 | "type": "string", |
722 | 730 | "description": "Percent of memory to allocate to this SID." |
723 | 731 | }, |
|
739 | 747 | "StorageProfile": { |
740 | 748 | "properties": { |
741 | 749 | "nfsIpAddress": { |
| 750 | + "readOnly": true, |
742 | 751 | "type": "string", |
743 | 752 | "description": "IP Address to connect to storage." |
744 | 753 | }, |
|
766 | 775 | "description": "Specifies the host OS name of the HANA instance." |
767 | 776 | }, |
768 | 777 | "osType": { |
| 778 | + "readOnly": true, |
769 | 779 | "type": "string", |
770 | 780 | "description": "This property allows you to specify the type of the OS." |
771 | 781 | }, |
772 | 782 | "version": { |
| 783 | + "readOnly": true, |
773 | 784 | "type": "string", |
774 | 785 | "description": "Specifies version of operating system." |
775 | 786 | }, |
|
790 | 801 | "description": "Specifies the network interfaces for the HANA instance." |
791 | 802 | }, |
792 | 803 | "circuitId": { |
| 804 | + "readOnly": true, |
793 | 805 | "type": "string", |
794 | 806 | "description": "Specifies the circuit id for connecting to express route." |
795 | 807 | } |
|
0 commit comments