ResponsePolicy class

A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.

Constructors

ResponsePolicy({String? description, List<ResponsePolicyGKECluster>? gkeClusters, String? id, String? kind, Map<String, String>? labels, List<ResponsePolicyNetwork>? networks, String? responsePolicyName})
ResponsePolicy.fromJson(Map json_)

Properties

description String?
User-provided description for this Response Policy.
getter/setter pair
gkeClusters List<ResponsePolicyGKECluster>?
The list of Google Kubernetes Engine clusters to which this response policy is applied.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier for the resource; defined by the server (output only).
getter/setter pair
kind String?
getter/setter pair
labels Map<String, String>?
User labels.
getter/setter pair
networks List<ResponsePolicyNetwork>?
List of network names specifying networks to which this policy is applied.
getter/setter pair
responsePolicyName String?
User assigned name for this Response Policy.
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