InlineBaseServiceInstance1

InlineBaseServiceInstance1
InlineBaseServiceInstance1
JSON Example
{
    "on_failure_policy": "string",
    "transport_type": "string",
    "deployment_mode": "string",
    "resource_type": "string",
    "service_id": "string"
}
string
on_failure_policy
Optional

Failure policy of the service instance - if it has to be different from the service. By default the service instance inherits the FailurePolicy of the service it belongs to.

Possible values are : ALLOW, BLOCK,
string
transport_type
Required

Transport to be used by this service instance for deploying the Service-VM.

Possible values are : L2_BRIDGE, L3_ROUTED,
string
deployment_mode
Required

Deployment mode specifies where the partner appliance will be deployed in HA or non-HA i.e standalone mode.

Possible values are : STAND_ALONE, ACTIVE_STANDBY,
string
resource_type
Required

ServiceInstance is used when NSX handles the lifecyle of appliance. Deployment and appliance related all the information is necessary. ByodServiceInstance is a custom instance to be used when NSX is not handling the lifecycles of appliance/s. User will manage their own appliance (BYOD) to connect with NSX.

Possible values are : ServiceInstance, ByodServiceInstance,
string
service_id
Optional

The Service to which the service instance is associated.