C# Class Amazon.Route53.Model.HostedZone

A complex type that contains general information about the hosted zone.
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
HostedZone ( ) : System

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

HostedZone ( string id, string name, string callerReference ) : System

Instantiates HostedZone with the parameterized properties

Private Methods

Method Description
IsSetCallerReference ( ) : bool
IsSetConfig ( ) : bool
IsSetId ( ) : bool
IsSetName ( ) : bool
IsSetResourceRecordSetCount ( ) : bool

Method Details

HostedZone() public method

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

HostedZone() public method

Instantiates HostedZone with the parameterized properties
public HostedZone ( string id, string name, string callerReference ) : System
id string The ID that Amazon Route 53 assigned to the hosted zone when you created it.
name string The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar. For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.
callerReference string The value that you specified for CallerReference when you created the hosted zone.
return System