You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/NaverCloudPlatform/ncloud-sdk-go-v2/services/vpc/vpc.go

31 lines
597 B

/*
* vpc
*
* VPC Network 관련 API<br/>https://ncloud.apigw.ntruss.com/vpc/v2
*
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package vpc
type Vpc struct {
// VPC번호
VpcNo *string `json:"vpcNo,omitempty"`
// VPC이름
VpcName *string `json:"vpcName,omitempty"`
// IPv4 CIDR블록
Ipv4CidrBlock *string `json:"ipv4CidrBlock,omitempty"`
// VPC상태
VpcStatus *CommonCode `json:"vpcStatus,omitempty"`
// REGION코드
RegionCode *string `json:"regionCode,omitempty"`
// 생성일시
CreateDate *string `json:"createDate,omitempty"`
}