PrivateConfig class
PrivateConfig includes settings for private instance.
Constructors
-
PrivateConfig.new({String? caPool, String? httpServiceAttachment, bool? isPrivate, List<
String> ? pscAllowedProjects, String? sshServiceAttachment}) - PrivateConfig.fromJson(Map json_)
Properties
- caPool ↔ String?
-
CA pool resource, resource must in the format of
projects/{project}/locations/{location}/caPools/{ca_pool}
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- httpServiceAttachment ↔ String?
-
Service Attachment for HTTP, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.getter/setter pair - isPrivate ↔ bool?
-
Indicate if it's private instance.
getter/setter pair
-
pscAllowedProjects
↔ List<
String> ? -
Additional allowed projects for setting up PSC connections.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sshServiceAttachment ↔ String?
-
Service Attachment for SSH, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_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