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

     1  /*
     2   * vnas
     3   *
     4   * VPC NAS 관련 API<br/>https://ncloud.apigw.ntruss.com/vnas/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vnas
    10  
    11  type NasVolumeInstanceCustomIp struct {
    12  
    13  	// 커스텀IP
    14  CustomIp *string `json:"customIp,omitempty"`
    15  }