Class: Google::Compute::Data::BackeServiCdnPolicCatalog

Inherits:
BackeServiCdnPolic show all
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

#cache_key_policy

Instance Method Summary collapse

Methods inherited from BackeServiCdnPolic

#<=>, #==, #to_json, #to_s

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