models.tenant_create_parameters module

class models.tenant_create_parameters.TenantCreateParameters(bifrost_enabled=None, cluster_hostname=None, cluster_ips=None, description=None, name=None, org_suffix=None, parent_tenant_id=None, subscribe_to_alert_emails=None)[source]

Bases: object

Implementation of the ‘TenantCreateParameters’ model.

Specifies the settings used to create/add a new tenant.

Attributes:
bifrost_enabled (bool): Specifies whether bifrost (Ambassador proxy)

is enabled for tenant.

cluster_hostname (string): The hostname for Cohesity cluster as seen by

tenants and as is routable from the tenant’s network. Tenant’s VLAN’s hostname, if available can be used instead but it is mandatory to provide this value if there’s no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.

cluster_ips (list of string): Set of IPs as seen from the tenant’s

network for the Cohesity cluster. Only one from ‘ClusterHostname’ and ‘ClusterIps’ is needed.

description (string): Specifies the description of this tenant. name (string): Specifies the name of the tenant. org_suffix (string): Specifies the organization suffix needed to

construct tenant id. Tenant id is not completely auto generated rather chosen by tenant/SP admin as we needed same tenant id on multiple clusters to support replication across clusters, etc.

parent_tenant_id (string): Specifies the parent tenant of this tenant

if available.

subscribe_to_alert_emails (bool): Service provider can optionally

unsubscribe from the Tenant Alert Emails.

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.