| Package | Description |
|---|---|
| com.google.api.services.dns | |
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
Dns.ManagedZones.Create |
Dns.ManagedZones.create(String project,
ManagedZone content)
Creates a new ManagedZone.
|
Dns.ManagedZones.Patch |
Dns.ManagedZones.patch(String project,
String managedZone,
ManagedZone content)
Applies a partial update to an existing ManagedZone.
|
Dns.ManagedZones.Update |
Dns.ManagedZones.update(String project,
String managedZone,
ManagedZone content)
Updates an existing ManagedZone.
|
| Constructor and Description |
|---|
Create(String project,
ManagedZone content)
Creates a new ManagedZone.
|
Patch(String project,
String managedZone,
ManagedZone content)
Applies a partial update to an existing ManagedZone.
|
Update(String project,
String managedZone,
ManagedZone content)
Updates an existing ManagedZone.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedZone |
ManagedZone.clone() |
ManagedZone |
OperationManagedZoneContext.getNewValue()
The post-operation ManagedZone resource.
|
ManagedZone |
OperationManagedZoneContext.getOldValue()
The pre-operation ManagedZone resource.
|
ManagedZone |
ManagedZone.set(String fieldName,
Object value) |
ManagedZone |
ManagedZone.setCloudLoggingConfig(ManagedZoneCloudLoggingConfig cloudLoggingConfig) |
ManagedZone |
ManagedZone.setCreationTime(String creationTime)
The time that this resource was created on the server.
|
ManagedZone |
ManagedZone.setDescription(String description)
A mutable string of at most 1024 characters associated with this resource for the user's
convenience.
|
ManagedZone |
ManagedZone.setDnsName(String dnsName)
The DNS name of this managed zone, for instance "example.com.".
|
ManagedZone |
ManagedZone.setDnssecConfig(ManagedZoneDnsSecConfig dnssecConfig)
DNSSEC configuration.
|
ManagedZone |
ManagedZone.setForwardingConfig(ManagedZoneForwardingConfig forwardingConfig)
The presence for this field indicates that outbound forwarding is enabled for this zone.
|
ManagedZone |
ManagedZone.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only)
|
ManagedZone |
ManagedZone.setKind(String kind) |
ManagedZone |
ManagedZone.setLabels(Map<String,String> labels)
User labels.
|
ManagedZone |
ManagedZone.setName(String name)
User assigned name for this resource.
|
ManagedZone |
ManagedZone.setNameServers(List<String> nameServers)
Delegate your managed_zone to these virtual name servers; defined by the server (output only)
|
ManagedZone |
ManagedZone.setNameServerSet(String nameServerSet)
Optionally specifies the NameServerSet for this ManagedZone.
|
ManagedZone |
ManagedZone.setPeeringConfig(ManagedZonePeeringConfig peeringConfig)
The presence of this field indicates that DNS Peering is enabled for this zone.
|
ManagedZone |
ManagedZone.setPrivateVisibilityConfig(ManagedZonePrivateVisibilityConfig privateVisibilityConfig)
For privately visible zones, the set of Virtual Private Cloud resources that the zone is
visible from.
|
ManagedZone |
ManagedZone.setReverseLookupConfig(ManagedZoneReverseLookupConfig reverseLookupConfig)
The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS
resolves reverse lookup queries using automatically configured records for VPC resources.
|
ManagedZone |
ManagedZone.setServiceDirectoryConfig(ManagedZoneServiceDirectoryConfig serviceDirectoryConfig)
This field links to the associated service directory namespace.
|
ManagedZone |
ManagedZone.setVisibility(String visibility)
The zone's visibility: public zones are exposed to the Internet, while private zones are
visible only to Virtual Private Cloud resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedZone> |
ManagedZonesListResponse.getManagedZones()
The managed zone resources.
|
| Modifier and Type | Method and Description |
|---|---|
OperationManagedZoneContext |
OperationManagedZoneContext.setNewValue(ManagedZone newValue)
The post-operation ManagedZone resource.
|
OperationManagedZoneContext |
OperationManagedZoneContext.setOldValue(ManagedZone oldValue)
The pre-operation ManagedZone resource.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedZonesListResponse |
ManagedZonesListResponse.setManagedZones(List<ManagedZone> managedZones)
The managed zone resources.
|
Copyright © 2011–2022 Google. All rights reserved.