This repository was archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvalid_describe_vpc.json
More file actions
104 lines (104 loc) · 3.46 KB
/
valid_describe_vpc.json
File metadata and controls
104 lines (104 loc) · 3.46 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"listvpcsresponse": {
"count": 3,
"vpc": [
{
"account": "admin",
"domainid": "7c7c7604-0d1c-11e4-9f4d-080027939f80",
"name": "examplevpc",
"service": [
{
"name": "PortForwarding",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "StaticNat",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "SourceNat",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "UserData",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "Dhcp",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "NetworkACL",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "Dns",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "Vpn",
"provider": [
{
"name": "VpcVirtualRouter"
}
]
},
{
"name": "Lb",
"provider": [
{
"name": "VpcVirtualRouter"
},
{
"name": "InternalLbVm"
}
]
}
],
"fordisplay": true,
"id": "examplevpc",
"tags": [],
"domain": "ROOT",
"zoneid": "c0d14920-09ae-4943-9717-6ab6c0b52de1",
"regionlevelvpc": false,
"state": "Enabled",
"distributedvpcrouter": false,
"displaytext": "9b68e9ac-0de5-11e4-8bc0-080027b0df8c",
"networkdomain": "cs2sandbox.simulator",
"vpcofferingid": "feef70e6-4d3a-438e-98c4-814527f97850",
"cidr": "192.168.0.2/24",
"zonename": "Sandbox-simulator",
"restartrequired": false,
"network": []
}
]
}
}