Class: Google::Compute::Data::BackeServiCdnPolicCatalog
- Inherits:
-
BackeServiCdnPolic
- Object
- BackeServiCdnPolic
- Google::Compute::Data::BackeServiCdnPolicCatalog
- Defined in:
- lib/google/compute/property/backendservice_cdn_policy.rb
Overview
Manages a BackeServiCdnPolic nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from BackeServiCdnPolic
Instance Method Summary collapse
-
#initialize(args) ⇒ BackeServiCdnPolicCatalog
constructor
A new instance of BackeServiCdnPolicCatalog.
Methods inherited from BackeServiCdnPolic
Constructor Details
#initialize(args) ⇒ BackeServiCdnPolicCatalog
Returns a new instance of BackeServiCdnPolicCatalog.
93 94 95 96 97 98 |
# File 'lib/google/compute/property/backendservice_cdn_policy.rb', line 93 def initialize(args) @cache_key_policy = Google::Compute::Property::BackServCachKeyPoli.unsafe_munge( args['cache_key_policy'] ) end |