ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription Class

Describes the policy to be used for placement of a Service Fabric service allowing multiple stateless instances of a partition of the service to be placed on a node.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ServicePlacementPolicyDescription
ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription

Constructor

ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription(*, domain_name: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Required. Constant filled by server.

domain_name
str
Required

Holdover from other policy descriptions, not used for this policy, values are ignored by runtime. Keeping it for any backwards-compatibility with clients.