[docs]classAccessModeState(Enum):""" Related to Node: ADSModule.Network.AccessMode """via_target=0direct_controller=10bypass_controller=20
[docs]classADSModeState(Enum):""" Related to Node: ADSModule.ADS.Mode """not_set=0controller=10hybrid=20target=30stand_alone=100
[docs]classAMPDownloadMirrorState(Enum):""" Related to Node: ADSModule.ADS.DownloadMirror """us_central="[Automatic]"eu_west=""us_central_texas="US Central - Texas"
[docs]classAMPInstanceState(Enum):""" Represents the state of an Instance and or Application inside an Instance. """undefined=-1stopped=0pre_start=5configuring=7# the server is performing some first-time-start configuration.starting=10ready=20restarting=30# server is in the middle of stopping, but once shutdown has finished it will automatically restart.stopping=40preparing_for_sleep=45sleeping=50# the application should be able to be resumed quickly if using this state. otherwise use stopped.waiting=60# the application is waiting for some external service/application to respond/become available.installing=70updating=75awaiting_user_input=(80# used during installation, means that some user input is required to complete setup (authentication etc).)failed=100suspended=200maintenance=250indeterminate=999# The state is unknown, or doesn't apply (for modules that don't start an external process)
[docs]classAMPTheme(Enum):""" Related to Node: Core.AMP.Theme """aura="Aura"black="Black"tenth_anniversary="TenthAnniversary"to_boldly_go="ToBoldlyGo"default="default"
[docs]classApplicationUpdatesState(Enum):""" Related to Node: steamcmdplugin.SteamUpdateSettings.UpdateCheckMethod """by_timestamp=0by_build_id=1
[docs]classAppStartupModeState(Enum):""" Related to Node: Core.AMP.AppStartupMode """do_nothing=0update=1start=2update_and_start=3unk=16unk2=32
[docs]classDefaultIPBindingState(Enum):""" Related to Node: ADSModule.Network.DockerExternalIPBinding, ADSModule.Network.DefaultAppIPBinding, ADSModule.Network.DefaultIPBinding """ipv4_loopback="127.0.0.1"enp42s0="192.168.4.50"any_ipv4_address="0.0.0.0"any_ipv6_address="::"
[docs]classLoggingLevelState(Enum):""" Related to Node: Core.Monitoring.LogLevel """debug=0info=10chat=11notice=20warning=30error=40activity=5fatal=50event=7audit=8
[docs]classPortAssignmentState(Enum):""" Related to Node: ADSModule.Network.PortAssignment """include_allowed_ports_only=0allow_all_except_excluded=1
[docs]classPostCreateActionsState(Enum):""" The action the Instance will take after creation. Used in dataclass parameters. """do_nothing=0start_instance=1start_and_update=2full_startup=3every_time=16
[docs]classPostCreateState(Enum):""" Represents the state of the API call `ADSModule/DeployTemplate` Related to Node: ADSModule.Defaults.DefaultPostCreate """do_nothing=0update_once=1update_always=2update_and_start_once=3update_and_start_always=4start_always=5
[docs]classReleaseStreamState(Enum):""" Related to Node: ADSModule.Defaults.DefaultReleaseStream """lts=5mainline=10preview=15development=20
[docs]classTwoFactoryModeState(Enum):""" Related to Node: Core.Security.TwoFactorMode """optional=0required=1