class Google::Apis::DnsV1::ResponsePolicyGkeCluster
Attributes
gke_cluster_name[RW]
The resource name of the cluster to bind this response policy to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: cloud.google. com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get Corresponds to the JSON property `gkeClusterName` @return [String]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 2567 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 2572 def update!(**args) @gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name) @kind = args[:kind] if args.key?(:kind) end