github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/server/delete_port_forwarding_rules_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 DeletePortForwardingRulesRequest struct {
    12  
    13  	// 포트포워딩설정번호
    14  PortForwardingConfigurationNo *string `json:"portForwardingConfigurationNo"`
    15  
    16  	// 포트포워딩RULE리스트
    17  PortForwardingRuleList []*PortForwardingRuleParameter `json:"portForwardingRuleList"`
    18  }