GoogleCloudApigeeV1ApimServiceExtension class

APIM Service Extension is a resource under an Apigee Organization that is used to create APIM Service Extension to route traffic to existing X instances.

Constructors

GoogleCloudApigeeV1ApimServiceExtension({String? createTime, String? extensionProcessor, List<GoogleCloudApigeeV1ApimServiceExtensionExtension>? extensions, String? lbForwardingRule, String? name, String? network, List<GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig>? networkConfigs, String? state, String? updateTime})
GoogleCloudApigeeV1ApimServiceExtension.fromJson(Map json_)

Properties

createTime String?
The time that this resource was created on the server.
getter/setter pair
extensionProcessor String?
Name of the proxy deployed in the Apigee X instance.
getter/setter pair
extensions List<GoogleCloudApigeeV1ApimServiceExtensionExtension>?
List of extensions that are part of the service extension.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lbForwardingRule String?
Name of the Google Cloud LB forwarding rule.
getter/setter pair
name String?
Identifier.
getter/setter pair
network String?
The network where the forwarding rule is created.
getter/setter pair
networkConfigs List<GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig>?
List of network configurations for the APIM service extension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the APIM service extension.
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