C# Class Amazon.Route53.Model.DelegationSet

A complex type that describes the name servers for this hosted zone.
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DelegationSet ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DelegationSet ( List nameServers ) : System

Instantiates DelegationSet with the parameterized properties

Private Methods

Method Description
IsSetCallerReference ( ) : bool
IsSetId ( ) : bool
IsSetNameServers ( ) : bool

Method Details

DelegationSet() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DelegationSet ( ) : System
return System

DelegationSet() public method

Instantiates DelegationSet with the parameterized properties
public DelegationSet ( List nameServers ) : System
nameServers List A complex type that contains a list of the authoritative name servers for the hosted zone.
return System