/** SetPurchaseIpAddress */
export interface SetPurchaseIpAddress {
    /** xs:int */
    clusterGroupTypeId?: number;
    /** xs:int */
    publicVLanId?: number;
}
