|
8 | 8 | import com.fasterxml.jackson.annotation.JsonTypeInfo; |
9 | 9 | import com.fasterxml.jackson.annotation.JsonTypeName; |
10 | 10 |
|
11 | | -/** Azure VM workload-specific protectable item representing SAP HANA Dbinstance. */ |
| 11 | +/** Azure VM workload-specific protectable item representing HANA HSR. */ |
12 | 12 | @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "protectableItemType") |
13 | | -@JsonTypeName("SAPHanaHSR") |
| 13 | +@JsonTypeName("HanaHSRContainer") |
14 | 14 | @Fluent |
15 | | -public final class AzureVmWorkloadSapHanaHsr extends AzureVmWorkloadProtectableItem { |
16 | | - /** Creates an instance of AzureVmWorkloadSapHanaHsr class. */ |
17 | | - public AzureVmWorkloadSapHanaHsr() { |
| 15 | +public final class AzureVmWorkloadSapHanaHsrProtectableItem extends AzureVmWorkloadProtectableItem { |
| 16 | + /** Creates an instance of AzureVmWorkloadSapHanaHsrProtectableItem class. */ |
| 17 | + public AzureVmWorkloadSapHanaHsrProtectableItem() { |
18 | 18 | } |
19 | 19 |
|
20 | 20 | /** {@inheritDoc} */ |
21 | 21 | @Override |
22 | | - public AzureVmWorkloadSapHanaHsr withParentName(String parentName) { |
| 22 | + public AzureVmWorkloadSapHanaHsrProtectableItem withParentName(String parentName) { |
23 | 23 | super.withParentName(parentName); |
24 | 24 | return this; |
25 | 25 | } |
26 | 26 |
|
27 | 27 | /** {@inheritDoc} */ |
28 | 28 | @Override |
29 | | - public AzureVmWorkloadSapHanaHsr withParentUniqueName(String parentUniqueName) { |
| 29 | + public AzureVmWorkloadSapHanaHsrProtectableItem withParentUniqueName(String parentUniqueName) { |
30 | 30 | super.withParentUniqueName(parentUniqueName); |
31 | 31 | return this; |
32 | 32 | } |
33 | 33 |
|
34 | 34 | /** {@inheritDoc} */ |
35 | 35 | @Override |
36 | | - public AzureVmWorkloadSapHanaHsr withServerName(String serverName) { |
| 36 | + public AzureVmWorkloadSapHanaHsrProtectableItem withServerName(String serverName) { |
37 | 37 | super.withServerName(serverName); |
38 | 38 | return this; |
39 | 39 | } |
40 | 40 |
|
41 | 41 | /** {@inheritDoc} */ |
42 | 42 | @Override |
43 | | - public AzureVmWorkloadSapHanaHsr withIsAutoProtectable(Boolean isAutoProtectable) { |
| 43 | + public AzureVmWorkloadSapHanaHsrProtectableItem withIsAutoProtectable(Boolean isAutoProtectable) { |
44 | 44 | super.withIsAutoProtectable(isAutoProtectable); |
45 | 45 | return this; |
46 | 46 | } |
47 | 47 |
|
48 | 48 | /** {@inheritDoc} */ |
49 | 49 | @Override |
50 | | - public AzureVmWorkloadSapHanaHsr withIsAutoProtected(Boolean isAutoProtected) { |
| 50 | + public AzureVmWorkloadSapHanaHsrProtectableItem withIsAutoProtected(Boolean isAutoProtected) { |
51 | 51 | super.withIsAutoProtected(isAutoProtected); |
52 | 52 | return this; |
53 | 53 | } |
54 | 54 |
|
55 | 55 | /** {@inheritDoc} */ |
56 | 56 | @Override |
57 | | - public AzureVmWorkloadSapHanaHsr withSubinquireditemcount(Integer subinquireditemcount) { |
| 57 | + public AzureVmWorkloadSapHanaHsrProtectableItem withSubinquireditemcount(Integer subinquireditemcount) { |
58 | 58 | super.withSubinquireditemcount(subinquireditemcount); |
59 | 59 | return this; |
60 | 60 | } |
61 | 61 |
|
62 | 62 | /** {@inheritDoc} */ |
63 | 63 | @Override |
64 | | - public AzureVmWorkloadSapHanaHsr withSubprotectableitemcount(Integer subprotectableitemcount) { |
| 64 | + public AzureVmWorkloadSapHanaHsrProtectableItem withSubprotectableitemcount(Integer subprotectableitemcount) { |
65 | 65 | super.withSubprotectableitemcount(subprotectableitemcount); |
66 | 66 | return this; |
67 | 67 | } |
68 | 68 |
|
69 | 69 | /** {@inheritDoc} */ |
70 | 70 | @Override |
71 | | - public AzureVmWorkloadSapHanaHsr withPrebackupvalidation(PreBackupValidation prebackupvalidation) { |
| 71 | + public AzureVmWorkloadSapHanaHsrProtectableItem withPrebackupvalidation(PreBackupValidation prebackupvalidation) { |
72 | 72 | super.withPrebackupvalidation(prebackupvalidation); |
73 | 73 | return this; |
74 | 74 | } |
75 | 75 |
|
76 | 76 | /** {@inheritDoc} */ |
77 | 77 | @Override |
78 | | - public AzureVmWorkloadSapHanaHsr withBackupManagementType(String backupManagementType) { |
| 78 | + public AzureVmWorkloadSapHanaHsrProtectableItem withBackupManagementType(String backupManagementType) { |
79 | 79 | super.withBackupManagementType(backupManagementType); |
80 | 80 | return this; |
81 | 81 | } |
82 | 82 |
|
83 | 83 | /** {@inheritDoc} */ |
84 | 84 | @Override |
85 | | - public AzureVmWorkloadSapHanaHsr withWorkloadType(String workloadType) { |
| 85 | + public AzureVmWorkloadSapHanaHsrProtectableItem withWorkloadType(String workloadType) { |
86 | 86 | super.withWorkloadType(workloadType); |
87 | 87 | return this; |
88 | 88 | } |
89 | 89 |
|
90 | 90 | /** {@inheritDoc} */ |
91 | 91 | @Override |
92 | | - public AzureVmWorkloadSapHanaHsr withFriendlyName(String friendlyName) { |
| 92 | + public AzureVmWorkloadSapHanaHsrProtectableItem withFriendlyName(String friendlyName) { |
93 | 93 | super.withFriendlyName(friendlyName); |
94 | 94 | return this; |
95 | 95 | } |
96 | 96 |
|
97 | 97 | /** {@inheritDoc} */ |
98 | 98 | @Override |
99 | | - public AzureVmWorkloadSapHanaHsr withProtectionState(ProtectionStatus protectionState) { |
| 99 | + public AzureVmWorkloadSapHanaHsrProtectableItem withProtectionState(ProtectionStatus protectionState) { |
100 | 100 | super.withProtectionState(protectionState); |
101 | 101 | return this; |
102 | 102 | } |
|
0 commit comments