Show / Hide Table of Contents

Class ResourceRecord

A DNS resource record.

Inheritance
System.Object
ResourceRecord
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ResourceRecord : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Rrdata

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

Declaration
public virtual string Rrdata { get; set; }
Property Value
Type Description
System.String

Type

Resource record type. Example: AAAA.

Declaration
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top