cloudmesh-cloud.cloudmesh.register.Entry

Module Contents

Classes

Entry

add an entry to the yaml file.

class cloudmesh-cloud.cloudmesh.register.Entry.Entry

add an entry to the yaml file.

entry_text = ‘’’ cloudmesh:

sample:
cm:

name:

credential:

value:

‘’’

entry = Entry.add(entry=entry_text, path=”~/.cloudmesh/cloudmesh.yaml, )

static extract(data, base)
static add(entry=None, base='cloudmesh.cloud', path='~/.cloudmesh/cloudmesh.yaml')
static verify(data)