C# Class ConoHaNet.Service.Dns.CreateDnsRecordRequest

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat Newtonsoft.Json