Show / Hide Table of Contents

Class RegionAddressesUpdatePublicPtrRequest

Inheritance
object
RegionAddressesUpdatePublicPtrRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionAddressesUpdatePublicPtrRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PtrDomainName

The public DNS PTR record to be configured for this external IP.

Declaration
[JsonProperty("ptrDomainName")]
public virtual string PtrDomainName { get; set; }
Property Value
Type Description
string

PtrDomainNameTtl

The TTL in seconds for public DNS PTR record.

Declaration
[JsonProperty("ptrDomainNameTtl")]
public virtual int? PtrDomainNameTtl { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX