PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
NetworkManagement
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\NetworkManagement; class Step extends \Google\Model { protected $abortType = AbortInfo::class; protected $abortDataType = ''; public $causesDrop; protected $cloudSqlInstanceType = CloudSQLInstanceInfo::class; protected $cloudSqlInstanceDataType = ''; protected $deliverType = DeliverInfo::class; protected $deliverDataType = ''; public $description; protected $dropType = DropInfo::class; protected $dropDataType = ''; protected $endpointType = EndpointInfo::class; protected $endpointDataType = ''; protected $firewallType = FirewallInfo::class; protected $firewallDataType = ''; protected $forwardType = ForwardInfo::class; protected $forwardDataType = ''; protected $forwardingRuleType = ForwardingRuleInfo::class; protected $forwardingRuleDataType = ''; protected $gkeMasterType = GKEMasterInfo::class; protected $gkeMasterDataType = ''; protected $instanceType = InstanceInfo::class; protected $instanceDataType = ''; protected $loadBalancerType = LoadBalancerInfo::class; protected $loadBalancerDataType = ''; protected $networkType = NetworkInfo::class; protected $networkDataType = ''; public $projectId; protected $routeType = RouteInfo::class; protected $routeDataType = ''; public $state; protected $vpnGatewayType = VpnGatewayInfo::class; protected $vpnGatewayDataType = ''; protected $vpnTunnelType = VpnTunnelInfo::class; protected $vpnTunnelDataType = ''; /** * @param AbortInfo */ public function setAbort(AbortInfo $abort) { $this->abort = $abort; } /** * @return AbortInfo */ public function getAbort() { return $this->abort; } public function setCausesDrop($causesDrop) { $this->causesDrop = $causesDrop; } public function getCausesDrop() { return $this->causesDrop; } /** * @param CloudSQLInstanceInfo */ public function setCloudSqlInstance(CloudSQLInstanceInfo $cloudSqlInstance) { $this->cloudSqlInstance = $cloudSqlInstance; } /** * @return CloudSQLInstanceInfo */ public function getCloudSqlInstance() { return $this->cloudSqlInstance; } /** * @param DeliverInfo */ public function setDeliver(DeliverInfo $deliver) { $this->deliver = $deliver; } /** * @return DeliverInfo */ public function getDeliver() { return $this->deliver; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param DropInfo */ public function setDrop(DropInfo $drop) { $this->drop = $drop; } /** * @return DropInfo */ public function getDrop() { return $this->drop; } /** * @param EndpointInfo */ public function setEndpoint(EndpointInfo $endpoint) { $this->endpoint = $endpoint; } /** * @return EndpointInfo */ public function getEndpoint() { return $this->endpoint; } /** * @param FirewallInfo */ public function setFirewall(FirewallInfo $firewall) { $this->firewall = $firewall; } /** * @return FirewallInfo */ public function getFirewall() { return $this->firewall; } /** * @param ForwardInfo */ public function setForward(ForwardInfo $forward) { $this->forward = $forward; } /** * @return ForwardInfo */ public function getForward() { return $this->forward; } /** * @param ForwardingRuleInfo */ public function setForwardingRule(ForwardingRuleInfo $forwardingRule) { $this->forwardingRule = $forwardingRule; } /** * @return ForwardingRuleInfo */ public function getForwardingRule() { return $this->forwardingRule; } /** * @param GKEMasterInfo */ public function setGkeMaster(GKEMasterInfo $gkeMaster) { $this->gkeMaster = $gkeMaster; } /** * @return GKEMasterInfo */ public function getGkeMaster() { return $this->gkeMaster; } /** * @param InstanceInfo */ public function setInstance(InstanceInfo $instance) { $this->instance = $instance; } /** * @return InstanceInfo */ public function getInstance() { return $this->instance; } /** * @param LoadBalancerInfo */ public function setLoadBalancer(LoadBalancerInfo $loadBalancer) { $this->loadBalancer = $loadBalancer; } /** * @return LoadBalancerInfo */ public function getLoadBalancer() { return $this->loadBalancer; } /** * @param NetworkInfo */ public function setNetwork(NetworkInfo $network) { $this->network = $network; } /** * @return NetworkInfo */ public function getNetwork() { return $this->network; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param RouteInfo */ public function setRoute(RouteInfo $route) { $this->route = $route; } /** * @return RouteInfo */ public function getRoute() { return $this->route; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param VpnGatewayInfo */ public function setVpnGateway(VpnGatewayInfo $vpnGateway) { $this->vpnGateway = $vpnGateway; } /** * @return VpnGatewayInfo */ public function getVpnGateway() { return $this->vpnGateway; } /** * @param VpnTunnelInfo */ public function setVpnTunnel(VpnTunnelInfo $vpnTunnel) { $this->vpnTunnel = $vpnTunnel; } /** * @return VpnTunnelInfo */ public function getVpnTunnel() { return $this->vpnTunnel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Step::class, 'Google_Service_NetworkManagement_Step');
[-] InstanceInfo.php
[edit]
[-] AbortInfo.php
[edit]
[-] TestIamPermissionsResponse.php
[edit]
[+]
..
[-] VpnGatewayInfo.php
[edit]
[-] RouteInfo.php
[edit]
[-] CloudSQLInstanceInfo.php
[edit]
[-] GKEMasterInfo.php
[edit]
[-] FirewallInfo.php
[edit]
[-] ReachabilityDetails.php
[edit]
[-] SetIamPolicyRequest.php
[edit]
[-] AuditLogConfig.php
[edit]
[-] ListOperationsResponse.php
[edit]
[-] Location.php
[edit]
[-] LoadBalancerInfo.php
[edit]
[-] Policy.php
[edit]
[-] DeliverInfo.php
[edit]
[-] ListLocationsResponse.php
[edit]
[-] ListConnectivityTestsResponse.php
[edit]
[-] LoadBalancerBackend.php
[edit]
[-] RerunConnectivityTestRequest.php
[edit]
[-] AuditConfig.php
[edit]
[-] EndpointInfo.php
[edit]
[-] ConnectivityTest.php
[edit]
[+]
Resource
[-] CancelOperationRequest.php
[edit]
[-] Status.php
[edit]
[-] Binding.php
[edit]
[-] TestIamPermissionsRequest.php
[edit]
[-] Trace.php
[edit]
[-] OperationMetadata.php
[edit]
[-] DropInfo.php
[edit]
[-] VpnTunnelInfo.php
[edit]
[-] Endpoint.php
[edit]
[-] ForwardInfo.php
[edit]
[-] NetworkInfo.php
[edit]
[-] Expr.php
[edit]
[-] NetworkmanagementEmpty.php
[edit]
[-] Step.php
[edit]
[-] Operation.php
[edit]
[-] ForwardingRuleInfo.php
[edit]