Class ProjectInfo.Quota (2.40.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
Name Description
other Object
Returns
Type Description
boolean
Overrides

getResourceRecordsPerRrset()

public int getResourceRecordsPerRrset()

Returns the maximum allowed number of records per RecordSet.

Returns
Type Description
int

getRrsetAdditionsPerChange()

public int getRrsetAdditionsPerChange()

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

Returns
Type Description
int

getRrsetDeletionsPerChange()

public int getRrsetDeletionsPerChange()

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

Returns
Type Description
int

getRrsetsPerZone()

public int getRrsetsPerZone()

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

Returns
Type Description
int

getTotalRrdataSizePerChange()

public int getTotalRrdataSizePerChange()

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

Returns
Type Description
int

getZones()

public int getZones()

Returns the maximum allowed number of zones in the project.

Returns
Type Description
int

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides