Class RecordArgs
Inherited Members
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 RecordArgs : ResourceArgs
Constructors
View SourceRecordArgs()
Declaration
public RecordArgs()
Properties
View SourceDomain
The domain to add the record to
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the record
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Ttl
The TTL of the record
Declaration
public Input<double> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Type
The type of the record
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the record
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |