DeployedStatelessServiceInstanceDetailInfo Class
Information about a stateless instance running in a code package. Note that DeployedServiceReplicaQueryResult will contain duplicate data like ServiceKind, ServiceName, PartitionId and InstanceId.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.DeployedServiceReplicaDetailInfoDeployedStatelessServiceInstanceDetailInfo
Constructor
DeployedStatelessServiceInstanceDetailInfo(*, service_name: Optional[str] = None, partition_id: Optional[str] = None, current_service_operation=None, current_service_operation_start_time_utc=None, reported_load=None, instance_id: Optional[str] = None, deployed_service_replica_query_result=None, **kwargs)
Parameters
- service_name
- str
Full hierarchical name of the service in URI format starting with fabric:.
- partition_id
- str
An internal ID used by Service Fabric to uniquely identify a partition. This is a randomly generated GUID when the service was created. The partition ID is unique and does not change for the lifetime of the service. If the same service was deleted and recreated the IDs of its partitions would be different.
- current_service_operation
- str or ServiceOperationName
Specifies the current active life-cycle operation on a stateful service replica or stateless service instance. Possible values include: 'Unknown', 'None', 'Open', 'ChangeRole', 'Close', 'Abort'
- current_service_operation_start_time_utc
- datetime
The start time of the current service operation in UTC format.
- instance_id
- str
Id of a stateless service instance. InstanceId is used by Service Fabric to uniquely identify an instance of a partition of a stateless service. It is unique within a partition and does not change for the lifetime of the instance. If the instance has failed over on the same or different node, it will get a different value for the InstanceId.
- deployed_service_replica_query_result
- DeployedStatelessServiceInstanceInfo
Information about a stateless service instance deployed on a node.
Feedback
Submit and view feedback for