@gridscale/api
Version:
gridscale API Wrapper
32 lines (31 loc) • 622 B
TypeScript
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;
};
};
};