class Google::Apis::ComputeV1::Condition
This is deprecated and has no effect. Do not use.
Attributes
iam[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `iam` @return [String]
op[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `op` @return [String]
svc[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `svc` @return [String]
sys[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `sys` @return [String]
values[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `values` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 5328 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 5333 def update!(**args) @iam = args[:iam] if args.key?(:iam) @op = args[:op] if args.key?(:op) @svc = args[:svc] if args.key?(:svc) @sys = args[:sys] if args.key?(:sys) @values = args[:values] if args.key?(:values) end