-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_nat_gateway.go
50 lines (48 loc) · 3.98 KB
/
struct_nat_gateway.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package vpc
//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.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// NatGateway is a nested struct in vpc response
type NatGateway struct {
Status string `json:"Status" xml:"Status"`
CreationTime string `json:"CreationTime" xml:"CreationTime"`
VpcId string `json:"VpcId" xml:"VpcId"`
NatType string `json:"NatType" xml:"NatType"`
AutoPay bool `json:"AutoPay" xml:"AutoPay"`
Spec string `json:"Spec" xml:"Spec"`
DeletionProtection bool `json:"DeletionProtection" xml:"DeletionProtection"`
NetworkType string `json:"NetworkType" xml:"NetworkType"`
SecurityProtectionEnabled bool `json:"SecurityProtectionEnabled" xml:"SecurityProtectionEnabled"`
InstanceChargeType string `json:"InstanceChargeType" xml:"InstanceChargeType"`
RegionId string `json:"RegionId" xml:"RegionId"`
EcsMetricEnabled bool `json:"EcsMetricEnabled" xml:"EcsMetricEnabled"`
IcmpReplyEnabled bool `json:"IcmpReplyEnabled" xml:"IcmpReplyEnabled"`
Description string `json:"Description" xml:"Description"`
ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
NatGatewayId string `json:"NatGatewayId" xml:"NatGatewayId"`
InternetChargeType string `json:"InternetChargeType" xml:"InternetChargeType"`
BusinessStatus string `json:"BusinessStatus" xml:"BusinessStatus"`
Name string `json:"Name" xml:"Name"`
PrivateLinkEnabled bool `json:"PrivateLinkEnabled" xml:"PrivateLinkEnabled"`
PrivateLinkMode string `json:"PrivateLinkMode" xml:"PrivateLinkMode"`
EipBindMode string `json:"EipBindMode" xml:"EipBindMode"`
ForwardTableIds ForwardTableIdsInDescribeNatGateways `json:"ForwardTableIds" xml:"ForwardTableIds"`
SnatTableIds SnatTableIdsInDescribeNatGateways `json:"SnatTableIds" xml:"SnatTableIds"`
FullNatTableIds FullNatTableIdsInDescribeNatGateways `json:"FullNatTableIds" xml:"FullNatTableIds"`
BandwidthPackageIds BandwidthPackageIdsInDescribeNatGateways `json:"BandwidthPackageIds" xml:"BandwidthPackageIds"`
NatGatewayPrivateInfo NatGatewayPrivateInfo `json:"NatGatewayPrivateInfo" xml:"NatGatewayPrivateInfo"`
IpLists IpLists `json:"IpLists" xml:"IpLists"`
Tags TagsInDescribeNatGateways `json:"Tags" xml:"Tags"`
}