GoogleCloudApigeeV1DnsZone class
A DNS zone is a resource under an Apigee organization that is used to create a DNS peering with Apigee's network.
DNS peering will let Apigee instances resolve the hostnames created in a peered network.
Constructors
- GoogleCloudApigeeV1DnsZone.new({String? createTime, String? description, String? domain, String? name, GoogleCloudApigeeV1DnsZonePeeringConfig? peeringConfig, String? state, String? updateTime})
- GoogleCloudApigeeV1DnsZone.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time that this resource was created on the server.
getter/setter pair
- description ↔ String?
-
Description of the resource.
getter/setter pair
- domain ↔ String?
-
The domain name for hosts in this private zone, for instance
"example.com.".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- peeringConfig ↔ GoogleCloudApigeeV1DnsZonePeeringConfig?
-
DNS PEERING zone configuration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the DNS Peering.
getter/setter pair
- updateTime ↔ String?
-
The time that this resource was updated on the server.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited