GoogleCloudApigeeV1EndpointAttachment class
Apigee endpoint attachment.
For more information, see Southbound networking patterns.
Constructors
- GoogleCloudApigeeV1EndpointAttachment({String? connectionState, String? host, String? location, String? name, String? serviceAttachment, String? state})
- GoogleCloudApigeeV1EndpointAttachment.fromJson(Map json_)
Properties
- connectionState ↔ String?
-
State of the endpoint attachment connection to the service attachment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
Host that can be used in either the HTTP target endpoint directly or as
the host in target server.
getter/setter pair
- location ↔ String?
-
Location of the endpoint attachment.
getter/setter pair
- name ↔ String?
-
Name of the endpoint attachment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAttachment ↔ String?
-
Format: projects / * /regions / * /serviceAttachments / *
getter/setter pair
- state ↔ String?
-
State of the endpoint attachment.
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