InlineServiceDeployment1

InlineServiceDeployment1
InlineServiceDeployment1
JSON Example
{
    "clustered_deployment_count": 0,
    "deployed_to": [
        {
            "is_valid": false,
            "target_display_name": "string",
            "target_id": "string",
            "target_type": "string"
        }
    ],
    "deployment_mode": "string",
    "deployment_spec_name": "string",
    "deployment_type": "string",
    "instance_deployment_template": "DeploymentTemplate Object",
    "perimeter": "string",
    "service_deployment_config": "ServiceDeploymentConfig Object",
    "service_id": "string"
}
integer As int64 As int64
clustered_deployment_count
Optional
Constraints: minimum: 1 maximum: 10 default: 1

Number of instances in case of clustered deployment.

deployed_to
Optional
Constraints: minItems: 1 maxItems: 128

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.

string
deployment_mode
Optional
Constraints: default: STAND_ALONE

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.

Possible values are : STAND_ALONE, ACTIVE_STANDBY,
string
deployment_spec_name
Required

Name of the deployment spec to be used for deployment, which specifies the OVF provided by the partner and the form factor.

string
deployment_type
Optional
Constraints: default: CLUSTERED

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.

Possible values are : HOSTLOCAL, CLUSTERED,
instance_deployment_template
Required

Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX.

string
perimeter
Optional
Constraints: default: HOST

This indicates the deployment perimeter, such as a VC cluster or a host.

Possible values are : CLUSTER, HOST,
service_deployment_config
Required

The Deployment Config contains settings that are applied during install time.

string
service_id
Optional

The Service to which the service deployment is associated.