public static class ProjectInfo.Quota extends Object implements Serializable
ProjectInfo
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getResourceRecordsPerRrset()
Returns the maximum allowed number of records per
RecordSet . |
int |
getRrsetAdditionsPerChange()
Returns the maximum allowed number of
RecordSet s to add per ChangeRequest . |
int |
getRrsetDeletionsPerChange()
Returns the maximum allowed number of
RecordSet s to delete per ChangeRequest . |
int |
getRrsetsPerZone()
|
int |
getTotalRrdataSizePerChange()
Returns the maximum allowed size for total records in one ChangesRequest in bytes.
|
int |
getZones()
Returns the maximum allowed number of zones in the project.
|
int |
hashCode() |
String |
toString() |
public int getZones()
public int getResourceRecordsPerRrset()
RecordSet
.public int getRrsetAdditionsPerChange()
RecordSet
s to add per ChangeRequest
.public int getRrsetDeletionsPerChange()
RecordSet
s to delete per ChangeRequest
.public int getRrsetsPerZone()
public int getTotalRrdataSizePerChange()
Copyright © 2019 Google LLC. All rights reserved.