GetResponsePolicyResult

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
fun GetResponsePolicyResult(description: String, gkeClusters: List<ResponsePolicyGKEClusterResponse>, kind: String, labels: Map<String, String>, networks: List<ResponsePolicyNetworkResponse>, responsePolicyName: String)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard

User labels.

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.