Skip to content

Commit

Permalink
Generated from 7c7a22dda64c00af26b50e6cc8e20d12a3c39d70 (#2543)
Browse files Browse the repository at this point in the history
Update HanaOnAzure example files for change

Update HanaInstances_List.json
Update HanaInstances_ListByResourceGroup.json
  • Loading branch information
AutorestCI authored May 8, 2018
1 parent f5db391 commit ede57f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class HanaHardwareTypeNamesEnum(Enum):

cisco_ucs = "Cisco_UCS"
hpe = "HPE"


class HanaInstanceSizeNamesEnum(Enum):
Expand All @@ -25,3 +26,9 @@ class HanaInstanceSizeNamesEnum(Enum):
s144 = "S144"
s192 = "S192"
s192m = "S192m"
s384 = "S384"
s384m = "S384m"
s384xm = "S384xm"
s576 = "S576"
s768 = "S768"
s960 = "S960"
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ class HardwareProfile(Model):
Variables are only populated by the server, and will be ignored when
sending a request.
:ivar hardware_type: Name of the hardware type (vendor and/or thrie
product name). Possible values include: 'Cisco_UCS'
:ivar hardware_type: Name of the hardware type (vendor and/or their
product name). Possible values include: 'Cisco_UCS', 'HPE'
:vartype hardware_type: str or
~azure.mgmt.hanaonazure.models.HanaHardwareTypeNamesEnum
:ivar hana_instance_size: Specifies the HANA instance SKU. Possible values
include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m'
include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S384', 'S384m',
'S384xm', 'S576', 'S768', 'S960'
:vartype hana_instance_size: str or
~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum
"""
Expand Down

0 comments on commit ede57f7

Please sign in to comment.