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\GKEHub;
|
---|
19 |
|
---|
20 | class MembershipFeatureState extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $appdevexperienceType = AppDevExperienceFeatureState::class;
|
---|
23 | protected $appdevexperienceDataType = '';
|
---|
24 | protected $clusterupgradeType = ClusterUpgradeMembershipState::class;
|
---|
25 | protected $clusterupgradeDataType = '';
|
---|
26 | protected $configmanagementType = ConfigManagementMembershipState::class;
|
---|
27 | protected $configmanagementDataType = '';
|
---|
28 | protected $fleetobservabilityType = FleetObservabilityMembershipState::class;
|
---|
29 | protected $fleetobservabilityDataType = '';
|
---|
30 | protected $identityserviceType = IdentityServiceMembershipState::class;
|
---|
31 | protected $identityserviceDataType = '';
|
---|
32 | protected $policycontrollerType = PolicyControllerMembershipState::class;
|
---|
33 | protected $policycontrollerDataType = '';
|
---|
34 | protected $servicemeshType = ServiceMeshMembershipState::class;
|
---|
35 | protected $servicemeshDataType = '';
|
---|
36 | protected $stateType = FeatureState::class;
|
---|
37 | protected $stateDataType = '';
|
---|
38 |
|
---|
39 | /**
|
---|
40 | * @param AppDevExperienceFeatureState
|
---|
41 | */
|
---|
42 | public function setAppdevexperience(AppDevExperienceFeatureState $appdevexperience)
|
---|
43 | {
|
---|
44 | $this->appdevexperience = $appdevexperience;
|
---|
45 | }
|
---|
46 | /**
|
---|
47 | * @return AppDevExperienceFeatureState
|
---|
48 | */
|
---|
49 | public function getAppdevexperience()
|
---|
50 | {
|
---|
51 | return $this->appdevexperience;
|
---|
52 | }
|
---|
53 | /**
|
---|
54 | * @param ClusterUpgradeMembershipState
|
---|
55 | */
|
---|
56 | public function setClusterupgrade(ClusterUpgradeMembershipState $clusterupgrade)
|
---|
57 | {
|
---|
58 | $this->clusterupgrade = $clusterupgrade;
|
---|
59 | }
|
---|
60 | /**
|
---|
61 | * @return ClusterUpgradeMembershipState
|
---|
62 | */
|
---|
63 | public function getClusterupgrade()
|
---|
64 | {
|
---|
65 | return $this->clusterupgrade;
|
---|
66 | }
|
---|
67 | /**
|
---|
68 | * @param ConfigManagementMembershipState
|
---|
69 | */
|
---|
70 | public function setConfigmanagement(ConfigManagementMembershipState $configmanagement)
|
---|
71 | {
|
---|
72 | $this->configmanagement = $configmanagement;
|
---|
73 | }
|
---|
74 | /**
|
---|
75 | * @return ConfigManagementMembershipState
|
---|
76 | */
|
---|
77 | public function getConfigmanagement()
|
---|
78 | {
|
---|
79 | return $this->configmanagement;
|
---|
80 | }
|
---|
81 | /**
|
---|
82 | * @param FleetObservabilityMembershipState
|
---|
83 | */
|
---|
84 | public function setFleetobservability(FleetObservabilityMembershipState $fleetobservability)
|
---|
85 | {
|
---|
86 | $this->fleetobservability = $fleetobservability;
|
---|
87 | }
|
---|
88 | /**
|
---|
89 | * @return FleetObservabilityMembershipState
|
---|
90 | */
|
---|
91 | public function getFleetobservability()
|
---|
92 | {
|
---|
93 | return $this->fleetobservability;
|
---|
94 | }
|
---|
95 | /**
|
---|
96 | * @param IdentityServiceMembershipState
|
---|
97 | */
|
---|
98 | public function setIdentityservice(IdentityServiceMembershipState $identityservice)
|
---|
99 | {
|
---|
100 | $this->identityservice = $identityservice;
|
---|
101 | }
|
---|
102 | /**
|
---|
103 | * @return IdentityServiceMembershipState
|
---|
104 | */
|
---|
105 | public function getIdentityservice()
|
---|
106 | {
|
---|
107 | return $this->identityservice;
|
---|
108 | }
|
---|
109 | /**
|
---|
110 | * @param PolicyControllerMembershipState
|
---|
111 | */
|
---|
112 | public function setPolicycontroller(PolicyControllerMembershipState $policycontroller)
|
---|
113 | {
|
---|
114 | $this->policycontroller = $policycontroller;
|
---|
115 | }
|
---|
116 | /**
|
---|
117 | * @return PolicyControllerMembershipState
|
---|
118 | */
|
---|
119 | public function getPolicycontroller()
|
---|
120 | {
|
---|
121 | return $this->policycontroller;
|
---|
122 | }
|
---|
123 | /**
|
---|
124 | * @param ServiceMeshMembershipState
|
---|
125 | */
|
---|
126 | public function setServicemesh(ServiceMeshMembershipState $servicemesh)
|
---|
127 | {
|
---|
128 | $this->servicemesh = $servicemesh;
|
---|
129 | }
|
---|
130 | /**
|
---|
131 | * @return ServiceMeshMembershipState
|
---|
132 | */
|
---|
133 | public function getServicemesh()
|
---|
134 | {
|
---|
135 | return $this->servicemesh;
|
---|
136 | }
|
---|
137 | /**
|
---|
138 | * @param FeatureState
|
---|
139 | */
|
---|
140 | public function setState(FeatureState $state)
|
---|
141 | {
|
---|
142 | $this->state = $state;
|
---|
143 | }
|
---|
144 | /**
|
---|
145 | * @return FeatureState
|
---|
146 | */
|
---|
147 | public function getState()
|
---|
148 | {
|
---|
149 | return $this->state;
|
---|
150 | }
|
---|
151 | }
|
---|
152 |
|
---|
153 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
154 | class_alias(MembershipFeatureState::class, 'Google_Service_GKEHub_MembershipFeatureState');
|
---|