Show / Hide Table of Contents

Class RecordState

Inheritance
System.Object
InputArgs
ResourceArgs
RecordState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DNSimple
Assembly: Pulumi.DNSimple.dll
Syntax
public sealed class RecordState : ResourceArgs

Constructors

View Source

RecordState()

Declaration
public RecordState()

Properties

View Source

Domain

The domain to add the record to

Declaration
public Input<string> Domain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DomainId

The domain ID of the record

Declaration
public Input<string> DomainId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Hostname

The FQDN of the record

Declaration
public Input<string> Hostname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the record

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

The priority of the record - only useful for some record types

Declaration
public Input<double> Priority { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Ttl

The TTL of the record

Declaration
public Input<double> Ttl { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Type

The type of the record

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

The value of the record

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.