interface ListVolumesTypesResponse {
    totalCount: number;
    volumes: Record<string, Instance.v1.VolumeType>;
}

Properties

Properties

totalCount: number

Total number of volume types.

volumes: Record<string, Instance.v1.VolumeType>

Map of volume types.