python-botocore/tests/unit/response_parsing/xml/responses/ec2-create-subnet.json
2015-11-24 20:34:53 +09:00

14 lines
361 B
JSON

{
"Subnet": {
"VpcId": "vpc-1a2b3c4d",
"Tags": [],
"CidrBlock": "10.0.1.0/24",
"State": "pending",
"AvailabilityZone": "us-east-1a",
"SubnetId": "subnet-9d4a7b6c",
"AvailableIpAddressCount": 251
},
"ResponseMetadata": {
"RequestId": "7a62c49f-347e-4fc4-9331-6e8eEXAMPLE"
}
}