Class: Google::Apis::ComputeAlpha::SecurityPolicyAssociation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SecurityPolicyAssociation

Returns a new instance of SecurityPolicyAssociation



23621
23622
23623
# File 'generated/google/apis/compute_alpha/classes.rb', line 23621

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attachment_idString

The resource that the security policy is attached to. Corresponds to the JSON property attachmentId

Returns:

  • (String)


23614
23615
23616
# File 'generated/google/apis/compute_alpha/classes.rb', line 23614

def attachment_id
  @attachment_id
end

#nameString

The name for an association. Corresponds to the JSON property name

Returns:

  • (String)


23619
23620
23621
# File 'generated/google/apis/compute_alpha/classes.rb', line 23619

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23626
23627
23628
23629
# File 'generated/google/apis/compute_alpha/classes.rb', line 23626

def update!(**args)
  @attachment_id = args[:attachment_id] if args.key?(:attachment_id)
  @name = args[:name] if args.key?(:name)
end