galileo_sdk.business.objects.stations.Station

class galileo_sdk.business.objects.stations.Station(station_id, name, description, users, allow_auto_join=None, public=None, lz_ids=None, crew_ids=None, machine_summaries=None, volumes=None, status=None, universe_id=None, creation_timestamp=None, updated_timestamp=None, autoscale_settings=None)[source]
__init__(station_id, name, description, users, allow_auto_join=None, public=None, lz_ids=None, crew_ids=None, machine_summaries=None, volumes=None, status=None, universe_id=None, creation_timestamp=None, updated_timestamp=None, autoscale_settings=None)[source]

Station Object

Parameters
  • station_id – Optional[List[str]]: UUID of the Station

  • name – Optional[List[str]]: Human readable name of the Station

  • description – Optional[List[str]]: Optional description of the Station

  • users – Optional[int]: List of users that belong to the Station

  • lz_ids – Optional[int]: List of LZs that are accessible through the Station

  • volumes – Optional[List[str]]: Volumes declared in the Station

  • status – Optional[bool]: Station status (i.e. active or deactivated)

  • organization_id – Orgainization the Station is associated with, default if the Hypernet Orginization.

  • creation_timestamp – Time the Station was created

  • updated_timestamp – Time the Station was last updated

  • autoscale_settings – Currently not used

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(station_id, name, description, users)

Station Object

__init_subclass__

This method is called when a class is subclassed.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

Attributes

__dict__

__doc__

__module__

__weakref__

list of weak references to the object (if defined)