Class DockerFixture.ServiceInfo
Holds information about a Docker service.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class DockerFixture.ServiceInfo
Properties
ID
Returns the service ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Returns the service name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReplicasDeployed
Returns the number of replicas actually deployed.
Declaration
public int ReplicasDeployed { get; set; }
Property Value
Type | Description |
---|---|
int |
ReplicasDesired
Returns the number of replicas desired.
Declaration
public int ReplicasDesired { get; set; }
Property Value
Type | Description |
---|---|
int |