GoogleCloudApigeeV1Instance constructor
GoogleCloudApigeeV1Instance({
- GoogleCloudApigeeV1AccessLoggingConfig? accessLoggingConfig,
- 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,
Implementation
GoogleCloudApigeeV1Instance({
this.accessLoggingConfig,
this.consumerAcceptList,
this.createdAt,
this.description,
this.diskEncryptionKeyName,
this.displayName,
this.host,
this.ipRange,
this.lastModifiedAt,
this.location,
this.name,
this.peeringCidrRange,
this.port,
this.runtimeVersion,
this.serviceAttachment,
this.state,
});