C# Class ConoHaNet.Service.Dns.CreateDnsRecordRequest

Show file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
CreateDnsRecordRequest ( string name = null, string type = null, int priority = null, int ttl = null, string data = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : Newtonsoft.Json

Method Details

CreateDnsRecordRequest() public method

public CreateDnsRecordRequest ( string name = null, string type = null, int priority = null, int ttl = null, string data = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : Newtonsoft.Json
name string
type string
priority int
ttl int
data string
description string
gslbRegion string
gslbWeight int
gslbCheck int
return Newtonsoft.Json