-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_instance_attribute.go
54 lines (52 loc) · 3.73 KB
/
struct_instance_attribute.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
51
52
53
54
package cloudapi
//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.
// InstanceAttribute is a nested struct in cloudapi response
type InstanceAttribute struct {
Status string `json:"Status" xml:"Status"`
VpcSlbIntranetEnable bool `json:"VpcSlbIntranetEnable" xml:"VpcSlbIntranetEnable"`
ClassicEgressAddress string `json:"ClassicEgressAddress" xml:"ClassicEgressAddress"`
ZoneLocalName string `json:"ZoneLocalName" xml:"ZoneLocalName"`
VipTypeList string `json:"VipTypeList" xml:"VipTypeList"`
UserVpcId string `json:"UserVpcId" xml:"UserVpcId"`
VpcIntranetEnable bool `json:"VpcIntranetEnable" xml:"VpcIntranetEnable"`
VpcOwnerId int64 `json:"VpcOwnerId" xml:"VpcOwnerId"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
InstanceRpsLimit int `json:"InstanceRpsLimit" xml:"InstanceRpsLimit"`
InstanceType string `json:"InstanceType" xml:"InstanceType"`
RegionId string `json:"RegionId" xml:"RegionId"`
InstanceSpec string `json:"InstanceSpec" xml:"InstanceSpec"`
InstanceChargeType string `json:"InstanceChargeType" xml:"InstanceChargeType"`
HttpsPolicies string `json:"HttpsPolicies" xml:"HttpsPolicies"`
VpcEgressAddress string `json:"VpcEgressAddress" xml:"VpcEgressAddress"`
EgressIpv6Enable bool `json:"EgressIpv6Enable" xml:"EgressIpv6Enable"`
ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
InstanceName string `json:"InstanceName" xml:"InstanceName"`
ZoneId string `json:"ZoneId" xml:"ZoneId"`
SupportIpv6 bool `json:"SupportIpv6" xml:"SupportIpv6"`
InternetEgressAddress string `json:"InternetEgressAddress" xml:"InternetEgressAddress"`
CreatedTime string `json:"CreatedTime" xml:"CreatedTime"`
UserVswitchId string `json:"UserVswitchId" xml:"UserVswitchId"`
AclName string `json:"AclName" xml:"AclName"`
AclType string `json:"AclType" xml:"AclType"`
AclStatus string `json:"AclStatus" xml:"AclStatus"`
AclId string `json:"AclId" xml:"AclId"`
IntranetSegments string `json:"IntranetSegments" xml:"IntranetSegments"`
IPV6AclName string `json:"IPV6AclName" xml:"IPV6AclName"`
IPV6AclId string `json:"IPV6AclId" xml:"IPV6AclId"`
IPV6AclType string `json:"IPV6AclType" xml:"IPV6AclType"`
IPV6AclStatus string `json:"IPV6AclStatus" xml:"IPV6AclStatus"`
InstanceSpecAttributes InstanceSpecAttributes `json:"InstanceSpecAttributes" xml:"InstanceSpecAttributes"`
}