Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.12 KB

File metadata and controls

35 lines (31 loc) · 2.12 KB

ServiceDeployment

Properties

Name Type Description Notes
perimeter PerimeterEnum This indicates the deployment perimeter, such as a VC cluster or a host. [optional]
deploymentSpecName String Name of the deployment spec to be used for deployment, which specifies the OVF provided by the partner and the form factor.
deploymentMode DeploymentModeEnum Mode of deployment. Currently, only stand alone deployment is supported. It is a single VM deployed through this deployment spec. In future, HA configurations will be supported here. [optional]
instanceDeploymentTemplate DeploymentTemplate
serviceDeploymentConfig ServiceDeploymentConfig
serviceId String The Service to which the service deployment is associated. [optional]
clusteredDeploymentCount Long Number of instances in case of clustered deployment. [optional]
deployedTo List<ResourceReference> List of resource references where service instance be deployed. Ex. Tier 0 Logical Router in case of N-S ServiceInsertion. Service Attachment in case of E-W ServiceInsertion. [optional]
deploymentType DeploymentTypeEnum Specifies whether the service VM should be deployed on each host such that it provides partner service locally on the host, or whether the service VMs can be deployed as a cluster. If deployment_type is CLUSTERED, then the clustered_deployment_count should be provided. [optional]

Enum: PerimeterEnum

Name Value
CLUSTER "CLUSTER"
HOST "HOST"

Enum: DeploymentModeEnum

Name Value
STAND_ALONE "STAND_ALONE"
ACTIVE_STANDBY "ACTIVE_STANDBY"

Enum: DeploymentTypeEnum

Name Value
HOSTLOCAL "HOSTLOCAL"
CLUSTERED "CLUSTERED"