interface FixedManagedAccountProvisionRequest {
    networkTypeId: number;
    numberOfIps: number;
    workspaceId: string;
}

Hierarchy

Properties

networkTypeId: number

Network template ID to be setup in the provisioned accounts. See /cloud-account/managed-account/template for more info.

numberOfIps: number

Number of IPs to be allocated in the provisioned accounts. See /cloud-account/managed-account/template for more info.

workspaceId: string