public static class ProjectInfo.Quota extends Object implements Serializable
ProjectInfo.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
int |
resourceRecordsPerRrset()
Returns the maximum allowed number of records per
RecordSet. |
int |
rrsetAdditionsPerChange()
Returns the maximum allowed number of
RecordSets to add per ChangeRequest. |
int |
rrsetDeletionsPerChange()
Returns the maximum allowed number of
RecordSets to delete per ChangeRequest. |
int |
rrsetsPerZone()
|
String |
toString() |
int |
totalRrdataSizePerChange()
Returns the maximum allowed size for total records in one ChangesRequest in bytes.
|
int |
zones()
Returns the maximum allowed number of zones in the project.
|
public int zones()
public int resourceRecordsPerRrset()
RecordSet.public int rrsetAdditionsPerChange()
RecordSets to add per ChangeRequest.public int rrsetDeletionsPerChange()
RecordSets to delete per ChangeRequest.public int rrsetsPerZone()
public int totalRrdataSizePerChange()
Copyright © 2016 Google. All rights reserved.