Class: OCI::Identity::Models::Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_x/enterprisemodules/oci/model_additions.rb

Overview

The name of a tag is the name of the namespace doubld colon and then the name of the tag itself

Instance Method Summary collapse

Instance Method Details

#puppet_nameObject

The name puppet uses



119
120
121
# File 'lib/puppet_x/enterprisemodules/oci/model_additions.rb', line 119

def puppet_name
  "#{tag_namespace_name}:#{name}"
end