Class ProjectInfo.Quota (2.39.0)

public static class ProjectInfo.Quota implements Serializable

This class represents quotas assigned to the ProjectInfo. See Also: Google Cloud DNS documentation

Inheritance

Object > ProjectInfo.Quota

Implements

Serializable

Methods

equals(Object other)

public boolean equals(Object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
boolean
Overrides

getResourceRecordsPerRrset()

public int getResourceRecordsPerRrset()

Returns the maximum allowed number of records per RecordSet.

Returns
TypeDescription
int

getRrsetAdditionsPerChange()

public int getRrsetAdditionsPerChange()

Returns the maximum allowed number of RecordSets to add per ChangeRequest.

Returns
TypeDescription
int

getRrsetDeletionsPerChange()

public int getRrsetDeletionsPerChange()

Returns the maximum allowed number of RecordSets to delete per ChangeRequest.

Returns
TypeDescription
int

getRrsetsPerZone()

public int getRrsetsPerZone()

Returns the maximum allowed number of RecordSets per ZoneInfo in the project.

Returns
TypeDescription
int

getTotalRrdataSizePerChange()

public int getTotalRrdataSizePerChange()

Returns the maximum allowed size for total records in one ChangesRequest in bytes.

Returns
TypeDescription
int

getZones()

public int getZones()

Returns the maximum allowed number of zones in the project.

Returns
TypeDescription
int

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides