Get Response Policy Result
data class GetResponsePolicyResult(val description: String, val gkeClusters: List<ResponsePolicyGKEClusterResponse>, val kind: String, val labels: Map<String, String>, val networks: List<ResponsePolicyNetworkResponse>, val responsePolicyName: String)
Constructors
Link copied to clipboard
constructor(description: String, gkeClusters: List<ResponsePolicyGKEClusterResponse>, kind: String, labels: Map<String, String>, networks: List<ResponsePolicyNetworkResponse>, responsePolicyName: String)
Properties
Link copied to clipboard
User-provided description for this Response Policy.
Link copied to clipboard
The list of Google Kubernetes Engine clusters to which this response policy is applied.
Link copied to clipboard
List of network names specifying networks to which this policy is applied.
Link copied to clipboard
User assigned name for this Response Policy.