Class GetDomainResult
Inheritance
System.Object
GetDomainResult
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()
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetDomainResult
Fields
View Source
AxfrIps
Declaration
public readonly ImmutableArray<string> AxfrIps
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Description
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
Domain
Declaration
public readonly string Domain
Field Value
| Type |
Description |
| System.String |
|
View Source
ExpireSec
Declaration
public readonly int ExpireSec
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Group
Declaration
public readonly string Group
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
MasterIps
Declaration
public readonly ImmutableArray<string> MasterIps
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
RefreshSec
Declaration
public readonly int RefreshSec
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
RetrySec
Declaration
public readonly int RetrySec
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SoaEmail
Declaration
public readonly string SoaEmail
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
TtlSec
Declaration
public readonly int TtlSec
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Type
Declaration
public readonly string Type
Field Value
| Type |
Description |
| System.String |
|