Skip to content

flywheel.models.central_out

CentralOut

Bases: object

app_url property writable

Gets the app_url of this CentralOut.

Returns:

Type Description
str

The app_url of this CentralOut

enabled property writable

Gets the enabled of this CentralOut.

Returns:

Type Description
bool

The enabled of this CentralOut

manager_url property writable

Gets the manager_url of this CentralOut.

Returns:

Type Description
str

The manager_url of this CentralOut

organization_id property writable

Gets the organization_id of this CentralOut.

Returns:

Type Description
str

The organization_id of this CentralOut

tenant_id property writable

Gets the tenant_id of this CentralOut.

Returns:

Type Description
str

The tenant_id of this CentralOut

tenant_path property writable

Gets the tenant_path of this CentralOut.

Returns:

Type Description
str

The tenant_path of this CentralOut

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(enabled=False, manager_url='', app_url='', tenant_id='', tenant_path='', organization_id='')

CentralOut - a model defined in Swagger

Parameters:

Name Type Description Default
enabled (bool, optional)

, defaults to False

False
manager_url (str, optional)

, defaults to ''

''
app_url (str, optional)

, defaults to ''

''
tenant_id (str, optional)

, defaults to ''

''
tenant_path (str, optional)

, defaults to ''

''
organization_id (str, optional)

, defaults to ''

''

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object