GoogleCloudApigeeV1ProvisionOrganizationRequest class

Request for ProvisionOrganization.

Constructors

GoogleCloudApigeeV1ProvisionOrganizationRequest({String? analyticsRegion, String? authorizedNetwork, bool? disableVpcPeering, String? runtimeLocation})
GoogleCloudApigeeV1ProvisionOrganizationRequest.fromJson(Map json_)

Properties

analyticsRegion String?
Primary Cloud Platform region for analytics data storage.
getter/setter pair
authorizedNetwork String?
Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
getter/setter pair
disableVpcPeering bool?
Flag that specifies whether the VPC Peering through Private Google Access should be disabled between the consumer network and Apigee.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeLocation String?
Cloud Platform location for the runtime instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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