GoogleCloudApigeeV1TargetServer class

TargetServer configuration.

TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.

Constructors

GoogleCloudApigeeV1TargetServer({String? description, String? host, bool? isEnabled, String? name, int? port, String? protocol, GoogleCloudApigeeV1TlsInfo? sSLInfo})
GoogleCloudApigeeV1TargetServer.fromJson(Map json_)

Properties

description String?
A human-readable description of this TargetServer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
The host name this target connects to.
getter/setter pair
isEnabled bool?
Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically.
getter/setter pair
name String?
The resource id of this target server.
getter/setter pair
port int?
The port number this target connects to on the given host.
getter/setter pair
protocol String?
The protocol used by this TargetServer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sSLInfo GoogleCloudApigeeV1TlsInfo?
Specifies TLS configuration info for this TargetServer.
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