1 | <?php
|
---|
2 | /*
|
---|
3 | * Copyright 2014 Google Inc.
|
---|
4 | *
|
---|
5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
7 | * the License at
|
---|
8 | *
|
---|
9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
10 | *
|
---|
11 | * Unless required by applicable law or agreed to in writing, software
|
---|
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
14 | * License for the specific language governing permissions and limitations under
|
---|
15 | * the License.
|
---|
16 | */
|
---|
17 |
|
---|
18 | namespace Google\Service\CloudDataplex;
|
---|
19 |
|
---|
20 | class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $requirementOverrideType = CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride::class;
|
---|
23 | protected $requirementOverrideDataType = '';
|
---|
24 | /**
|
---|
25 | * @var string
|
---|
26 | */
|
---|
27 | public $ziOrgPolicy;
|
---|
28 | /**
|
---|
29 | * @var string
|
---|
30 | */
|
---|
31 | public $ziRegionPolicy;
|
---|
32 | /**
|
---|
33 | * @var string
|
---|
34 | */
|
---|
35 | public $ziRegionState;
|
---|
36 | /**
|
---|
37 | * @var string
|
---|
38 | */
|
---|
39 | public $zoneIsolation;
|
---|
40 | /**
|
---|
41 | * @var string
|
---|
42 | */
|
---|
43 | public $zoneSeparation;
|
---|
44 | /**
|
---|
45 | * @var string
|
---|
46 | */
|
---|
47 | public $zsOrgPolicy;
|
---|
48 | /**
|
---|
49 | * @var string
|
---|
50 | */
|
---|
51 | public $zsRegionState;
|
---|
52 |
|
---|
53 | /**
|
---|
54 | * @param CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride
|
---|
55 | */
|
---|
56 | public function setRequirementOverride(CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride $requirementOverride)
|
---|
57 | {
|
---|
58 | $this->requirementOverride = $requirementOverride;
|
---|
59 | }
|
---|
60 | /**
|
---|
61 | * @return CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride
|
---|
62 | */
|
---|
63 | public function getRequirementOverride()
|
---|
64 | {
|
---|
65 | return $this->requirementOverride;
|
---|
66 | }
|
---|
67 | /**
|
---|
68 | * @param string
|
---|
69 | */
|
---|
70 | public function setZiOrgPolicy($ziOrgPolicy)
|
---|
71 | {
|
---|
72 | $this->ziOrgPolicy = $ziOrgPolicy;
|
---|
73 | }
|
---|
74 | /**
|
---|
75 | * @return string
|
---|
76 | */
|
---|
77 | public function getZiOrgPolicy()
|
---|
78 | {
|
---|
79 | return $this->ziOrgPolicy;
|
---|
80 | }
|
---|
81 | /**
|
---|
82 | * @param string
|
---|
83 | */
|
---|
84 | public function setZiRegionPolicy($ziRegionPolicy)
|
---|
85 | {
|
---|
86 | $this->ziRegionPolicy = $ziRegionPolicy;
|
---|
87 | }
|
---|
88 | /**
|
---|
89 | * @return string
|
---|
90 | */
|
---|
91 | public function getZiRegionPolicy()
|
---|
92 | {
|
---|
93 | return $this->ziRegionPolicy;
|
---|
94 | }
|
---|
95 | /**
|
---|
96 | * @param string
|
---|
97 | */
|
---|
98 | public function setZiRegionState($ziRegionState)
|
---|
99 | {
|
---|
100 | $this->ziRegionState = $ziRegionState;
|
---|
101 | }
|
---|
102 | /**
|
---|
103 | * @return string
|
---|
104 | */
|
---|
105 | public function getZiRegionState()
|
---|
106 | {
|
---|
107 | return $this->ziRegionState;
|
---|
108 | }
|
---|
109 | /**
|
---|
110 | * @param string
|
---|
111 | */
|
---|
112 | public function setZoneIsolation($zoneIsolation)
|
---|
113 | {
|
---|
114 | $this->zoneIsolation = $zoneIsolation;
|
---|
115 | }
|
---|
116 | /**
|
---|
117 | * @return string
|
---|
118 | */
|
---|
119 | public function getZoneIsolation()
|
---|
120 | {
|
---|
121 | return $this->zoneIsolation;
|
---|
122 | }
|
---|
123 | /**
|
---|
124 | * @param string
|
---|
125 | */
|
---|
126 | public function setZoneSeparation($zoneSeparation)
|
---|
127 | {
|
---|
128 | $this->zoneSeparation = $zoneSeparation;
|
---|
129 | }
|
---|
130 | /**
|
---|
131 | * @return string
|
---|
132 | */
|
---|
133 | public function getZoneSeparation()
|
---|
134 | {
|
---|
135 | return $this->zoneSeparation;
|
---|
136 | }
|
---|
137 | /**
|
---|
138 | * @param string
|
---|
139 | */
|
---|
140 | public function setZsOrgPolicy($zsOrgPolicy)
|
---|
141 | {
|
---|
142 | $this->zsOrgPolicy = $zsOrgPolicy;
|
---|
143 | }
|
---|
144 | /**
|
---|
145 | * @return string
|
---|
146 | */
|
---|
147 | public function getZsOrgPolicy()
|
---|
148 | {
|
---|
149 | return $this->zsOrgPolicy;
|
---|
150 | }
|
---|
151 | /**
|
---|
152 | * @param string
|
---|
153 | */
|
---|
154 | public function setZsRegionState($zsRegionState)
|
---|
155 | {
|
---|
156 | $this->zsRegionState = $zsRegionState;
|
---|
157 | }
|
---|
158 | /**
|
---|
159 | * @return string
|
---|
160 | */
|
---|
161 | public function getZsRegionState()
|
---|
162 | {
|
---|
163 | return $this->zsRegionState;
|
---|
164 | }
|
---|
165 | }
|
---|
166 |
|
---|
167 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
168 | class_alias(CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations::class, 'Google_Service_CloudDataplex_CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations');
|
---|