GoogleCloudApigeeV1Instance class

Apigee runtime instance.

Constructors

GoogleCloudApigeeV1Instance({List<String>? consumerAcceptList, String? createdAt, String? description, String? diskEncryptionKeyName, String? displayName, String? host, String? ipRange, String? lastModifiedAt, String? location, String? name, String? peeringCidrRange, String? port, String? runtimeVersion, String? serviceAttachment, String? state})
GoogleCloudApigeeV1Instance.fromJson(Map json_)

Properties

consumerAcceptList List<String>?
Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment.
getter/setter pair
createdAt String?
Time the instance was created in milliseconds since epoch.
getter/setter pair
description String?
Description of the instance.
getter/setter pair
diskEncryptionKeyName String?
Customer Managed Encryption Key (CMEK) used for disk and volume encryption.
getter/setter pair
displayName String?
Display name for the instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
getter/setter pair
ipRange String?
Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance.
getter/setter pair
lastModifiedAt String?
Time the instance was last modified in milliseconds since epoch.
getter/setter pair
location String?
Compute Engine location where the instance resides.
getter/setter pair
name String?
Resource ID of the instance.
getter/setter pair
peeringCidrRange String?
Size of the CIDR block range that will be reserved by the instance.
getter/setter pair
port String?
Port number of the exposed Apigee endpoint.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeVersion String?
Version of the runtime system running in the instance.
getter/setter pair
serviceAttachment String?
Resource name of the service attachment created for the instance in the format: projects / * /regions / * /serviceAttachments / * Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
getter/setter pair
state String?
State of the instance.
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