File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ class SapDiscovery extends \Google\Model
37
37
* @var string
38
38
*/
39
39
public $ updateTime ;
40
+ /**
41
+ * @var bool
42
+ */
43
+ public $ useDrReconciliation ;
40
44
protected $ workloadPropertiesType = SapDiscoveryWorkloadProperties::class;
41
45
protected $ workloadPropertiesDataType = '' ;
42
46
@@ -124,6 +128,20 @@ public function getUpdateTime()
124
128
{
125
129
return $ this ->updateTime ;
126
130
}
131
+ /**
132
+ * @param bool
133
+ */
134
+ public function setUseDrReconciliation ($ useDrReconciliation )
135
+ {
136
+ $ this ->useDrReconciliation = $ useDrReconciliation ;
137
+ }
138
+ /**
139
+ * @return bool
140
+ */
141
+ public function getUseDrReconciliation ()
142
+ {
143
+ return $ this ->useDrReconciliation ;
144
+ }
127
145
/**
128
146
* @param SapDiscoveryWorkloadProperties
129
147
*/
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ class SapDiscoveryComponentDatabaseProperties extends \Google\Model
35
35
* @var string
36
36
*/
37
37
public $ instanceNumber ;
38
+ /**
39
+ * @var string
40
+ */
41
+ public $ landscapeId ;
38
42
/**
39
43
* @var string
40
44
*/
@@ -100,6 +104,20 @@ public function getInstanceNumber()
100
104
{
101
105
return $ this ->instanceNumber ;
102
106
}
107
+ /**
108
+ * @param string
109
+ */
110
+ public function setLandscapeId ($ landscapeId )
111
+ {
112
+ $ this ->landscapeId = $ landscapeId ;
113
+ }
114
+ /**
115
+ * @return string
116
+ */
117
+ public function getLandscapeId ()
118
+ {
119
+ return $ this ->landscapeId ;
120
+ }
103
121
/**
104
122
* @param string
105
123
*/
You can’t perform that action at this time.
0 commit comments