UNPKG

@gridscale/api

Version:
32 lines (31 loc) 622 B
export declare const $RulesProperties: { properties: { protocol: { type: string; isRequired: boolean; }; dst_port: { properties: {}; }; src_port: { properties: {}; }; src_cidr: { type: string; }; action: { type: string; isRequired: boolean; }; comment: { type: string; }; dst_cidr: { type: string; }; order: { type: string; isRequired: boolean; }; }; };