/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type PaasSecurityZoneCreate = {
    /**
     * The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters.
     */
    name?: string;
    /**
     * Identifies which data-center the object belongs to.
     */
    location_uuid?: string;
}
