Class: Google::Apis::ComputeAlpha::SecurityPolicyReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SecurityPolicyReference
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#security_policy ⇒ String
Corresponds to the JSON property
securityPolicy
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityPolicyReference
constructor
A new instance of SecurityPolicyReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SecurityPolicyReference
Returns a new instance of SecurityPolicyReference.
40674 40675 40676 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40674 def initialize(**args) update!(**args) end |
Instance Attribute Details
#security_policy ⇒ String
Corresponds to the JSON property securityPolicy
40672 40673 40674 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40672 def security_policy @security_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40679 40680 40681 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40679 def update!(**args) @security_policy = args[:security_policy] if args.key?(:security_policy) end |