neops.core.provider.base.result.coupled_provider_result_types
ProviderClientResult
Methods
get_ran_on(self) -> Union[neops.core.provider.base.enum.RunOnEnum, NoneType]
set_interface(self,interface: ProviderInterfaceResult,reverse: bool = True) -> NoneType
set_location(self,location: ProviderDeviceGroupResult,reverse: bool = True) -> NoneType
write_result(self,execution_id: int,neops_task_id: Optional[int] = None,granularity: int = 5) ->
ProviderDeviceGroupResult
Methods
add_client(self,client: ProviderClientResult,reverse: bool = True) -> NoneType
add_device(self,device: ProviderDeviceResult,reverse: bool = True) -> NoneType
get_ran_on(self) -> Union[neops.core.provider.base.enum.RunOnEnum, NoneType]
write_result(self,execution_id: int,neops_task_id: Optional[int] = None,granularity: int = 5) ->
ProviderDeviceResult
Methods
add_device_group(self,device_group: "'ProviderDeviceGroupResult'",reverse: bool = True) -> NoneType
add_interface(self,interface: ProviderInterfaceResult,reverse: bool = True) -> NoneType
get_ran_on(self) -> Union[neops.core.provider.base.enum.RunOnEnum, NoneType]
set_nornir_device(self,nornir_device: "'ProviderNornirDeviceResult'",reverse: bool = True) -> NoneType
write_result(self,execution_id: int,neops_task_id: Optional[int] = None,granularity: int = 5) ->
ProviderInterfaceResult
Methods
add_client(self,client: "'ProviderClientResult'",reverse: bool = True) -> NoneType
get_ran_on(self) -> Union[neops.core.provider.base.enum.RunOnEnum, NoneType]
set_device(self,device: "'ProviderDeviceResult'",reverse: bool = True) -> NoneType
write_result(self,execution_id: int,neops_task_id: Optional[int] = None,granularity: int = 5) ->
ProviderNornirDeviceResult
Methods
add_device(self,device: ProviderDeviceResult,reverse: bool = True) -> NoneType
get_ran_on(self) -> Union[neops.core.provider.base.enum.RunOnEnum, NoneType]
write_result(self,execution_id: int,neops_task_id: Optional[int] = None,granularity: int = 5) ->