models_v2.swift_params module

class models_v2.swift_params.SwiftParams(tenant_id=None, keystone_id=None, operator_roles=None)[source]

Bases: object

Implementation of the ‘SwiftParams’ model.

Specifies the parameters to update a Swift configuration.

Attributes:
tenant_id (string): Specifies the tenant Id who will use this Swift

configuration.

keystone_id (long|int): Specifies the associated Keystone

configuration Id.

operator_roles (list of string): Specifies a list of roles that can

operate on Cohesity Swift service.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.