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

     1  /*
     2   * server
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/server/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package server
    10  
    11  type CreatePublicIpInstanceRequest struct {
    12  
    13  	// 서버인스턴스번호
    14  ServerInstanceNo *string `json:"serverInstanceNo,omitempty"`
    15  
    16  	// 공인IP설명
    17  PublicIpDescription *string `json:"publicIpDescription,omitempty"`
    18  
    19  	// 리전번호
    20  RegionNo *string `json:"regionNo,omitempty"`
    21  
    22  	// ZONE번호
    23  ZoneNo *string `json:"zoneNo,omitempty"`
    24  }