Module state

Source
Expand description

Protocol structs for Pike state

Structs§

Agent
Native representation of the state object Agent
AgentBuilder
Builder used to create an Agent
AgentList
Native representation of a list of Agents
AgentListBuilder
Builder used to create an AgentList
AlternateId
Native representation of the state object AlternateId
AlternateIdBuilder
Builder used to create an AlternateId
AlternateIdIndexEntry
Native representation of the state object AlternateIdIndexEntry
AlternateIdIndexEntryBuilder
Builder used to create an AlternateIdIndexEntry
AlternateIdIndexEntryList
Native representation of a list of AlternateIdIndexEntrys
AlternateIdIndexEntryListBuilder
Builder used to create an AlternateIdIndexEntryList
KeyValueEntry
Native representation of a KeyValueEntry
KeyValueEntryBuilder
Builder used to create a KeyValueEntry
Organization
Native representation of the state object Organization
OrganizationBuilder
Builder used to create an Organization
OrganizationList
Native representation of a list of Organizations
OrganizationListBuilder
Builder used to create an OrganizationList
Role
Native representation of a Role
RoleBuilder
Builder used to create a Role
RoleList
Native representation of a list of Roles
RoleListBuilder
Builder used to create a RoleList

Enums§

AgentBuildError
Returned if any required fields in an Agent are not present when being converted from the corresponding builder
AgentListBuildError
Returned if any required fields in an AgentList are not present when being converted from the corresponding builder
AlternateIdBuildError
Returned if any required fields in an AlternateId are not present when being converted from the corresponding builder
AlternateIdIndexEntryBuildError
Returned if any required fields in an AlternateIdIndexEntry are not present when being converted from the corresponding builder
AlternateIdIndexEntryListBuildError
Returned if any required fields in an AlternateIdIndexEntryList are not present when being converted from the corresponding builder
KeyValueEntryBuildError
Returned if any required fields in a KeyValueEntry are not present when being converted from the corresponding builder
OrganizationBuildError
Returned if any required fields in an Organization are not present when being converted from the corresponding builder
OrganizationListBuildError
Returned if any required fields in an OrganizationList are not present when being converted from the corresponding builder
RoleBuildError
Returned if any required fields in a Role are not present when being converted from the corresponding builder
RoleListBuildError
Returned if any required fields in a RoleList are not present when being converted from the corresponding builder