Show / Hide Table of Contents

Class RecordDataArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RecordDataArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class RecordDataArgs : ResourceArgs

Constructors

View Source

RecordDataArgs()

Declaration
public RecordDataArgs()

Properties

View Source

Algorithm

Declaration
public Input<int> Algorithm { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Altitude

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

Certificate

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

Content

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

Digest

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

DigestType

Declaration
public Input<int> DigestType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Fingerprint

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

Flags

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

KeyTag

Declaration
public Input<int> KeyTag { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LatDegrees

Declaration
public Input<int> LatDegrees { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LatDirection

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

LatMinutes

Declaration
public Input<int> LatMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LatSeconds

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

LongDegrees

Declaration
public Input<int> LongDegrees { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LongDirection

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

LongMinutes

Declaration
public Input<int> LongMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LongSeconds

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

MatchingType

Declaration
public Input<int> MatchingType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The name of the record

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

Order

Declaration
public Input<int> Order { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Port

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrecisionHorz

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

PrecisionVert

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

Preference

Declaration
public Input<int> Preference { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Priority

The priority of the record

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

Proto

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

Protocol

Declaration
public Input<int> Protocol { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PublicKey

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

Regex

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

Replacement

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

Selector

Declaration
public Input<int> Selector { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Service

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

Size

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

Target

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

Type

The type of the record

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

Usage

Declaration
public Input<int> Usage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Weight

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