github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vserver/unassign_secondary_ips_request.go (about)

     1  /*
     2   * vserver
     3   *
     4   * VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vserver
    10  
    11  type UnassignSecondaryIpsRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// 네트워크인터페이스번호
    17  NetworkInterfaceNo *string `json:"networkInterfaceNo"`
    18  
    19  	// 보조IP리스트
    20  SecondaryIpList []*string `json:"secondaryIpList"`
    21  }