Google Cloud Appengine Admin V1 Client - Class RecordType (1.1.1)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class RecordType.

A resource record type.

Protobuf type google.appengine.v1.ResourceRecord.RecordType

Namespace

Google \ Cloud \ AppEngine \ V1 \ ResourceRecord

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RECORD_TYPE_UNSPECIFIED

Value: 0

An unknown resource record.

Generated from protobuf enum RECORD_TYPE_UNSPECIFIED = 0;

A

Value: 1

An A resource record. Data is an IPv4 address.

Generated from protobuf enum A = 1;

AAAA

Value: 2

An AAAA resource record. Data is an IPv6 address.

Generated from protobuf enum AAAA = 2;

CNAME

Value: 3

A CNAME resource record. Data is a domain name to be aliased.

Generated from protobuf enum CNAME = 3;