Class: Google::Compute::Data::BackeServiCdnPolicApi

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 GCP API

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) ⇒ BackeServiCdnPolicApi

Returns a new instance of BackeServiCdnPolicApi.



82
83
84
85
86
87
# File 'lib/google/compute/property/backendservice_cdn_policy.rb', line 82

def initialize(args)
  @cache_key_policy =
    Google::Compute::Property::BackServCachKeyPoli.api_munge(
      args['cacheKeyPolicy']
    )
end