ServicePerimeterConfig class

ServicePerimeterConfig specifies a set of Google Cloud resources that describe specific Service Perimeter configuration.

Constructors

ServicePerimeterConfig({List<String>? accessLevels, List<EgressPolicy>? egressPolicies, List<IngressPolicy>? ingressPolicies, List<String>? resources, List<String>? restrictedServices, VpcAccessibleServices? vpcAccessibleServices})
ServicePerimeterConfig.fromJson(Map json_)

Properties

accessLevels List<String>?
A list of AccessLevel resource names that allow resources within the ServicePerimeter to be accessed from the internet.
getter/setter pair
egressPolicies List<EgressPolicy>?
List of EgressPolicies to apply to the perimeter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ingressPolicies List<IngressPolicy>?
List of IngressPolicies to apply to the perimeter.
getter/setter pair
resources List<String>?
A list of Google Cloud resources that are inside of the service perimeter.
getter/setter pair
restrictedServices List<String>?
Google Cloud services that are subject to the Service Perimeter restrictions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcAccessibleServices VpcAccessibleServices?
Configuration for APIs allowed within Perimeter.
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