VirtualBucket

Reference documentation for VirtualBucket

modela.infra.VirtualBucket module

class VirtualBucket

– Bases: Resource

  • __init__(item=, client=None, namespace=’’, name=’')

class VirtualBucketClient

– Bases: object

  • __init__(stub, modela)

  • create(virtualbucket) → bool

  • delete(namespace, name) → bool

  • get(namespace, name) → Union[VirtualBucket, bool]

  • list(namespace) → Union[List[VirtualBucket], bool]

  • update(virtualbucket) → bool