DebugTcReinitializeTime#

Python pydantic class corresponding to json type `debug.tc.reinitialize.time`.

class gnf.types.DebugTcReinitializeTime(*, ToGNodeAlias, FromGNodeInstanceId, FromGNodeAlias, TypeName='debug.tc.reinitialize.time', Version='000')#
Parameters:
  • ToGNodeAlias (str) –

  • FromGNodeInstanceId (str) –

  • FromGNodeAlias (str) –

  • TypeName (Literal['debug.tc.reinitialize.time']) –

  • Version (str) –

ToGNodeAlias:
  • Description:

  • Format: LeftRightDot

FromGNodeInstanceId:
  • Description:

  • Format: UuidCanonicalTextual

FromGNodeAlias:
  • Description:

  • Format: LeftRightDot

class gnf.types.debug_tc_reinitialize_time.check_is_uuid_canonical_textual(v)#

UuidCanonicalTextual format: A string of hex words separated by hyphens of length 8-4-4-4-12.

Raises:

ValueError – if not UuidCanonicalTextual format

Parameters:

v (str) –

class gnf.types.debug_tc_reinitialize_time.check_is_left_right_dot(v)#

LeftRightDot format: Lowercase alphanumeric words separated by periods, most significant word (on the left) starting with an alphabet character.

Raises:

ValueError – if not LeftRightDot format

Parameters:

v (str) –

class gnf.types.DebugTcReinitializeTime_Maker(to_g_node_alias, from_g_node_instance_id, from_g_node_alias)#
Parameters:
  • to_g_node_alias (str) –

  • from_g_node_instance_id (str) –

  • from_g_node_alias (str) –

classmethod tuple_to_type(tuple)#

Given a Python class object, returns the serialized JSON type object

Parameters:

tuple (DebugTcReinitializeTime) –

Return type:

str

classmethod type_to_tuple(t)#

Given a serialized JSON type object, returns the Python class object

Parameters:

t (str) –

Return type:

DebugTcReinitializeTime