Class RdnsState
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class RdnsState : ResourceArgs
Constructors
View SourceRdnsState()
Declaration
public RdnsState()
Properties
View SourceAddress
The Public IPv4 or IPv6 address that will receive the PTR record. A matching A or AAAA record must exist.
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RdnsName
The name of the RDNS address.
Declaration
public Input<string> RdnsName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |